@charset "utf-8";
#right_box {
	float: left;
	width: 670px;
	margin-left: 4px;
	margin-bottom: 30px;
}

*html #right_box {margin-left: 0px;}
#main_img2 {
	height: 250px;
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/wash/main_img.jpg);
	background-repeat: no-repeat;
}
.pr_title1 {
	margin-top: 10px;
}
*html .pr_title1 {margin-top: 5px;}

.pr_title2 {
	margin-top: 25px;
}
*html .pr_title2 {margin-top: 13px;}

.price td {
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
}
.price .cat {
	background-color: #F2F2F2;
}

.price .free {
	color: #FF0000;
}

.price {
	margin-top: 10px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.price a {
	font-weight: bold;
}

.price {
	background-color: #999999;
}
.price img {
	margin-top: 2px;
}
#right_box .box {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: left;
}
*html #right_box .box {margin-top: 0px;}
#right_box .box2 {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 30px;
}
*html #right_box .box2 {margin-top: 15px;}
.box h3 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin: 10px;
}
.box dt {
	font-weight: bold;
	color: #FF6600;
	font-size: 14px;
	display: block;
	line-height: 24px;
	height: 24px;
	width: 200px;
	float: left;
	text-align: center;
	border: 1px groove #CCCCCC;
	margin-bottom: 10px;
	margin-left: 10px;
}
*html .box dt {margin-left: 5px;}

.box dd {
	font-size: 12px;
	color: #333333;
	display: block;
	width: 420px;
	line-height: 24px;
	float: left;
	border: 1px groove #CCCCCC;
	padding-left: 7px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: visible;
}
*html .box dd {margin-left: 5px;}