#box01{
	float: left;
	width: 200px;
}

#box02{
	float: right;
	width: 570px;
}

#box02 .title{
	display: block;
	margin-bottom: 20px;
}

#box03{
	float: left;
	width: 800px;
	margin-top: 40px;
}

#box03 span{
	font-size: 100%;
	display: block;
	margin-bottom: 10px;
	height: 20px;
	width: 793px;
	background-color: #E7E7E7;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #37BE82;
}

#box03 .img{
	float: right;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#box03 p.call{
	color: #FF0000;
	display: block;
	font-size: 90%;
}

.price{
	width: 112px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.price a{
	background-image: url(../img/treatment/price.gif);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 100%;
    text-indent:-1000em;
	overflow: hidden;
}

.price a:hover{
	background-image: url(../img/treatment/price.gif);
	background-position: -112px 0px;
}

#box04{
	float: left;
	width: 800px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 10px;
}

#box04 .img{
	margin-top: 10px;
	margin-bottom: 10px;
}

.box04_l{
	width:380px;
	float: left;
}

.box04_r{
	width:380px;
	float: right;
}

