@charset "utf-8";
body {
	margin: 0px;
	background-color: #d7d8b6;
}

.body_left {
	float: left;
	width: 203px;
	background-image: url(../images/body_bg07.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.body_right {
	float: left;
	width: 677px;
}

.copyright {
	position: relative;
	width: 880px;
	height: 59px;
	background-image: url(../images/copyright_bg01.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.copyright_font1 {
	font-size: 12px;
	line-height: 14px;
	color: #b7b7b7;
}
.copyright_font2 {
	font-size: 11px;
	line-height: 14px;
	color: #a1a1a1;
}
.copyright_font2 a:link, .copyright_font2 a:visited {
	color: #a1a1a1;
	text-decoration: none;
}
.copyright_font2 a:active, .copyright_font2 a:hover {
	color: #a1a1a1;
	text-decoration: underline;
}

.clearfloat {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	color: #d7d8b6;
}

.separation_bg {
	width: 880px;
	height: 10px;
	background-image: url(../images/body_bg06.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 10px;
	line-height: 10px;
	color: #d7d8b6;
}
