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

/*clearfix*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
/*clearfix*/

*{
	margin:0;
	padding:0;
}

a{
	color:#0066CC;
	text-decoration: none;
	outline: none;
}
	a:hover{
	text-decoration: underline;
}
a img{
	border:none;
}

ul{
	list-style:none;
}

body{
/*	background:#EBE6C7 url(../img/bg_global.gif) repeat-y top center; */
	font-size:76%;
	line-height:1.7;
	color:#333;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
*html body{
	font-size:small;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container{
	width:800px;
	padding:0px;
	margin:0 auto;
	background:#fff;
}
#header{
	padding:15px 0 15px 15px;
	background:url(../img/bg_header.gif) no-repeat right 20px;
	font-size:0.9em;
}
	#header h1{
		float:left;
	}
	#header ul{
		float:right;
		margin-right:25px;
		_margin-right:15px;
	}
		#header ul li{
			background:url(../img/ic_head_ul_li.gif) no-repeat 0px 4px;
			padding-left:15px;
			line-height:1.5;
		}
		#header ul li a{
			color:#333;
		}

#header2{
	padding:15px 0 15px 15px;
	background:url(../img/bg_header2.gif) no-repeat right 20px;
	font-size:0.9em;
}
	#header2 h1{
		float:left;
	}
	#header2 ul{
		float:right;
		margin-top:5px;
		margin-right:23px;
		_margin-right:13px;
	}
		#header2 ul li{
			background:url(../img/ic_head_ul_li.gif) no-repeat 0px 4px;
			padding-left:16px;
			line-height:1.5;
		}
		#header2 ul li a{
			color:#333;
		}

#top_img{
	width:798px;
	height:300px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	margin-bottom:1em;
}
	#top_img img{
		position:absolute;
	}
.top_topics{
	background:url(../img/bg_top_info_mid.gif) repeat-y
}
#inner_img{
	width:798px;
	height:100px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
}
#top_navi{
		position:relative;
		/*height:30px;*/
		padding-bottom:0px;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		z-index:2;
	}
	#top_navi li{
		height:30px;
		position:relative;
		float:left;
		border-bottom:1px solid #ccc;
	}
		#top_navi ul{
			width:132px;
			border-right:1px solid #999;
			border-bottom:1px solid #999;
			position:absolute;
			list-style:none;
			display:none;
			top:30px;
			left:0px;
			text-align:left;
			z-index:100;
		}
		#top_navi ul li a{
			width:104px;
			display:block;
			background:#d0d0d0 url(../img/top_navi/bg_top_navi_lower.gif) no-repeat;
			border-top:1px solid #e0e0e0;
			padding: 5px 8px 4px 20px;
			_padding: 3px 8px 3px 20px;
			text-decoration:none;
			color:#333;
		}

		#top_navi ul li a:hover   {  
		    background:#000 url(../img/top_navi/bg_top_navi_lower_f2.gif) no-repeat;  
		    color: #FFF;  
		}  
		#top_navi ul li.first a   {  
		    background: #d0d0d0 url(../img/top_navi/bg_top_navi_lower.gif) no-repeat;  
		}  
		#top_navi ul li.first a:hover {  
		    background: #000 url(../img/top_navi/bg_top_navi_lower_f2.gif) no-repeat;  
		}
#tab{
	position:relative;
	z-index:1;
	padding:0 10px 0 25px;
}
	#tab li{
		float:left;
		width:120px;
		height:30px;
		border-bottom:1px solid #ccc;
		margin-right:6px;
		font-weight:bold;
	}
		#tab li.current{
			border-bottom:1px solid #fff;
		}
		#tab li a{
			display:block;
			width:120px;
			height:30px;
			background:url(../img/tab/bt_tab_1_f2.gif) no-repeat;
			color:#333;
			text-align:center;
			padding: 6px 0px 3px 0px;
		}
		*html #tab li a{
			height:24px;
			padding:6px 0 0 0;
		}
		#tab li a:hover{
			background:url(../img/tab/bt_tab_1.gif) no-repeat;
			color:#fff;
			text-decoration:none;
		}
		#tab li.current a{
			background:url(../img/tab/bt_tab_1.gif) no-repeat;
			color:#fff;
		}
