﻿@charset "utf-8";

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

	Name: shinryou.css
	Location: /style/shinryou.css
	Desctiption {
		診療カテゴリ用CSS
	}

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#sideNav h2 {
	width: 204px;
	height: 138px;
	background: url(../images/shinryou/sidenav_h2.jpg) no-repeat left top;
	text-indent: -9999px;
}

/*----------------olリスト破線付き---------------------*/
div ol{
	padding: 2px 0px 10px 40px;
	color: #486A28;
	font-weight: bold;
}
div ol li{
	border-left: 1px dotted #CCCCCC;
	padding-left: 10px;
	margin-bottom: 5px;
	line-height: 14px;
}
.font_nom{
	color: #333333;
	font-weight: lighter;
}
/*-----------各ページテーブルの指定-----------*/
.shinryouka_t{
	width:530px;
	border-collapse:collapse;
	line-height:150%;
	text-align:center;
	margin-bottom:10px;
}	

.geka_t{
	width:500px;
	border-collapse:collapse;
	line-height:150%;
	text-align:center;
	padding:5px;
}

.naishi_t{
	width:380px;
	border-collapse:collapse;
	line-height:150%;
	text-align:center;
	padding:2px;
}

.shinryouka_t td,
.geka_t td,
.naishi_t td{
	border:1px solid #DEDEDE;
}

.geka_t th,
.naishi_t th{
	border:1px solid #DEDEDE;
	font-weight:lighter;
	text-align:left;
	padding:2px 3px 2px 8px;
}
.shinryouka_t th{
	background-color:#486A28;
	border:1px solid #A7C67B;
	color:#FFFFFF;
	padding:3px 5px 3px 5px;
}
.shinryouka_t th.koumoku{
	border-right:none;
	text-align:left;
}
.shinryouka_t th.jikan{
	border-left:none;
	text-align:right;
	font-weight:lighter;
	}

.shinryouka_t th.youbi{
	color:#486A28;
	background-color:#EAFBC8;
	border:1px solid #A7C67B;
	width:106px;
}	
.shinryouka_t td{
	border-top:none;
	padding:3px;
}
.geka_t th{
	width:230px;
}

/*---------------印刷ボタン用-------------------*/

div#ichiran {
	position: relative;
	}
p.buttons {
	padding: 0 2px 0 0;
	position: absolute;
	top: 8px;
	right: 12px;
	text-align: right;
	background: transparent;
	}

/*---------------コンテンツ下部の写真用-------------------*/
div .image_box{
	padding: 5px 0 10px 30px;
}


.font_r_b{
	font-weight:bold;
	color:#CC0033;
}

/*---------------緩和ケアページ用リスト指定-------------------*/
div.kanwa_list{
	line-height:1.5em;
}
div.kanwa_list ul{
	padding:0 0 20px 7px;
}

/*---------------右寄せ、左余白（padding）指定-------------------*/
.a_right{
	text-align:right;
	padding-right:20px;
}
.left_5{
	padding-left:5px;
}
.left_10{
	padding-left:10px;
}
.left_15{
	padding: 1px 0 5px 15px;
}
.left_20{
	padding-left:20px;
}
.left_50{
	padding-left:50px;
}
