@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;

}


	

img {

	border:0;

	}	


	

body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 115%;
	background-image: url(../image/haikei.gif);
	background-repeat: repeat-x;
	color: #666666;
}

	

	

ul,li {

	list-style-type:none;

	}

hr {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	width: 0px;
	color: #FFFFFF;
	visibility: hidden;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 0.8em;
}
.red {
	color: #FF0000;
}

.f-left {
	float: left;
}
.f-right {
	float: right;
}
#header,#main,#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 812px;
	font-size: 0.7em;
}
#header ul {
	margin-bottom: 45px;
	float: left;
	width: 812px;
	height: 20px;
}
#header li {
	display: inline;
	color: #0000FF;
	float: right;
	padding-right: 5px;
	margin-top: 11px;
}
#header #logo {
	float: left;
	margin-top: 8px;
}

#main {
	background-image: url(../image/main-back.gif);
	background-repeat: no-repeat;
	width: 822px;
	clear: both;
}
#footer {
	background-image: url(../image/footer-back.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 822px;
}
#footer ul {
	padding-top: 50px;
	padding-left: 15px;
}
#footer li {
	display: inline;
	margin-right: 5px;
}
#footer #copyright {

	float: right;
	
	
}
#err img {
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 0px;
}


.error-msg {
	font-size: 13px;
	font-weight: bold;
	color: #5A6552;
	padding-bottom: 20px;
}


.error-msg2 {
	color: #FF0000;
	margin-top: 5px;
	margin-left: 10px;
}

.error-msg2 {

}

.center {
	text-align: center;
}

.center p {
	padding-bottom: 10px;
}

