@charset "utf-8";
/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/


/*
===== 1: body and base setting ===========================
*/

#mainCol {
	font-size: 108%;
}

.serviceBox {
	padding: 30px 0 0 25px;
	background: url(../images/top/serviceBox.gif) no-repeat center top;
	width: 544px;
	height: 146px;
}
ul.serviceList li {
	float: left;
	padding-right: 6px;
}
.planBoxTitle {
	background: url(../images/top/planTitle.gif) no-repeat 0 0;
	width: 549px;
	height: 40px;
}
.conceptBtn {
	padding: 10px 0 0 420px;
}
.planBox {
	margin-top: 20px;
	border: #b2b1b1 1px solid;
	padding: 9px;
	height:100%;
}
.planBox h2 {
	line-height:1.0;
}
.simple {
	background: url(../images/top/simplePlan.gif) no-repeat center top;
	width: 549px;
	height: 54px;
}
.simple h3 {
	padding: 17px 0 0 180px;
	line-height: 1.1;
}
.standard {
	clear: both;
	background: url(../images/top/standardPlan.gif) no-repeat center bottom;
	width: 549px;
	height: 55px;
}
.standard h3 {
	padding: 11px 0 0 180px;
	line-height: 1.1;
}
.premium {
	clear: both;
	background: url(../images/top/premiumPlan.gif) no-repeat center bottom;
	width: 549px;
	height: 55px;
}
.premium h3 {
	padding: 11px 0 0 180px;
	line-height: 1.1;
}
.planBg {
	background: url(../images/top/planBg.gif) no-repeat center center;
	height: 170px;
	margin-bottom: 5px;
}
.planPrice {
	padding-top: 30px;
	width: 90px;
	float: left;
}
.planDescription {
	padding-top: 15px;
	width: 425px;
	float: right;
}
dl.plan dt {
	font-size: 108%;
	font-weight: bold;
}
dl.plan dd {
	background: url(../images/top/point.gif) no-repeat 0 3px;
	padding-left: 20px;
}
.readmore {
	margin-top: 3px;
	margin-left: 260px;
}
.marginT01 {
	margin-top: 20px;
}
.marginT02 {
	margin-top: 5px;
}
