@charset "Shift_JIS";

@import url(format.css);
@import url(base.css);


/*▼▼▼治療メニュー▼▼▼*/

body {
	behavior:url("../../../csshover.htc");/*★★IE6で:hoverを適用するためのjs読み込み★★*/
}

#box_cnts01 h2 {
	display:block;
	width:845px;
	height:47px;
	margin:5px 27px 0 28px;
	background-image:url(../../images/bg_top_title01.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#box_cnts01 ul {
	display:block;
	width:825px;
	height:160px;
	margin-left:40px;
}

#box_cnts01 li {
	float:left;
	display:block;
	width:160px;
	height:160px;
	margin-right:5px;
}

#box_cnts01 li.tmenu01 {
	background-image:url(../../images/bg_tmenu01_o.gif);
}

#box_cnts01 li.tmenu02 {
	background-image:url(../../images/bg_tmenu02_o.gif);
}

#box_cnts01 li.tmenu03 {
	background-image:url(../../images/bg_tmenu03_o.gif);
}

#box_cnts01 li.tmenu04 {
	background-image:url(../../images/bg_tmenu04_o.gif);
}

#box_cnts01 li.tmenu05 {
	background-image:url(../../images/bg_tmenu05_o.gif);
}

#box_cnts01 li a {
	display:block;
	width:160px;
	height:160px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#box_cnts01 li.tmenu01 a {
	background-image:url(../../images/bg_tmenu01.gif);
}

#box_cnts01 li.tmenu02 a {
	background-image:url(../../images/bg_tmenu02.gif);
}

#box_cnts01 li.tmenu03 a {
	background-image:url(../../images/bg_tmenu03.gif);
}

#box_cnts01 li.tmenu04 a {
	background-image:url(../../images/bg_tmenu04.gif);
}

#box_cnts01 li.tmenu05 a {
	background-image:url(../../images/bg_tmenu05.gif);
}

#box_cnts01 li a:hover {
	background:none;
}


/*▲▲▲治療メニュー▲▲▲*/



/*▼▼▼クリニックのコンセプト▼▼▼*/
#box_cnts02 {
	width:845px;
	margin:20px 27px 0 28px;
	/*background-image:url(../../images/bg_tcnts02.jpg);
	background-position:right 47px;
	background-repeat:no-repeat;*/
}


#box_cnts02 h2 {
	display:block;
	width:845px;
	height:47px;
	background-image:url(../../images/bg_top_title02.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#box_cnts02 ul {
	margin:20px 0 15px 15px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:16px;
	font-weight:bold;
	color:#991f07;
}

#box_cnts02 strong,
#box_cnts02 p span{
	color:#a01a1a;
	}

#box_cnts02 p,
#box_cnts02 dl {
	margin:5px 30px 5px 15px;
}

#box_cnts02 dl{
	padding:15px 0;
	}
#box_cnts02 dt{
	font-weight:bold;
	}
#box_cnts02 dd strong{
	color:#404040;
	}
	
	
#box_cnts02 p span.emphasis {
	font-weight:bold;
	color:#991f07;
}

#box_cnts02 .mrg_r150{
	margin-right:240px;
	}

/*▲▲▲クリニックのコンセプト▲▲▲*/


/*▼▼▼box_cnts03基本構造▼▼▼*/
#box_cnts03 {
	width:845px;
	/*height:450px;*/
	margin:20px 27px 0 28px;
	background-image:url(../../images/bg_tcnts03.gif);
	background-position:left 47px;
	background-repeat:no-repeat;
	overflow:hidden;
	zoom:1;
}

#cnts03-innner {
	width:845px;
	padding-bottom:15px;
	background-image:url(../../images/bg_tcnts03bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	zoom:1;
}

#cnts03_left {
	float:left;
	width:421px;
}

#cnts03_right {
	float:left;
	width:421px;
	height:350px;
	overflow:hidden;
}

