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

article {
	margin-bottom: 20px;
}

section {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #eee solid;
}

section.topic {
	padding-top: 0 !important;
	border-bottom: 0 !important;
}

section.none1 {
	padding-top: 0 !important;
}

section.none2 {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.ss {
	float: left;
	padding: 20px;
	width: 274px;
	background: #ecf6fa;
}

.txt {
	float: right;
	width: 620px;
}

.title {
	color: #1b84a8;
}

a.button {
	display: block;
	margin: 0 auto;
	padding: 5px 0 12px;
	width: 305px;
	height: 15px;
	background: #ffae00;
	color: #fff;
	text-align: center;
	font-weight: bold;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px; 
    border-radius: 20px;
}

a.button:hover {
	background: #ff7200;
	color: #fff;
}

.details {
	text-align: center;
	margin-top: 20px;
}

/* 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;
}