﻿@charset "utf-8";


*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}

body{
    height:100%;
	background-image: url(/img/seo.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #424141;
	background-color: #6197DB;
	font-size: 13px;
	background-attachment: scroll;
	background-position: center top;
	left: 0px;
	font-family: Verdana,"MS PGothic",sans-serif;
}

p{
	margin: 0;
	padding: 0;
}

img{
	border:none;
}

ul{
	padding:0;
	margin:0;
}

li{
	padding:0;
	margin:0;
	list-style: none;
}


a { text-decoration: none; color: #0B5DAA; }
a:link { text-decoration: underline; color: #0B5DAA; }
a:visited { text-decoration: underline; color: #0B5DAA; }
a:active { text-decoration: underline; color: #0B5DAA; }
a:hover { text-decoration: underline; color: #0033FF; }

h1,h2,h3,h4,h5,h6,h7{
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-size:small;
}

.clear{
	clear: both;
	margin: 0;
	padding: 0;
}

.float_left{
	float: left;
	margin: 0;
	padding: 0;
}

.float_right{
	float: right;
	margin: 0;
	padding: 0;
}

#container{
    width: 100%;
	padding: 0;
    height: auto;
	background-image: url(/img/back.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
}
#container_head{
    width: 100%;
	height:50px;
	background-image: url(/img/back_head.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
#header{
	margin: 0 auto;
	width: 880px;
}
#header h1{
	margin: 0;
}
#header .logo{
	float:left;
	width: 220px;
	color: #FFF;
	font-weight: normal;
	margin:0px 0px 10px 20px;
}
#header h2{
	text-align:right;
	color: #424141;
	font-size: 10px;
	font-weight: normal;
}
#header .word{
	float:right;
	width: 620px;
	margin:0px 0px 10px 0px;
}
#head_menu{
	width: 840px;
	float:left;
	margin:0 20px 0px 20px;
}
#head_text{
	width: 840px;
	float:left;
	font-size: 14px;
	height: 26px;
	margin:0 20px 0px 20px;
	text-align: left;
	border-bottom: 1px dotted #EBE9E9;
}
#contents{
	width: 880px;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	text-align: left;
}

#main{
	width: 580px;
	padding: 0px 10px 0px 20px;
	float: left;

}
#main_camp{
	width: 870px;
	padding: 0px 5px 0px 5px;
	float: left;

}
#rightmenu{
	width: 250px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#page_top{
	height:20px;
	width: 650px;
	background-color: #2E2D2C;
}
#footer{
	width: 100%;
	color: #424141;
	margin: 0 auto;
	float: left;
	padding:10px 0 0px 0;
	line-height:18px;
	background: #FFF;
	height:170px;
	background-color: #6197DB;
	background-image: url(/img/footer.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	text-align: center;
}

#pank{
	width: 840px;
	margin: 0 auto;
	line-height:22px;
	text-align: center;
	font-size: 10px;
	background-color: #f8f8f9;
	border-top: #a8aaaa solid 1px;
	border-bottom: #a8aaaa solid 1px;
}
#address{
	width: 840px;
	margin: 0 auto;
	font-size: 10px;
	padding:10px 0 0px 0;
}
.address_logo{
	width: 150px;
	float: left;
}
.address_copy{
	width: 500px;
	text-align: left;
	font-size: 10px;
	float: left;
}
.address_w3c{
	width: 190px;
	text-align: left;
	font-size: 10px;
	float: left;
}

#gotop_t {
	background:#000;
	color: #FFF;
	bottom: 30%;
	float: left;
	height: 20px;
	position: fixed;
	bottom: 0pt;
	width: 100%;
	padding:5px 0px 0px 0px;
	border-top: 1px dotted #FFF;
}
#gotop_t a{
	color: #FFF;
}
#gotop_t a:visited{
	color: #FFF;
}
#gotop_t a:hover{
	color: #ff3399;
}
#gotop_t a:active{
	color: #FFF;
}

#gotop {
	background: transparent url(/img/gotop.gif) no-repeat scroll left top;
	bottom: 30%;
	float: right;
	height: 120px;
	position: fixed;
	right: 0pt;
	width: 30px;
}

#gotop span {
	display: none;
}



