@charset "utf-8";

#houmonHarikyuPage #header {
	background-image: url(images/houmon_harikyu_header_bg.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 980px;
}
#houmonHarikyuPage #goToClinicHome {
	width: 350px;
	height: 40px;
	clear: both;
}
#houmonHarikyuPage #goToClinicHome a {
	display: block;
	height: 40px;
	width: 390px;
	text-indent: -5000px;
	margin-left: 10px;
	overflow: hidden;
}


/* ------------------------------------- */

#houmonHarikyuPage h2{
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.menuListBox {
	border: 1px solid #CCCCCC;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

.osusumeBox {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.osusumeBox p{
	padding-left: 25px;
	padding-bottom: 20px;
	font-size: 14px;
	padding-top: 10px;
}
.toriatsukaiBox {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.toriatsukaiBox ul {
	list-style-type: square;
	padding-left: 40px;
	padding-bottom: 20px;
	font-size: 14px;
	padding-top: 5px;
}
.toriatsukaiBox p{
	padding-left: 25px;
	padding-bottom: 20px;
	font-size: 14px;
	padding-top: 5px;
}
.priceListBox .leftBox {
	float: left;
	width: 340px;
}
.priceListBox .rightBox {
	float: right;
	width: 280px;
}
.priceListBox .rightBox p {
	padding-left: 10px;
	font-size: 12px;

}

.menuList {
	list-style-type: none;
}
.menuList li {
	padding-bottom: 15px;
}
.priceListBox {
padding-top:10px;
}
.priceListBox table {
	width: 340px;
	text-align: center;
	font-size: 14px;
	background-color: #999999;
}
.priceListBox td {
	width: 70px;
	color: #666666;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.priceListBox td.green {
	background-color: #E3FFC8;
	color: #333333;
}
.priceListBox td.gray {
	background-color: #E7E7E7;
	color: #333333;
}
.flow_box {
	background-image: url(images/frow_chart_img.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 380px;
	width: 670px;
	position: relative;
}
.flow_box .comment01 {
	font-size: 14px;
	position: absolute;
	top: 115px;
	left: 30px;
}
.flow_box .comment02 {
	font-size: 14px;
	position: absolute;
	top: 115px;
	left: 240px;
}
.flow_box .comment03 {
	font-size: 14px;
	position: absolute;
	top: 115px;
	left: 490px;
}
.flow_box .comment04 {
	font-size: 14px;
	position: absolute;
	top: 315px;
	left: 100px;
}
.flow_box .comment05 {
	font-size: 14px;
	position: absolute;
	top: 315px;
	left: 390px;
}
.acuTwoInfoBox {
}
.acuTwoInfoBox .left {
	float: left;
	width: 260px;
	text-align: center;
	padding-left: 50px;
}
.acuTwoInfoBox .right {
	float: right;
	width: 260px;
	text-align: center;
	padding-right: 50px;
}
.acuTwoInfoBox p {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}

.acuInfoBox {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
	padding-top: 30px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	width: 630px;
	margin-bottom: 20px;
}
.acuInfoBox .commentBox {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
.commentBox h3 {
	padding-bottom: 10px;
}
.acuInfoBox .commentBox p {
	padding-right: 20px;
	padding-left: 20px;
}

