@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
font-style:normal;
font-weight:normal;
}
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}
#bg {
	background-color: ffffcc;
}

#header {
	background-image: url(../images/index_01.jpg);
	background-repeat: repeat-x;
	width: 800px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#left_bg {
	background-image: url(../images/index_02.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 221px;
	margin: 0px;
	float: left;
	height: 2107px;
}

#left {
	background-image: url(../images/index_02.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	width: 221px;
	position: fixed;
	top: 21px;
	height: 455px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#right {
	padding: 0px;
	float: left;
	width: 579px;
	top: 0px;
	font-size: 0px;
	right: 0px;
	margin: 0px;
}
#footer {
	background-image: url(../images/index_20.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
}


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom: 1;
}

