@charset "utf-8";

html{
	overflow-x: hidden;
}
body{
	position: relative;
	text-align: center;
}
			body#top{
				background: #E9E8E1 url(../images/body_back01.png) repeat-x 0 0;
			}
			body#secound{
				background: #E9E8E1 url(../images/body_back02.png) repeat-x 0 0;
			}
#header{
	width: 100%;
    padding-top: 30px;
}
#wrapper{
	 width: 870px;
	 margin: 0 auto;
	 text-align: left;
	 background-color: #E9E8E1;
}
#cont{
	width: 870px;
	margin-top: 10px;
}
#colL{
	float: left;
	width: 211px;
}
#colR{
	float: right;
	width: 628px;
}
#footer{
	width: 100%;
	margin-top: 25px;
	background: transparent url(../images/footer_back.png) repeat-x 0 0;
	text-align: center;
}