@charset "UTF-8";
/* CSS Document */



/*診療内容について
------------------------------------------------------*/
#treatment_navi{
	background:url(../images/treatment_navi.jpg) no-repeat;
	width:610px;
	height:38px;
	padding:22px 0 0 0;
}

#treatment_navi ul{
	margin:0;
	padding:0;
	list-style:none;
}

#treatment_navi li{
	width:87px;
	float:left;
	text-align:center;
}


/*院内紹介
------------------------------------------------------*/
#iin_photo{
	text-align:center;
}

#iin_photo img{
	margin:0 3px 0 3px;
	padding:0;
}


/*アクセス
------------------------------------------------------*/
#map_style{
	border:dashed 1px #999999;
	margin:0 auto 15px auto;
	width:610px;
}

#sub_left dl{
	background: #ccc;
	color: #333;
	width:100%;
	margin:10px auto;
}

#sub_left dl dt,
dl dd{
	padding: 0.25em 0.5em;
	line-height: 1.8em;
}

#sub_left dl dt{
	width: 7em;
	_width: 8em; /* Override for WinIE6 */
	float: left;
	clear: both;
}

#sub_left dl dd{
	_position: relative; /* for WinIE6 */
	_left: -3px; /* for WinIE6 */
	_height: 0%; /* for WinIE6 */
	margin-left: 7em;
	background: #fff;
	color: #333;
	text-align:left;
}



/*費用・支払い方法
------------------------------------------------------*/
#price {
	width:620px;
	margin:0 auto 0 auto;
	padding:0px;
	line-height:1.5em;
}


#price table {
	width:570px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background:#aaaaaa;
}

#price th {
	width:200px;
	margin:0px;
	padding:5px;
	color:#ad7e06;
	background:#fcf9da;
}

#price .th_l{
	width:182px;
	margin:0px;
	padding:5px;
}

#price .th_r {
	width:116px;
	margin:0px;
	padding:5px;
}

#price tr {
	width:580px;
	margin:0px;
	padding:0px;
}

#price .td_l {
	width:182px;
	margin:0px 0px 0px 10px;
	padding:5px;
	background:#ffffff;
}

#price .td_r {
	width:116px;
	margin:0px 10px 0px 0px;
	padding:5px;
	text-align:right;
	background:#ffffff;
}

#price .td_l_2 {
	width:280px;
	margin:0px 0px 0px 10px;
	padding:5px;
	background:#ffffff;
}

#price .td_r_2 {
	width:135px;
	margin:0px 10px 0px 0px;
	padding:5px;
	text-align:right;
	background:#ffffff;
}

#price .td_r_3 {
	width:280px;
	margin:0px 10px 0px 0px;
	padding:5px;
	text-align:right;
	background:#ffffff;
}


/*矯正歯科
------------------------------------------------------*/
.kyo_l{
   width:310px;
   float:left;
}

.kyo_l p{
    width:270px;
	text-align:left;
	margin:10px 0 0 0;
	line-height:1.8em;
}

   
.kyo_r{
   width:310px;
   float:right;
}

.kyo_r p{
    width:270px;
	text-align:left;
	margin:10px 0 0 0;
	line-height:1.8em;
}



