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


#keyvisual {
	background-color: #194e5e;
	position: relative;
	min-width:960px;
}
h3 {
	position:absolute;
	width:946px;
	height:211px;
	left: 50%;
	top: 50%;
	margin-left: -425px;
	margin-top: -83px;
	z-index: 1000;
}
* html h3 {
	top: 28%;
}

#keyvisual #slider img {
	max-width: 1200px;
	width: 100%;
	max-height:460px;
	height:100%;
}
#btnArea {
	background-color: #003b4d;
	height: 148px;
	min-width:960px;
}
/*#btnArea a:hover img {
	filter: alpha(opacity=80);
    opacity:0.80;
    -moz-opacity:0.80;
}*/
#btnArea ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#btnArea li {
	float: left;
}
#btnArea .btnMain {
	padding-right: 12px;
}
#contents {
	padding-top: 25px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#contents a {
	color: #333;
}
#contents img {
	display: inline;
}
#contents h4 {
	float: left;
	width: 119px;
	padding-top: 4px;
}
#contents dl {
	float: left;
	width: 350px;
	margin-left: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a3c1c3;
}
#contents dl dt {
	font-size: 83.333%;
	line-height: 100%;
	padding-top: 6px;
}
#contents dl dd {
	margin-bottom: 6px;
}
#footer {
	margin-top: 40px;
}