#page {
	width: 80%;
	position:relative;
	margin: 0 auto;
	background: #FFF;
}

#header {
	padding: 20px 30px;
}

#footer {
	text-align: center;
}

#date {
	text-align: right;
	margin: 10px;
	font-size: 14px;
}

#description {
	margin: 20px;
}

#contents_top, #contents_center, #contents_bottom {
	/* border: 1px solid #000; */
	margin: 10px 0;
}

#contents_center {
	height: 600px;
	width: 100%;
}

#contents_bottom {
	clear: left;
}

#center_left, #center_right {
	width: 50%;
	float: left;
}

#center_right li {
	margin-top: 10px;
	margin-left: 20px;
	border-bottom: 1px solid #000;
	width: 330px;
}

#service1, #service2 {
	margin: 0 20px;
}

#service1 ul, #service2 ul{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	height: 200px;
	width: 290px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFF,EndColorStr=#EEEEEE);
}

#service1 li, #service2 li {
	margin: 5px 0;
}

#contents_bottom li {
	margin: 10px 0;
	list-style: none;
}

.section {
	background: #867bE2;
	color: #FFF;
	padding-left: 10px;
	margin: 0 10px;
	font-size: 18px;
}

.label {
	border-left: 10px solid #8072E2;
	border-bottom: 1px groove #000;
	padding-left: 5px;
	width: 300px;
	margin: 20px 0;
}