@charset "utf-8";
body {
	margin: 0px;
	
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #69b308; 
	scrollbar-shadow-color: #69b308; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-arrow-color:  #69b308; 
	scrollbar-track-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff;

	background-image: url(../images/body_bg01.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.clear_float {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.copyright {
	clear: both;
	width: 1000px;
	height: 82px;
}
.copyright1 {
	width: 843px;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}
.copyright1 a:link, .copyright1 a:visited {
	color: #b5dd7f;
	text-decoration: none;
}
.copyright1 a:active, .copyright1 a:hover {
	color: #b5dd7f;
	text-decoration: underline;
}

.main_body {
	width: 100%;
	background-image: url(../images/leftmenu_bg01.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.main_body1 {
	width: 100%;
	background-image: url(../images/body_bg02.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}