.tab_container{
	position:relative;
	top:-1px;
	border-top:1px solid #ccc;
	background:url(../img/bg_lower_main_zt.jpg) no-repeat right -150px;
}
/* 診療について :: 主な病気と症状のみ利用 */
.tab_container2{
	position:relative;
	top:-1px;
	border-top:1px solid #ccc;
}
#main{
	padding:10px 20px 20px 20px;
	font-size:0.9em;
}
	#main p{
		margin-bottom:0.5em;
	}
	#main .lt_box{
		margin-bottom:0em;
	}
	#main .lt_box .ph{	
		float:left;
		width:100px;
		margin-right:1.5em;
		background-color:#fff;
	}
		#main .lt_box h3{
			font-size:1.2em;
			border-bottom:1px dotted #ccc;
			margin-bottom:5px;
			padding-bottom:2px;
		}
		#main .lt_box h3.hot{
			font-size:1.2em;
			background:url(../img/bg_top_h3_hot.gif) repeat-x left bottom;
			border-bottom:none;
			margin-bottom:5px;
			padding-bottom:2px;
		}
			#main .lt_box h3.hot a{
				/*color:#000000;*/
			}
		#main .lt_box .ph img{
			border:1px solid #e0e0e0;
			padding:9px;
		}

	#main .lt{
		float:left;
		padding:0 15px 0 0;
		width:288px;
		border-right:1px dotted #ccc;
	}
	#main .ct{
		float:left;
		padding:0 15px;
		width:200px;
		border-right:1px dotted #ccc;
	}
		#main .ct .detail p{
			margin-bottom:0.5em;
		}
	#main .rt{
		float:left;
		padding:0 0 0 15px;
		width:200px;
	}
		#main .incho-column{
			/*margin-top:-47px;*/
			margin-top:0px;
		}
		#main .incho-column .incho-ph{
			position:relative;
			z-index:5;
		}
	#main #top_column{
		list-style:none;
		margin-bottom:5px;
	}
		#main #top_column li{
			border-bottom:1px dotted #ccc;
			padding:3px 0 3px 17px;
			background:url(../img/ic_top_column_li.gif) no-repeat 0px 7px;
		}
#lower_main{
	padding-top:25px;
}
	#lower_main h2{
		margin-bottom:1em;
	}
	#lower_main h3{
		margin-bottom:1em;
		color:#660000;
		border-left:5px double #003366;
		border-bottom:1px dotted #ccc;
		padding-left:7px;
		_font-size:14px;
	}
		#lower_main h3.icon{
			border-left:none;
			border-bottom:none;
			padding-left:0px;
		}
	#lower_main h4{
		margin-bottom:0.5em;
		background:url(../img/bg_lower_h4.gif) no-repeat 0 4px;
		padding-left:15px;
		_font-size:12px;
		_background:url(../img/bg_lower_h4.gif) no-repeat 0 0px;
	}
	#lower_main p{
		margin-bottom:1.2em;
	}
	#lower_main .lt{
		float:left;
		width:170px;
		background:url(../img/bg_lower_lt.gif);
		border-top:1px solid #ccc;
	}
		#lower_main .lt ul{
		}
			#lower_main .lt ul li{
				border-bottom:1px solid #ccc;
			}
			#lower_main .lt ul li a{
				display:block;
				padding:5px 10px 5px 33px;
				background:#DFF1FF url(../img/ic_lower_lt_ul.gif) no-repeat 10px 12px;
				color:#333;
			}
			#lower_main .lt ul li a:hover{
				background:#C0E0FE url(../img/ic_lower_lt_ul.gif) no-repeat 10px 12px;
				text-decoration:none;
			}
	#lower_main .rt{
		float:left;
		width:569px;
		border-left:1px solid #ccc;
		padding-left:25px;
		padding-right:25px;
	}
	#lower_main .ph_box_r{
		margin-bottom:1em;
		border-bottom:1px dotted #ccc;
	}
		#lower_main .ph_box_r .ph{
			float:right;
			width:100px;
			background-color:#fff;
		}
		#lower_main .ph_box_r .ph img{
				padding:0px 10px 10px 10px;
		}
		#lower_main .ph_box_r .detail{
		}
	
	#lower_main .tbl_1{
		width:100%;
		margin-bottom:2em;
		border-collapse:collapse;
		background-color:#fff;
	}
		#lower_main .tbl_1 td{
			padding:5px 10px;
			border:1px solid #ccc;
			/*vertical-align:top;*/
		}
		#lower_main .tbl_1 td.nw{
			white-space:nowrap;
		}
		#lower_main .tbl_1 td.md{
			white-space:nowrap;
			background-color:#FFEFDD;
			text-align:center;
			font-weight:bold;
		}
			#lower_main .tbl_1 td dt{
				margin-bottom:0.5em;
			}
			#lower_main .tbl_1 td dd{
				border-left:5px solid #e0e0e0;
				padding-left:10px;
			}
	#lower_main .tbl_2{
		width:100%;
		margin-bottom:2em;
		border-collapse:collapse;
		background-color:#fff;
	}
		#lower_main .tbl_2 td{
			padding:5px 10px;
			border:1px solid #ccc;
			/*vertical-align:top;*/
		}
		#lower_main .tbl_2 td.pr{
			text-align:right;
		}
		#lower_main .tbl_2 td.md{
			white-space:nowrap;
			background-color:#DDF0FF;
			width:50%;
		}
			#lower_main .tbl_2 td dt{
				margin-bottom:0.5em;
			}
			#lower_main .tbl_2 td dd{
				border-left:5px solid #e0e0e0;
				padding-left:10px;
			}
#footer{
	border-top:1px dotted #999;
	font-size:0.8em;
	color:#666666;
	text-align:center;
	padding:1em 0;
	background:url(../img/bg_footer.gif) repeat-x 0 0;
}
.cls{
	clear:both;
}

