@charset "utf-8";

/* html */
html {
	overflow-y: scroll;
}

/* header */

img {
	border: none;
}

#header{
	background: url(../../images/header/head_back.gif) repeat-x;
	width: 100%;
}
#header_inner{
	background: url(../../images/header/head_back.gif) repeat-x;
	width: 964px;
	margin: 0 auto;

}
#header_inner h1{
	margin: 0;
}
#header_inner h1 a{
	display: block;
}

/* main */

#main{
	width: 954px;
	margin: 0 auto;
	padding-left:10px;
	margin-top: 10px;
}
#main h2.title{
	background: url(../../images/main/page_title_back.jpg)  no-repeat;
	width: 919px;
	margin: 0px;
	padding-left: 25px;
	font-size: 25px;
	font-weight: bold;
	line-height: 49px;
	color: #007BC2;
}
#page_desc {
	width: 924px;
	padding: 8px 10px 5px 10px;
	border-bottom: 1px solid #00568a;
	margin: 0 0 25px 0;
	overflow: hidden;
	background: url(../../images/main/page_desc_icon.gif) repeat-x top left;
	font-size: 12px;
	line-height: 15px;
}

/* footer */

#footer {
	margin: 0px;
	clear: both;
	background: url(../../images/footer/foot_back.jpg) repeat-x top left;
	padding: 0 0 30px;
	width: 100%;
}
#footer_inner {
	background: url(../../images/footer/foot_back.jpg) repeat-x top left;
	padding: 0px;
	width: 964px;
	height: 80px;
	margin: 0 auto;
}
#footer_inner_login {
	background: url(../../images/footer/foot_back.jpg) repeat-x top left;
	padding: 10px;
	width: 964px;
	margin: 0 auto;
}
#pagetop_area {
	width: 944px;
	margin: 0px auto;
	padding: 0 10px;
}
.totop {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background: url(../../images/footer/btn_totop_back.jpg) no-repeat top left;
	display: block;
	float: right;
	height: 17px;
	width: 120px;
	text-align: center;
	padding: 4px 0 0;
	overflow: hidden;
}
a.totop {
	color: #FFF;
}
.totop:hover {
	color: #F90;
}
.copyright {
	font-size: 12px;
	color: #666;
	display: block;
	width: 964px;
	clear: both;
	height: 26px;
	padding: 5px 0 0;
	text-align: center;
}
input {
	vertical-align: bottom;
}
input[type="text"] {
	height: 16px;
	margin-top: 5px;
}
div, p, th, td {
	word-break: break-all;
}