@charset "utf-8";

/* #mainimage */
#mainimage {
	margin: 0 0 30px;
	height: 200px;
}
#mainimage h1 {
	margin: 0;
	float: left;
}
#mainimage p.navi-proposal {
	float: right;
}

/* #mainlead */
#mainlead .lead-block p.catch {
	height: 25px;
	text-indent: -999em;
	background: url(../images/txt_index-catch.gif) 0 0 no-repeat;
}

/* #vps_needs */
#vps_needs {
	padding-bottom: 0;
}
#vps_needs p.catch {
	margin-bottom: 4px;
	height: 18px;
	line-height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/txt_index-needs.gif) 0 0 no-repeat;
}
#vps_needs ul.img-list {
	margin: 0 -10px 10px 0;
	width: 750px;
}
#vps_needs ul.img-list li {
	float: left;
	display: inline; /* for IE */
	margin-right: 9px;
	width: 178px;
	min-height: 150px;
	_height: 150px;
}
#vps_needs ul.img-list li p.head {
	margin: 0 0 10px;
	height: 60px;
	text-indent: -999em;
	background: no-repeat 0 0;
}
#vps_needs ul.img-list li p.text {
	padding: 0 10px;
	line-height: 1.5;
}
#vps_needs ul.img-list li#vps_needs-beginner {
	background-color: #fef5e7;
}
#vps_needs ul.img-list li#vps_needs-beginner p.head {
	background-image: url(../images/txt_index-needs-beginner.gif);
}
#vps_needs ul.img-list li#vps_needs-prouse {
	background-color: #f1f9f0;
}
#vps_needs ul.img-list li#vps_needs-prouse p.head {
	background-image: url(../images/txt_index-needs-prouse.gif);
}
#vps_needs ul.img-list li#vps_needs-enterprise {
	background-color: #e7f1f9;
}
#vps_needs ul.img-list li#vps_needs-enterprise p.head {
	background-image: url(../images/txt_index-needs-enterprise.gif);
}
#vps_needs ul.img-list li#vps_needs-research {
	background-color: #f5f5f5;
}
#vps_needs ul.img-list li#vps_needs-research p.head {
	background-image: url(../images/txt_index-needs-research.gif);
}

/* .plan-block -------------------------------- */
.plan-block {
	position: relative;
	height: 160px;
	overflow: hidden;
	background: #e7f7f7 right top no-repeat;
}
.plan-block .inner {
}
.plan-block .desc,
.plan-block .value,
.plan-block .catch {
	display: none;
}
.plan-block .btn {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#plan-block-vps {
	margin-bottom: 30px;
	background-image: url(http://vps.sakura.ad.jp/images/img_index-vps.gif);
}