#cnts03_right dl{
	height:290px;
	overflow:scroll;
	}
/*▲▲▲box_cnts03基本構造▲▲▲*/


/*▼▼▼院長先生のご挨拶▼▼▼*/
#cnts03_left h3{
	width:421px;
	height:47px;
	margin-bottom:15px;
	background-image:url(../../images/bg_top_title03.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#cnts03_left p {
	padding:2px;
	margin:5px 15px 5px 20px;
	line-height:18px;
}

#cnts03_left p.director {
	margin-top:15px;
}

/*▲▲▲院長先生のご挨拶▲▲▲*/


/*▼▼▼新着情報▼▼▼*/
#cnts03_right h3{
	width:421px;
	height:47px;
	margin-bottom:15px;
	background-image:url(../../images/bg_top_title04.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#cnts03_right dl {
	display:block;
	width:395px;
	margin:0 11px 0 15px;
	padding-bottom:15px;
	background-image:url(../../images/bg_news_dl.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
}

#cnts03_right dt {
	padding:3px 0 0 15px;
	color:#525252;
}

#cnts03_right dd {
	padding:0 0 0 15px;
	color:#971a0a;
}

#cnts03_right dd a {
	color:#971a0a;
	text-decoration:none;
}

#cnts03_right dd a:hover {
	color:#971a0a;
	text-decoration:none;
	border-bottom:1px dashed #971a0a;
}



/*▲▲▲新着情報▲▲▲*/



/*▼▼▼推薦のお言葉▼▼▼*/
#box_cnts04 {
	width:845px;
	margin:20px 27px 0 28px;
	padding-bottom:30px;
	background-image:url(../../images/bg_tcnts04.gif);
	background-position:left 57px;
	background-repeat:no-repeat;
	overflow:hidden;
	zoom:01;
	clear:both;
}

#box_cnts04 h3 {
	display:block;
	width:845px;
	height:47px;
	margin-bottom:30px;
	background-image:url(../../images/bg_top_title05.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#box_cnts04 div.cnts04-inner {
	float:left;
	display:block;
	width:420px;
	min-height:390px;
	padding-bottom:30px;
	/*background-image:url(../../images/bg_cnts04-inner.gif);*/
	background-position:center bottom;
	background-repeat:no-repeat;
}
 * html #box_cnts04 div.cnts04-inner {
 	height:390px;
}

.cnts04-inner dl {
	margin:0 15px 0 20px;
}

.cnts04-inner p.under_const {
	margin:0 15px 0 40px;
}

.cnts04-inner dt {
	display:block;
	height:60px;
	padding:10px 0 0 0;
	margin-left:15px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.cnts04-inner dt span.name {
	font-size:16px;
	font-weight:bold;
}

.cnts04-inner dd {
	padding:5px 5px 5px 10px;
	font-size:12px;
}

.cnts04-inner dd.toshosai a {
	display:block;
	width:94px;
	height:18px;
	float:right;
	font-size:10px;
	background-image:url(../../images/bg_toshosai.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}


/*▲▲▲推薦のお言葉▲▲▲*/


/*091106UPDATA*/
#box_mov{
	width:800px;
	margin:10px auto;
	}
#box_ mov ul{
	height:250px;
	margin:10px 0;
	}
#box_mov li{
	float:left;
	margin:0 0px;
	padding:0 0px;
	/*background-color:#000000;*/
	width:310px;
	height:220px;
	overflow:hidden;
	}
#box_mov li.tube{
	width:220px;
	/*border:2px solid #f0f0f0;*/
	margin-top:10px;
	margin-right:px;
	}
#box_mov li.moni{
	width:577px;
	}
#box_cnts02 .lead_check{
	padding:5px 10px;
	font-size:12px;
	font-weight:bold;
	background-color:#f0f0f0;
	width:500px;
	}
	
/*100523updata*/
.press{
	clear:both;
	width:845px;
	margin:20px 27px 0 28px;
	}
