﻿@charset "utf-8";


*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}

body{
    height:100%;
	color: #000;
	background-color: #f0f2f7;
	font-size: 13px;
	background-image: url(/img/back.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
	text-align:center;
	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: #0078ff; }
a:link { text-decoration: underline; color: #0078ff; }
a:visited { text-decoration: underline; color: #0078ff; }
a:active { text-decoration: underline; color: #0078ff; }
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: 900px;
	margin: 0 auto;
	text-align:left;
}
#header{
	width: 860px;
	float:left;
	margin:0 20px 0 20px;
	clear:both;
}
#header h2{
	margin: 0 auto;
	padding:0 10px 0 10px;
	font-size:13px;
	line-height:25px;
	background-color:#f2f2f2;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	clear: both;
}
#logo{
	float:left;
	width: 300px;
	font-weight: normal;
	padding:0;
}
#key{
	float:right;
	width: 560px;
	padding:0;
}
#navi{
	float:right;
	font-size:11px;
	margin:10px 5px 0px 5px;
	clear: both;
}
#navi a{
	font-size:11px;
	color:#08427c;
}
#navi a:hover{
	font-size:11px;
	color:#08427c;
}
#sab_navi{
	float:right;
	margin:5px 0px 0px 0px;
	clear: both;
}
#head_navi{
	width: 860px;
	float:left;
	line-height:40px;
	background: url(/img/navi.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#main_top_b{
	margin:0;
	padding: 0;
}
#apri{
	line-height:34px;
	margin:10px 0 0px 0;
	background-color:#2862bf;
	text-indent:120px;
	background: url(/img/sub_menu.gif);
	background-repeat: no-repeat;
	clear: both;
}
#contents{
	width: 860px;
	float:left;
	margin:10px 20px 0px 20px;
	clear:both;
}
#leftmenu{
	width: 250px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#main{
	width: 590px;
	padding: 0px 0px 0px 20px;
	float: left;
}
#page_top{
	height:20px;
	width: 650px;
	background-color: #2E2D2C;
}
#info_banner{
	width: 840px;
	color:#000;
	margin: 20px 0px 5px 0px;
	line-height:20px;
	clear:both;
	border: 1px solid #dfdfdf;
	padding:10px;
	background-color:#f8f8f8;
}
#footer{
	width: 100%;
	color: #474747;
	margin: 0 auto;
	clear:both;
	padding:0px 0 0px 0;
	line-height:22px;
	text-align: center;
}
#footer_banner_box{
	width: 860px;
	float:left;
	margin:10px 20px 10px 20px;
	clear:both;
}
#footer_banner_l{
	width: 630px;
	float: left;
	line-height:31px;
	font-size:12px;
	padding: 0px;
}
#footer_banner_r{
	width: 230px;
	float: left;
	padding: 0px;
}
.footer_banner{
	width: 88px;
	float: left;
	padding: 0px 5px 5px 5px;
	line-height:18px;
	text-align: center;
}
#pank{
	width: 860px;
	height:43px;
	color: #00ade7;
	clear:both;
	line-height:43px;
	text-align: center;
	background: url(/img/footer.jpg) no-repeat;
}
#pank a { text-decoration: none; color: #FFFFFF; }
#pank a:link { text-decoration: underline; color: #FFFFFF; }
#pank a:visited { text-decoration: underline; color: #FFFFFF; }
#pank a:active { text-decoration: underline; color: #FFFFFF; }
#pank a:hover { text-decoration: underline; color: #0033FF; }

#address{
	width: 780px;
	margin: 0 auto;
	font-size: 10px;
	padding:0px 0 0px 0;
}

#gotop {
	background: transparent url(/img/gotop.gif) no-repeat scroll left top;
	bottom: 30%;
	float: right;
	height: 250px;
	position: fixed;
	right: 0pt;
	width: 40px;
}

#gotop span {
	display: none;
}
