@charset "utf-8";
a.plan_hosting     {
	height: 60px;
	width: 600px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
a.plan_hosting:hover     {
	background-image: url(/image/plan_hosting1.jpg);
}
a.plan_hosting:hover img {
	visibility:hidden;
}
a.plan_vps     {
	height: 60px;
	width: 600px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
a.plan_vps:hover     {
	background-image: url(/image/plan_vps1.jpg);
}
a.plan_vps:hover img {
	visibility:hidden;
}
a.plan_rental     {
	height: 60px;
	width: 600px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
a.plan_rental:hover     {
	background-image: url(/image/plan_rental1.jpg);
}
a.plan_rental:hover img {
	visibility:hidden;
}
a.plan_housing     {
	height: 30px;
	width: 600px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
a.plan_housing:hover     {
	background-image: url(/image/plan_housing1.jpg);
}
a.plan_housing:hover img {
	visibility:hidden;
}
a.go_order     {
	height: 40px;
	width: 300px;
	display: inline;
}
a.go_order:hover     {
	background-image: url(/image/go_order1.jpg);
}
a.go_order:hover img {
	visibility:hidden;
}
.service_information_area {
	margin: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #C1CAEA;
	padding: 10px;
}
.service_information_title {
	background-color: #333;
	color: #FFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #73A6D9;
}



table {
	background-color: #FFC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FC9;
	border-left-color: #FC9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
th {
	margin-top: 0px;
	padding-top: 4px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F90;
	border-bottom-color: #F90;
	background-color: #FFE2BB;
	font-size: 20px;
}
td {
	margin-top: 0px;
	padding-top: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F90;
	border-bottom-color: #F90;
	background-color: #FFF;
	text-align: center;
	width: 160px;
	color: #333;
}
td.header {
	margin-top: 0px;
	padding-top: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F90;
	border-bottom-color: #F90;
	background-color: #FFC;
	text-align: center;
}


.plan_list_area {
	margin-right: auto;
	margin-left: auto;
	width: 610px;
	margin-bottom: 10px;

}
.hosting_good_area {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BFC9E3;
	padding-top: 10px;
}
.hosting_good_area_image {
	float: left;
}
.hosting_good_area_text {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 220px;
}
.price {
	font-size: 20px;
	color: #F60;
	font-weight: bolder;
}
.vps_image {
	float: left;
	border: 3px dotted #060;
	padding-top: 0px;
	margin-top: 20px;
}
.vps_text {
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 365px;
}


.return_top {
	text-align: right;
}
.size20 {
	font-size: 20px;
	font-weight: bolder;
}
.plan_list_text {
	margin: 0px;
	padding-right: 140px;
	padding-left: 140px;
	padding-bottom: 10px;
}
.plan_list_information {
	font-weight: bolder;
	color: #03C;
	font-size: 14px;
	padding: 10px;
	background-color: #F2F7FB;
	margin-top: 10px;
	text-align: center;
	border: 1px dotted #00C;
}