.press ul{
	width:800px;
	margin:0 auto;
	padding:0;
	}
.press li{
	float:left;
	width:400px;
	margin:0;
	padding:0;
	}
.press ul:after{
	clear:both;
	content:"";
	display:block;
	height:1px;
	overflow:hidden;
	}



#box_main_inner{
	width:675px;
	float:left;
	padding: 15px 0 0 0;
	}
#box_main_inner:after{
	clear:both;
	content:"";
	display:block;
	height:1px;
	overflow:hidden;
	}

#box_lmenu{
	float:left;
	width:215px;
	}
#box_lmenu ul{
	padding:0 0 0 5px;
	}
#box_lmenu ul li{
	text-align:center;
	padding: 0 0 10px 0;
	}
#box_lmenu ul li.doc{
	background-image:url(../../images/top/bg_lmenu_li.gif);
	background-repeat:repeat-x;
	}
#box_lmenu ul dl{
	background-image:url(../../images/top/bg_smenu_dl.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding: 0 0 10px 0;
	}
#box_lmenu ul dd{
	background-image:url(../../images/top/bg_smenu_dd.gif);
	background-position:center;
	background-repeat:repeat-y;
	text-align:left;
	padding:5px 10px 0 10px;
	font-size:12px;
	line-height:1.5em;
	}
#box_lmenu ul dd.more{
	display:none;
	text-align:right;
	margin:0;
	padding:0;
	}
		
#box_main_inner .flt_r{
	float: right;
	width:452px;
	}
#box_main_inner .flt_r ul{
	padding: 20px 0 0 0;
	}
#box_main_inner .flt_r li{
	padding: 0 0 10px 0;
	}
	
#box_bnr{
	width:675px;
	clear:both;
	padding:10px 0 20px 0;
	}
#box_bnr:after{
	clear:both;
	content:"";
	display:block;
	height:1px;
	overflow:hidden;
	}

#box_bnr ul{
	padding: 0 0 0 8px;
	}
#box_bnr li{
	padding: 0 0 10px 0;
	width:667px;
	clear:both;
	}
#box_bnr li.flt_l{
	float:left;
	width:325px;
	clear:none;
	}
#box_bnr li.flt_r{
	float:right;
	width:325px;
	clear:none;
	}

#box_rmenu{
	width:215px;
	float:right;
	padding:13px 0 0 0;
	}
#box_rmenu ul{
	padding:0 5px 0 0;
	}
#box_rmenu ul li{
	}
#box_rmenu ul dl{
	background-image:url(../../images/top/bg_smenu_dl.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding: 0 0 10px 0;
	}
#box_rmenu ul dd{
	background-image:url(../../images/top/bg_smenu_dd.gif);
	background-position:center;
	background-repeat:repeat-y;
	padding:5px 10px 0 10px;
	font-size:12px;
	line-height:14px;
	}
#box_rmenu li.media a{
	display:block;
	background-image:url(../../images/top/icon_media.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 0 0 17px;
	}
#box_rmenu li.blog dd{
	font-size:10px;
	}
#box_rmenu li.faq dd{
	font-size:10px;
	}
#box_rmenu li.news dd{
	font-size:10px;
	}
#box_rmenu li.faq a{
	display:block;
	background-image:url(../../images/top/icon_faq.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 0 0 17px;
	}
#box_rmenu ul dd.line{
	color:#999999;
	text-align:center;
	font-size:8px;
	padding:0;
	}
#box_rmenu ul dd.date{
	font-size:11px;
	}
#box_rmenu ul dd.last{
	padding:5px 10px 10px 10px;
	}
#box_rmenu ul dd.last a{
	background-image:none;
	text-align:right;
	}
#box_rmenu ul li a.title{
	color:#971a0a;
	}
#box_rmenu ul li a.more{
	color:#971a0a;
	text-align:right;
	}

h3.center{
	text-align:center;
	clear:both;
	}
