@charset "utf-8";

/* 診療案内ページのスタイル */

@import url(../common/css/common_style.css);
@import url(../common/css/layout.css);
@import url(../common/css/header.css);
@import url(../common/css/footer.css);
@import url(../common/css/menu.css);
@import url(../common/css/besides_top.css);

#cbox dt,#cbox dd,#cbox p,#cbox h3{
	color:#333333;
	font-size:small;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight:normal;
}
#cbox dl{
	padding-bottom:15px;
}
#cbox dt,#cbox h3{
	background:url(img/disc02.gif) no-repeat;
	padding-left:15px;
}
.about dd{
	margin:5px 0 10px 30px;
}
/* 診療時間のテーブル */
#time{
	width:456px;
	border-top:#4e362a solid 1px;
	border-left:#4e362a solid 1px;
	margin-top:10px;
}
#time th{
	font-size:small;
	color:#333333;
	font-weight:normal;
	background:url(img/th_bg.gif) repeat-x;
	border-bottom:#4e362a solid 1px;
	border-right:#4e362a solid 1px;
	height:20px;
	text-align:center;
}
#time td{
	font-size:small;
	color:#333333;
	text-align:center;
	border-bottom:#4e362a solid 1px;
	border-right:#4e362a solid 1px;
}
#look{
	color:#4e362a;
}

/* 診療カレンダーのテーブル */
#cal_l,#cal_r{
	border-top:#4e362a solid 1px;
	border-left:#4e362a solid 1px;
}
#cal_l th,#cal_r th{
	width:28px;
	height:28px;
	font-size:small;
	color:#ffffff;
	background-color:#4e362a;
	border-bottom:#4e362a solid 1px;
	border-right:#4e362a solid 1px;
	text-align:center;
}
#cal_l td,#cal_r td{
	height:28px;
	font-size:small;
	color:#333333;
	text-align:center;
	border-bottom:#4e362a solid 1px;
	border-right:#4e362a solid 1px;
}
#cal_l{
	width:204px;
	float:left;
}
#cal_r{
	width:204px;
	float:right;
}
caption{
	color:#4e362a;
	padding:0;
	margin:10px 0 5px 0 ;
}
#cbox dd p{
	margin:10px 0 ;
}
.close{
	background-color:#e0e0e0;
}
.h_close{
	background:url(img/half.gif) no-repeat;
}
.sun{
	color:#f3853d;
}
.sat{
	color:#2f2f92;
}

/* 院長略歴 */
#h2style{
	width:460px;
	border-bottom:#cccccc solid 1px;
	padding-bottom:5px;
	margin:30px 0 10px 0 ;
}
#cbox ul{
	list-style:none;
	margin:0 0 20px 0 ;
}
#cbox li{
	font-size:small;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	padding:10px 0 0 15px;
}
#cbox h3 img{
		float:right;
}