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

section {
	overflwo: hidden;
	margin-bottom: 40px;
}

dl {
	width:700px;
}

dt {
	float:left;
	width:180px;
	padding:5px 0 5px 10px;
	clear:both;
	font-weight:bold;
}

dd {
	line-height: 20px;
	width:500px;
	margin-left:150px;
	padding: 0 0 30px 18px;
	border-left:1px dotted #ccc;
}

dd.end {
	padding: 0 0 0 18px !important;
}

/* oneColNav */
ul.oneColNav {
	overflow: hidden;
	margin-bottom: 20px;
}

ul.oneColNav li a {
	display: block;
	float: left;
	padding: 10px 0;
	width: 158px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	background: #1395bb;
}

ul.oneColNav li a:hover {
	background: #7dbdd0;
}

.button {
	padding: 80px 0 0 0;
	width: 100%;
	height: 87px;
	background: #ecf6fa url(../../common/images/title03.gif) 50% 0 no-repeat;
	text-align: center;
}