﻿/* レイアウト
------------------------------------------------ */
#contents{
	width:790px;
	margin:0 auto 20px;
}
#contents .l{
	width:180px;
	float:left;
}

#contents .r{
	width:590px;
	float:right;
}

.cbox{
	width:550px;
	margin:0 auto 10px;
}

#fl_clinic_top{
	width:590px;
	padding-top:28px;
	background:url(../image/flame/fl_clinic_top.gif) no-repeat top;
}
#fl_clinic_body{
	width:590px;
	background:url(../image/flame/fl_clinic_body.gif) repeat-y top;
}
#fl_clinic_bottom{
	width:590px;
	padding-bottom:88px;
	background:url(../image/flame/fl_clinic_bottom.gif) no-repeat bottom;
}

/* ページタイトル
------------------------------------------------ */
h2{
	width:553px;
	margin:0 auto 15px;
	padding-left:3px;
	padding-bottom:8px;
	border-bottom:3px #999 dotted;
	font-size:18px;
	letter-spacing:0.3em;
}

h3{
	width:544px;
	padding:3px;
	margin-bottom:10px;
	color:#996600;
	font-size:16px;
	font-weight:bold;
	background:#EBEBEB;
}

/* テーブル共通
------------------------------------------------ */
table.stdt1{
	width:550px;
	margin:0 auto;
	margin-bottom:10px;
	border-collapse:collapse;
	border:solid 1px #CCC;
}

table.stdt1 th,
table.stdt1 td{
	border:solid 1px #CCC;
	padding:6px;
}

table.stdt1 th{
	background:#F5F5F5;
	text-align:left;
	white-space:nowrap;
	font-size:12px;
	color:#660000;
}
table.stdt1 td{
	line-height:140%;
	color:#333333;
}