@charset "UTF-8";
*{
	line-height: 130%;
}
#title_img{
	background-image: url(../../images/price_title.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 430px;
	height: 40px;
	margin-bottom: 10px;
	display: block;
}
.price_h3{
text-indent: 100px;
}
h2{
	font-size: 120%;
}
table.biz{
	margin-left: 70px;
}
table.weekly{
	margin-left: 70px;
}
table.monthly{
margin-left: 35px;
margin-right: 0;
}
.price_box{
	background-color: #FFF8EC;
	border: 1px dashed #ccc;
	margin: 5px;
	padding: 10px;
	width: 95%;
}
.biz_price{
		background-image: url(../../images/biz_price.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 400px;
	height: 38px;
	display: block;
}
.weekly_price{
	background-image: url(../../images/weekly_price.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 400px;
	height: 38px;
	display: block;
}
.monthly30_price{
	background-image: url(../../images/monthly30.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 400px;
	height: 38px;
	display: block;
}
.monthly2to12_price{
	background-image: url(../../images/monthly2to12.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 400px;
	height: 38px;
	display: block;
	
}
.content_box{
	padding-bottom: 30px;
}
dd{
margin-left: 20px;
text-indent: -18px;
}
.more_plan{
	padding-left: 105px;
}
.more_plan2{
	padding-left: 70px;
}