@charset "UTF-8";
/* CSS Document */

/*コンテンツボックス*/
div.main {
	width:610px;
	padding:0 20px 10px 30px;
	line-height:170%;
	background-color:#FFF;
}
body{
	font-size:15px;
}

h1 {
	text-indent:-9999px;
}

.clear {
	clear:both;
}

/*グローバルナビ現在表示*/
#gNavi li.menu01 a {
	background: url(../images/images_common/gn_menu01.gif) no-repeat left bottom;
}


/*キャッチ画像*/
#catch {
}



/*コンテンツ*/
h3{
	float:none;
	font-weight:normal;
	margin:10px 0 3px 0;
	text-indent:-20px;
	padding-left:25px;
}
h3.note {
	font-weight:bold;
	border-bottom:#CCC 1px solid;
	margin-bottom:5px;
	margin-top:40px;
}
h4{
	float:none;
	font-weight:bold;
	margin:12px 0 3px 0;
}

#text_right {
	float:right;
	padding-right:35px;
}
#contents ul{
	margin:5px 5px;
	padding-left:50px;
}
#contents ol{
	margin:5px 5px;
	padding-left:20px;
}
#contents li{
	margin-top:5px;
}
div.img_right {
	float:right;
	margin-top:2px;
	padding-left:15px;
}
div.img_ozone {
	float:left;
	margin-top:10px;
}



/*料金テーブル*/
#table_charge {
	float:right;
	width:240px;
	padding-left:20px;
}
table.charge{
	border-right:solid 2px #c03d40;
	border-bottom:solid 2px #c03d40;
	border-left:solid 2px #c03d40;
	border-top:solid 2px #c03d40;
	margin:5px auto;
	width:240px;
}
table.charge td,table.charge th{
	font-size:14px;
	vertical-align:center;
	font-weight:normal;
	line-height:170%;
	padding:0 4px 0 8px;
	text-align:right;
	height:30px;
	background-color:#fff;
	border:none;
}
table.charge th{
	color:#ffffff;
	background-color:#e4504a;
	text-align:center;
	font-weight:bold;
}
table.charge td.sup {
	height:20px;
	padding-bottom:5px;
}



/*注意書きテーブル*/
table.note{
	margin:0 auto;
	width:245px;
}
table.note td{
	font-size:11px;
	vertical-align:top;
	line-height:200%;
}
.red{
	color:#cc0000;
}
.small{
	font-size:75%;
	line-height:150%;
}


/*画像位置*/
.img_left{
	text-align:center;
	color:#6fa5ed;
	font-weight:bold;
	font-size:80%;
}
.img_left img{
	margin:5px auto;
	display:block;
}
.img_center{
	text-align:center;
}

#blood {
	margin-top:15px;
	padding-bottom:10px;
}
.img_before {
	float:left;
}
.img_after {
	float:left;
	padding-left:20px;
}


