@charset "utf-8";
/* CSS Document */

.hosting_block {
	position:relative;
	float:left;
	width:190px;
	padding:5px;
	background-color:#e8e8e8;
	min-height:305px;
	margin-right:12px;
	line-height:19px;
}
.hosting_block img {
	margin-right:5px;
}

.hosting_block .price {
	position:absolute;
	bottom:60px;
	width:180px;
	text-align:center;
	color:#0F75BF;
	padding:4px;
	font-size:30px;
	font-weight:bold;
}
.hosting_block .price_year {
	position:absolute;
	bottom:39px;
	text-align:center;
	color:#0F75BF;
	width:180px;
}

.hosting_block .link {
	position:absolute;
	bottom:4px;
	width:180px;
	text-align:center;
}

.hosting_block .price span {
	font-size:13px;
	font-weight:bold;
}

#hosting_price_month {
	position:absolute;
	top:35px;
	left:230px;
	color:#0F75BF;
	font-size:30px;
	font-weight:bold;
	height:40px;
	padding:4px;
}
#hosting_price_month span {
	font-size:14px;
	font-weight:bold;
}

#hosting_price_year {
	position:absolute;
	top:37px;
	left:400px;
	color:#0F75BF;
	font-size:25px;
	font-weight:bold;
	height:20px;
	padding:4px;
}

#hosting_price_year span {
	font-size:14px;
	font-weight:bold;
}