﻿@charset "utf-8";

*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}
body{
    height:100%;
	color: #414242;
	background-color: #fff;
	background-image: url(/img/back_image.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	font-size: 13px;
	text-align: center;
	font-family: Verdana,"MS PGothic",sans-serif;
}
p{
	margin: 0;
	padding: 0;
}
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;
}
img{
	border:none;
}
.float_left{
	float: left;
	margin: 0;
	padding: 0;
}
.float_right{
	float: right;
	margin: 0;
	padding: 0;
}
#container{
    width: 100%;
	padding: 0;
    height: auto;
	border-top: 4px solid #165bce;
	clear: both;
}
#header{
	width: 910px;
	height:125px;
	clear:both;
	margin: 0 auto;
    text-align: left;
}
#header_left{
    width:220px;
	float:left;
	padding: 15px 0 0 0px;
}
#header_left h1{
	float:left;
	padding: 0;
}
#header_right{
    width: 680px;
	float:right;
	text-align:right;
	padding: 15px 0px 0 0;
}
#header_right h2{
	float:right;
	color: #424141;
	font-size: 12px;
	font-weight: normal;
}
#head_navi{
	float:right;
    width: 680px;
	padding: 10px 0px 0 0;
}
#navi{
	width: 910px;
	float:left;
	padding:0px 0px 0px 0px;
}
#breadcrumb{
	width: 910px;
	margin: 0 auto;
	text-indent:15px;
	padding:0px 0px 10px 0px;
	text-align:left;
}
#main_contents{
	width: 910px;
	height:380px;
	margin: 0 auto;
}
#sub_contents{
	width: 910px;
	height:100px;
	margin: 0 auto;
}
#contents{
	width: 910px;
	text-align:left;
	margin: 0 auto;
	clear:both;
}
#leftmenu{
	width: 200px;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#main{
	width: 690px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#page_top{
	height:20px;
	width: 650px;
	background-color: #2E2D2C;
}
#ad{
	margin: 20px 0 10px 0;
	clear:both;
}
#footer{
	width: 100%;
	color: #fff;
	line-height:24px;
	background-image: url(/img/footer.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	clear:both;
}
#footer_back{
	width: 950px;
	margin: 0 auto;
	background-image: url(/img/footer_back.jpg);
	background-repeat: no-repeat;
}
#footer_area{
	width: 910px;
	height:280px;
	margin: 0 auto;
	padding-top:20px;
}
#footer_text{
	color: #414242;
	text-align:left;
	padding:0 5px 0 5px;
}
#footer_box{
	margin: 20px 0 0 0;
	width: 890px;
	text-align:left;
}
#footer_box a { text-decoration: none; color: #e1e8f6; }
#footer_box a:link { text-decoration: none; color: #e1e8f6; }
#footer_box a:visited { text-decoration: none; color: #e1e8f6; }
#footer_box a:active { text-decoration: underline; color: #FFFFFF; }
#footer_box a:hover { text-decoration: underline; color: #0033FF; }
#pank{
	margin: 0 auto;
	float:left;
	clear:both;
}
#pank ul{
	margin: 0;
	clear:both;
}
#pank ul li{
	margin: 0;
	float:left;
	padding:0 0px 0 0px;
	font-size:12px;
}
#footer_box_l{
	width: 640px;
	float: left;
	margin: 20px 0 0 0px;
	font-size: 10px;
}
#footer_box_r{
	width: 250px;
	float: left;
	margin: 20px 0 0 0px;
}
.footer_banner{
	width: 88px;
	float: left;
	padding: 0px 5px 5px 5px;
}
#address{
	margin: 0 auto;
	color:#e1e8f6;
	clear:both;
	line-height:18px;
	padding:0px 0 0px 0;
}
#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: 250px;
	position: fixed;
	right: 0pt;
	width: 30px;
}

#gotop span {
	display: none;
}