@charset "utf-8";

/* #mainimage */
#mainimage {
	margin: 0 0 20px;
	height: 200px;
}
#mainimage img {
	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);
}

/* data */

#data {
	position: relative;
}
#data th {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#data th a {
	text-decoration: underline;
}
#data td {
	padding: 10px 7px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #444;
}
#data .ctext {
	color: #ff3372;
}
#data th .new01 {
	position: absolute;
	top: -22px;
	right: 70px;
	background: none;
}

#data th .new02 {
	position: absolute;
	top: -22px;
	right: 175px;
	background: none;
}

.point-02 a{
	text-decoration: underline;
}

#data td p {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
}
#data td p em {
	font-size: 14px;
	font-weight: bold;
}

/* visual */
#visual {
	float: left;
}
#visual a {
	display: block;
	width: 520px;
	height: 0px;
	padding-top: 200px;
	background: url(../images/visual.png) 0px 0px no-repeat;
	overflow: hidden;
}
#visual a:hover {
	background-position: 0px -200px;
}

#news_area {
	width:750px;
	margin-bottom: 20px;
}

#news_area dt {
	background-color: #1aadaa;
	padding: 5px 0 5px 10px;
	color: #ffffff;
	font-weight:bold;
	font-size: 120%;
}

#news_area dd {
	background-color: #e7f7f7;
	padding:10px 10px 0 10px;
}

#news_area dd ul li {
	background: url(../images/icon_new.png) no-repeat 0 0;
	padding:0 0 10px 35px;
}