
/* plan*/
.plan{
	text-align:left;
	width:670px;
	margin:0 auto;
	padding:25px 0px;
	border-bottom:1px solid #cccccc;
	overflow: hidden;
}

.plan:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .plan {
    height: 1em;
    overflow: visible;
}
/**/


.plan_left{
	float:left;
	width:220px;
	padding-right:30px;
}

.plan_right{
	float:left;
	width:420px;
	text-align:left;
}

.plan_right .name{
	font-size:18px;
	color:#AA5345;
	background:url(img/dot_red.gif)  no-repeat bottom;
	padding-bottom:10px;
}

.plan_right table{
	margin-top:20px;
}

.plan_right  td {
	font-size:11px;
	padding:7px 5px 7px 0px;
	vertical-align:top;
	line-height:150%;
}

#bg_waku{
width:710px;
margin:0 auto;
padding:25px 0px 0px 0px;
overflow: hidden;
background:url(img/bg_waku.jpg)  no-repeat top;
}

.price{font-size:14px;font-weight:bold;}
.brw{color:#4A3B39;background:url(img/dot_br.gif)  no-repeat bottom;}
.gry{color:#666666;}



