@charset "shift_jis";
/* CSS Document */

* {
margin: 0;
padding: 0;
line-height:1.4;
color:#333;
font-family:'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;

}

body {
background-color:#0086C6;
}

img {
	border: none;
}


#wrapper {
	margin: 0 auto 0 auto;
	padding:0 20px;
	width: 700px;
	background-color:#FFF;
}

#header {
	padding: 14px 0 10px 0;
	width: 700px;
}
#header a {
	margin: 0;
	padding: 0;
}

.border_t {border-top:1px #dedede solid;}
.border_l {border-left:1px #dedede solid;}
.border_r {border-right:1px #dedede solid;}
.border_b {border-bottom:1px #dedede solid;}
.padding_10 {padding:6px;}

/*------------ DOCTOR^NAVI -----------------*/
#doctors {
	float:left;
	width: 272px;
	/*width: 408px;*/
}

#supplement {
	margin-left: 2px;
	padding: 0 4px;
	float:left;
	width: 136px;
	height: 160px;
	border: 4px #009DE6 solid; 
	font-family:'qMmpS Pro W3','Hiragino Kaku Gothic Pro','lr oSVbN',sans-serif;
	font-size:11px;
}
*html #supplement {
	margin-left: 1px;
}

#inquiry h4 {
	margin: 3px 0 3px 0;
	width: 136px;
	height:16px;
	text-indent: -99999px;
	background:url(images/inquiry_title.gif) no-repeat;
}
#inquiry a img {
	width:67px;
	float:left;
}
#inquiry p {
	width:69px;
	float:left;
	font-size: 9px;
}

#link dl {
	float:left;
	width: 72px;
}
#link dt {
	margin: 3px 0 4px 0;
	width: 70px;
	height:16px;
	text-indent: -99999px;
	background:url(images/link_title.gif) no-repeat;
}
#link dd {
	font-size: 10px;
	font-weight:bold;
	color:#009DE6;
}

#link a img {
	float:left;
	margin-top: 3px;
	width: 63px;
}

/*------------ DOCTOR^NAVI -----------------*/
.bodyText {
	font-size: small
}

#contents {
	clear:both;
	padding: 20px 0 40px 0;
}

/*------------------------------------------------------------
														TOP
-------------------------------------------------------------*/
#title_01 {
	margin-bottom: 20px;
	width: 700px;
	height:30px;
	text-indent: -99999px;
	background: url(images/titles.gif) 0 0 no-repeat;
}
.lead {
	font-size: medium; 
	font-weight: bold; 
	line-height: 130%; 
	text-align:left; 
	padding: 10px 0 40px 0;
}
.lead_02 {
	padding: 20px 0 5px 0;
	font-size: medium; 
	font-weight: bold; 
	line-height: 130%; 
	text-align:left; 
}

/*------------------------------------------------------------
														CONTENTS
-------------------------------------------------------------*/
#title_02 {
	margin-bottom: 10px;
	width: 700px;
	height:30px;
	text-indent: -99999px;
	background: url(images/titles.gif)  no-repeat;
	background-position: 0 -60px;
}
#title_03 {
	margin:20px 0 10px 0;
	width: 700px;
	height:30px;
	text-indent: -99999px;
	background: url(images/titles.gif)  no-repeat;
	background-position: 0 -30px;
}

/*---- clearfix ----*/
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */