@charset "utf-8";

/* *****************************************************
 *	1.Reset
 * *****************************************************/

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
th, td, form, fieldset{
	margin:0;
	padding:0;
	font-weight: normal;
}
th,td{
	vertical-align:top;
	text-align:left;
}
caption{
	display:none;
}

fieldset{
	border:none;
}
h1,h2,h3,h4,h5,h6 {
    padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
ul ,li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
 }
img {
	border:0;
	vertical-align: bottom;
}
div:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}
div {
	display: inline-table;
	min-height: 1%;
}
/* for macIE \*/
* html div {
	height: 1%;
}
div {
	display: block;
}
/* end of for macIE */


/* *****************************************************
 *	2.Commn
 * *****************************************************/
 body {
	font-size: 70.5%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	text-align: center;
}
#wrapp {
	margin-right: auto;
	margin-left: auto;
	background-color: #DEF1F7;
	text-align: left;
}
input,textarea,value{
  font-size:1em;
}
.hide{
	display: none
}

/* *****************************************************
 *	3.style
 * *****************************************************/
#wrapp {
	width: 760px;
}
#wrapper{
	width: 760px;
	background-color: #FFFFFE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#wrapper{
    font-size: 1.2em;
}
.summary p{
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
/* header
----------------------------------------------- */
#header{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006CAE;
	padding-top: 5px;	
}
#header .logo{
	float:left;
	
}
#header .header_link{
    padding-bottom: 0px;
	margin-bottom: 10px;
}
#header .header_link a{
	text-decoration: underline;    
}
#header .header_address{
	float:left;
	width: 505px;
	text-align: right;
	line-height: 1.2;
	color: #006CAE;
}
#header .header_address img{
	margin-top: 5px;
}

/* g_nav  
----------------------------------------------- */
.g_nav  {
	background-color: #F7F7F7;	
}
.g_nav ul {
	padding-left:1px;
	width: 760px;
}
.g_nav ul li {
	display: inline;
}
/* 　3 columns　layout
----------------------------------------------- */
#main{
    padding-right: 10px;
	padding-left: 10px;
	
}
#main #cont {
	float: left;
	width: 545px;
}
#main #sub {
	float: right;
	width: 190px;
}
/* 　menue
----------------------------------------------- */
#menue {
	float: left;
	width: 180px;
}
#main_cont {
	float: right;
	width: 355px;
}
#menue .doctor {
	background-color: #E0FFE0;
	padding-top: 5px;
}
#menue .doctor p {
	padding-right: 5px;
	padding-left: 5px;
	
	
}
#menue .menue1,
#menue .menue2,
#menue .ban {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 　main_cont 
----------------------------------------------- */
#main_cont h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
	
#main_cont .area {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	width: 346px;
	margin-top: 0px;
	padding-top: 10px;
	
}	
#main_cont .area_under {
	margin-bottom: 10px;
	
}
#main_cont .area .topics {
	height: 8em;
	border: 1px solid #999999;
	overflow: scroll;
	margin-right: 10px;
	margin-left: 10px;
}	
#main_cont .area  .topics   li {
	background-image: url(img/list_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 8px;	
	margin-left: 5px;
}	
.area .area1 {
	margin-right: 10px;
	margin-left: 10px;
}
.area p {
	padding-right: 10px;
	padding-left: 10px;
}
.area1 p {
    font-size: 1em!important;
	font-size: 0.8em;
	line-height:1.3;
	padding-right: 0px;
	padding-left: 0px;
}
.link{
	margin-left: 10px;
}
.link_blue {
	background-image: url(img/allow_blue.gif);
	background-position: right 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	display: block;
}
/* 　sub
----------------------------------------------- */
#sub .sidearea {
	background-color: #F7EADC;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 185px;
}
#sub .sidearea h2 {
    margin-bottom: 10px;
}
#sub .sidearea p {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.link_orange {
	background-image: url(img/allow_orange.gif);
	background-position: 0px 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	display: block;
}
/* 　footer 
----------------------------------------------- */
#footer {
	clear: both;
}
#footer .footer_nav {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #DEF1F7;
	text-align: center;
	margin-bottom: 5px;
}
.footer_nav p,
.footer_add p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	
}
.footer_add{
	color: #FFFFFF;
	background-color: #006CAE;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1.3;	
	}
	
/* *****************************************************
 *	4.color
 * *****************************************************/
body{
	color: #313131;
	background-color: #DEF1F7;
	margin-right: 10px;
	margin-left: 10px;
}
#header .header_link a{
	color: #313131;    
}
.link_blue  a,
.list_blue  a,
.link_orange a{
    color: #313131;
}
.footer_nav a {
    color: #313131;
}

/* *****************************************************
 *	5.2nd page
 * *****************************************************/
 #main #cont2 {
	float: right;
	width: 550px;
	margin-top: 3px;
}
#cont2 h1{
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/h1_back.jpg);
	background-repeat: no-repeat;
	line-height: 2;
	background-position: left center;
	padding-top: 2px;
	padding-left: 45px;
}
#cont2 h2{
	font-size: 1.2em;
	font-weight: bold;
	color: #006CAE;
	background-image: url(img/h2_back.jpg);
	background-repeat: no-repeat;
	line-height: 2.5;
	background-position: left center;
	padding-top: 2px;
	padding-left: 10px;
}
#cont2 h3{
	font-size: 1em;
	font-weight: bold;
	color: #313131;
	background-image: url(img/h3_back.gif);
	background-repeat: no-repeat;
	line-height: 2.5;
	background-position: left center;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 2.0;
}

#cont2 td{
    padding-right: 3px;
	padding-left: 3px;
	font-size: 1em;
	line-height: 1.8;
}

#cont2 ul{
	margin-left: 15px;
	line-height: 1.2;
	margin-bottom: 1em;
}
#cont2 li{
    background-image: url(img/list_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 8px;	
	margin-left: 5px;
}
#cont2 .image_l {/*イメージ左寄せ*/
	display: inline;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
	padding: 3px;	
}
#cont2 .image_r {/*イメージ右寄せ*/
	display: inline;
	margin-left: 5px;
	float: right;
	margin-right: 5px;
	padding: 3px;	
}
#cont2 .center{
	text-align: center;
}
#cont2 .left{
	text-align: left;
}
#cont2 .right{
	text-align: right;
}
