/*TOP VISUAL*/




#visual{
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
	background-color: #08233E;
}
#visual img{
	position: absolute;
	height: 600px;
	margin-left: -1000px;
	left: 50%;
}



#Contents{
	width: 880px;
	margin: 0 auto;
}
.btn_topimg{
	list-style-type: none;
	width: 880px;
	height: 220px;
	margin-top: 50px;
}
.btn_topimg li{
	display: block;
	float: left;
	width: 220px;
	height: 220px;
}




#foot{
	width: 100%;
	margin-top: 50px;
	padding: 50px 0 40px;
	background-color: #191919;/*#08233E*/
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.sitemap{
	list-style-type: none;
	width: 880px;
	height: 140px;
	margin: 0 auto;
}
.sitemap li{
	float: left;
	width: 440px;
	text-align: left;
}

.info_list{
	clear: both;
	padding-left: 80px;
}
.info_list li{
	padding: 2px;
	font-size: 14px;
	text-align: left;
}
.info_list li h2{
	font-size: 20px;
	font-weight: bold;
}

.map_list{
	clear: both;
	width: 220px;
	margin-left: 200px;
	list-style-type: disc;
	list-style-position: inside;
}
.map_list li{
	width: 220px;
	padding: 2px;
	font-size: 14px;
	color: #aaa;
}
.map_list li a{
	color: #fff;
}
.map_list li a:hover{
	color: #f30;
}


.all_off{
	clear: both;
}






#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}