/* CSS Document */
#s01 .hr{
	border-bottom: 1px solid #ccc;
	margin-top: 100px;
}

#s01 .bg01{
	background: #CEECF7;
	padding-top: 50px;
	padding-bottom: 30px;
}

#s01 h1{
	font-size: 45px;
	color: #000;
	line-height: 100%;
	margin-bottom: 50px;
	padding-top: 25px;
	text-align: center;
}

#s01 h1 hr{
	height: 1px;
	border-bottom: 1px solid #000;
	width: 210px;
	line-height: 1px;
	margin: 0;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
}

#s01 h1 small{
	font-size: 20px;
	font-weight: bold;
}

#s01 h1 small b{
	font-weight: bold;
}
#s01 table{
	width: 1200px;
	margin: auto;
	border-bottom: 1px solid #bbb;
}

#s01 table th{
	background: #eee;
	vertical-align: middle;
	border: 1px solid #bbb;
	border-bottom: 0;
	padding-left: 35px;
}

#s01 table td{
	border: 1px solid #bbb;
	border-bottom: 0;
	border-left: 0;
	padding: 25px;
}