@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :category_top.css
 author     :keyword-co.net(admin)
 style info :2層目以降で使用のcss

 
=================================================================== */


/* コンテンツ内のすべてのテーブル */
#main_contents_naka table {
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
	empty-cells:show;
}

#main_contents_naka th {
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#777777;
	color:#FFFFFF;
	font-weight:normal;
	font-style:normal;
	vertical-align:top;
	text-align:center;
	padding:5px;
}

#main_contents_naka td {
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:5px;
}

#main_contents_naka table.noborder {
	border:none;
	padding:0;
}

#main_contents_naka th.noborder {
	border:none;
	font-weight:normal;
	font-style:normal;
	vertical-align:top;
	padding:0;
}

#main_contents_naka td.noborder {
	border:none;
	padding:0;
}

/* ラドン含有量単位 */
.small-up {
	font-size:0.6em;
	vertical-align:0.5em;
}

/* 病院のご案内・診療科・部局のご案内 左のサブナビゲーション */
#side_menu ul.section {
	margin:0px;
}
#side_menu ul li {
	_margin:0px;
	_padding:0px;
	_height:25px;
	_border:none;
}
#side_menu ul li a.section {
	padding:2px 0 2px 26px;
	background:url(../img/arrow.gif) 10px center no-repeat;
	display:block;
	border:1px solid #CCCCCC;
	border-top:none;
	_height:25px;
}
#side_menu ul li a.section:hover {
	text-decoration:none;
	background:url(../img/arrow.gif) 10px center no-repeat #EAEAEA;
}
#side_menu ul li a.section_on {
	padding:2px 0 2px 26px;
	background:url(../img/arrow.gif) 10px center no-repeat #CEDFEE;
	display:block;
	border:1px solid #CCCCCC;
	border-top:none;
	text-decoration:none;
}
#side_menu ul li a.section2 {
	padding:1px 0 1px 37px;
	background:url(../img/arrow2.gif) 20px center no-repeat;
	display:block;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	_height:25px;
}
#side_menu ul li a.section2:hover {
	text-decoration:none;
	background:url(../img/arrow2.gif) 20px center no-repeat #EAEAEA;
}
#side_menu ul li a.section2_on {
	padding:1px 0 1px 37px;
	background:url(../img/arrow2.gif) 20px center no-repeat #CEDFEE;
	display:block;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	text-decoration:none;
}

/* サブタイトル（画像）部分 */
#sub_title img {
	margin-bottom:40px;
}

/* 見出し */
h1 {
	margin-bottom:1.2em;
	font-size:110%;
	padding-left:15px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
	background:url(../img/share/point.gif) 3px center no-repeat;
}
h1.gairai {
	margin-bottom:1.2em;
	font-size:110%;
	padding-left:15px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
	background:url(../img/share/point_gairai.gif) 3px center no-repeat;
}
h1.nyuuin {
	margin-bottom:1.2em;
	font-size:110%;
	padding-left:15px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
	background:url(../img/share/point_nyuuin.gif) 3px center no-repeat;
}
h1.iryou {
	margin-bottom:1.2em;
	font-size:110%;
	padding-left:15px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
	background:url(../img/share/point_iryou.gif) 3px center no-repeat;
}
h1.about {
	margin-bottom:1.2em;
	font-size:110%;
	padding-left:15px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
	background:url(../img/share/point_about.gif) 3px center no-repeat;
}
h2 {
	margin-bottom:0.3em;
	font-size:100%;
	color:#FF6600;
}

/* faqページ */
p.question {
	padding:5px 10px;
	color:#FFFFFF;
	background:#999999;
}
p.answer {
	padding:5px 10px 5px 30px;
	border:solid 1px #CCCCCC;
}

/* 医師紹介ページ */
.ishi_syoukai {
	float:right;
	text-align:left;
	width:375px;
}
.ishi_syoukai dt {
	margin-bottom:10px;
}
.ishi_name {
	font-size:130%;
}


/* 水平線 */
#main_contents_naka hr {
	background:#888888;
	margin:10px 0px;
}

#main_contents_naka dd {
	font-size:85%;
	font-weight:bold;
	color:#000033;
}
#main_contents_naka dt {
	font-size:85%;
}

/* サイトマップ */
#main_contents_naka ul.sitemap {
	margin-bottom:30px;
	list-style-position:inside;
}

#main_contents_naka ul li.top-revel {
	margin:0px;
	padding-left:15px;
	background:url(../img/arrow3.gif) no-repeat left center;
	list-style:none ;
}
#main_contents_naka ul li.second-revel {
	margin-left:10px;
	padding-left:12px;
	background:url(../img/arrow4.gif) no-repeat left center;
	list-style:none ;
}
#main_contents_naka ul li.third-revel {
	margin-left:20px;
	padding-left:12px;
	background:url(../img/arrow4.gif) no-repeat left center;
	list-style:none ;
}

