@charset "utf-8";
/* CSS Document */

/*  index
---------------------------------------------*/

h4 {
	margin-bottom: 13px;
}

.section ul.pagenavi {
	position: relative;
	background-color: #FDFCF5;
	border: 1px solid #D6D6D6;
	padding: 13px 18px;
	margin-bottom: 20px;
}

.section ul.pagenavi li {
	float: left;
	width: 140px;
}

.section ul.pagenavi li.first {
	width: 190px;
}

.section ul.pagenavi li.end {
	width: 230px;
}

.section ul.pagenavi li.toTop {
	background: transparent url(../img/icon_arrow.jpg) no-repeat scroll 1px 50%;
	bottom: 10px;
	float: left;
	padding: 0 0 0 20px;
	position: absolute;
	right: 10px;
	width: 85px;
}

.section ul.voices {
	margin: 0 0 0 10px;
}

.section ul.voices.aims {
	margin: 0 0 20px 10px;
}

.section ul.voices li {
	float: left;
	height: 14em;
	line-height: 1.2;
	margin: 0 1px 0 0;
	text-align: center;
	width: 130px;
}

.section ul.voices li strong {
	font-size: 0.8em;
}

.section ul.voices li.end {
	margin: 0;
}

.section ul.voices li img {
	display: inline;
	padding-bottom: 5px;
}

.section dl {
	margin: 0 0 0 25px;
}

.section dl dt {
	float: left;
	margin: 0 15px 0 0;
}

.section dl dd {
	float: left;
}




.section a:link {
	color: #0000FF;
	text-decoration: underline;
}

.section a:visited {
	color: #0000FF;
	text-decoration: underline;
}

.section a:hover {
	color: #ED6D20;
	text-decoration: underline;
}

.section a:active {
	color: #ED6D20;
	text-decoration: underline;
}


.section .toTop a:link,.section .toTop a:visited {
	color: #666666;
	text-decoration: none;
}

.section .toTop a:hover,.section .toTop a:active {
	color: #003366;
	text-decoration: underline;
}












