table#top_info_list{
	width:268px;
	margin:0 10px 5px 10px;
	background:#fff;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #ccc;
}
	table#top_info_list td{
		border-collapse:collapse;
		border-bottom:1px dotted #ccc;
		padding:5px 10px;
		vertical-align:top;
	}
	table#top_info_list td.date{
		white-space:nowrap;
		width:5em;
	}
	
.to_top{
	text-align:right;
	padding-bottom:2em;
}

.cases{
	padding:25px;
	margin-bottom:1em;
	border:1px solid #ccc;
	background:#FFFFCC;
}
	.cases .ph{
		float:right;
		width:100px;
		margin-left:25px;
		margin-bottom:5px;
	}
ul#sitemap{
	list-style:disc;
	margin-left:2em;
}
ul#sitemap li{
	border-top:1px dotted #ccc;
	padding:3px 5px;
}
	ul#sitemap ul.sub{
		list-style:circle;
		margin-left:2em;
		margin-bottom:0.5em;
	}
	ul#sitemap ul.sub li{
		border-top:none;
		padding:0;
	}
ul#dock{
	list-style:disc;
	margin-left:2em;
	margin-bottom:1em;
}
ul.check{
	width:225px;
	padding:15px 15px 15px 35px;
	background-color:#FFFFCC;
	list-style:disc;
}
/* 検査についてページ利用  2010/7/27追加   */
ul.check2{
	width:215px;
	padding:15px 15px 15px 35px;
	background-color:#FFFFCC;
	list-style:disc;
}
ul.check3{
	width:166px;
	padding:12px 12px 12px 27px;
	background-color:#FFFFCC;
	list-style:disc;
}
.lower_main_bg{
	position:relative;
	top:-1px;
	border-top:1px solid #ccc;
}
.bg_relaxation{
	background:url(../img/bg_relaxation.jpg) no-repeat right -150px;
}

#inqBox .info{
	padding:15px;
	border:1px solid #ccc;
	background:#FFe0e0;
	margin-bottom:1em;
}
#inqBox .must{
	font-size:0.8em;
	color:red;
}
#inqBox .inqForm1{
	margin-bottom:1em;
}
#inqBox .inqForm1 td{
	padding:10px;
	border-bottom:1px dashed #ccc;
}
#inqBox .inqForm1 td.md{
	white-space:nowrap;
}
ul#preview{
	margin-bottom:1em;
}
ul#preview li{
	padding:10px;
	border-bottom:1px dashed #ccc;
}
ul#preview label{
	width:10em;
	display:inline-block;
}
ul#preview li .check{
	font-weight:bold;
	color:#0066CC;
}

p.caption{
	margin-bottom:0px;
	padding-bottom:0px;
	line-height:1;
	font-size:0.8em;
	color:#CA7171;
	font-weight:bold;
}

table.opentime{
	border-collapse:collapse;
	margin:0 0 0.5em 0;
	width:100%;
}
table.opentime th{
	background:#E1EFFF
}
table.opentime td, table.opentime th{
	border:1px solid #ccc;
	padding:0;
	text-align:center;
}


#lower_main .qa_container{
	padding:10px;
	background:url(../img/bg_qa_container.gif);
	margin-bottom:1em;
}
	#lower_main .qa_container h3{
		background:white url(../img/ic_qa_q.gif) no-repeat 7px 7px;
		padding:10px 10px 10px 47px;
		margin-bottom:2px;
		border:none;
	}
	#lower_main .qa_container p{
		background:white url(../img/ic_qa_a.gif) no-repeat 7px 7px;
		padding:10px 10px 10px 47px;
		margin-bottom:0px;
	}
form.edit{
	margin-bottom:2em;
}	
form.edit ol{
	list-style:none;
	padding:5px;
}
form.edit ol li{
	vertical-align:top;
}
form.edit ol li label{
	width:10em;
	display:inline-block;
}

#lower_main .topics_container .date{
	text-align:right;
}

/*-----column wp blog -----*/

.navigation{
	margin-bottom:1em;
}
.navigation .alignleft{
	float:left;
}
.navigation .alignright{
	float:right;
}
label.hidden{
	display:none;
}
p.postmetadata{
	text-align:right;
}
.post{
	border-bottom:5px solid #f0f0f0;
	margin-bottom:1em;
	padding:5px 10px;
}
.entry ol, .entry ul{
	margin:0 0 1em 3em;
}
.entry li{
	margin-bottom:1em;
}
.entry p{
	text-indent:1em;
}
#sidebar h3{
	background:#336699;
	color:#fff;
	margin-bottom:0;
	padding:5px 10px; 
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
}
p.showing{
	padding:10px;
	margin:0;
}
ul.breadcrumb {
	text-align:right;
	margin-bottom:1em;
	border-bottom:5px solid #f0f0f0;
}
ul.breadcrumb li{
	display:inline;
	padding-left:1.5em;
	background:url(../img/ic_top_column_li.gif) no-repeat 5px 3px;
}
p.search_result{
	border:1px solid #ccc;
	padding:5px 10px;
}

.red{
	color:red;
}