@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
.bg {
	background-color: #000000;
	height: 1024px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/web_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.bg a {
	color: #FFFFFF;
	text-decoration: none;
}
.bg a:hover {
	text-decoration: underline;
}

#bg #header_wrapper {
	height: 67px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#bg #header_wrapper #header {
	height: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg #header01 {
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 67px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.bg #middle01 {
	clear: both;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#middle_wrapper {
	height: 600px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#middle_wrapper #middle {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer_wrapper {
	height: 54px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer_wrapper #footer {
	height: 54px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

