body{
 background-image: url(../images/background_wrap.jpg);
 background-repeat: repeat;
 background-position: top;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
}
#wrapper {
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: 12px;
 line-height: 150%;
 margin-top: 0px;
 width: 800px;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 0px;
}

#header {
	background-color: #000;
	text-align: center;
	clear: both;
	height: 20px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
 clear: both;
 width: 800px;
 margin-right: auto;
 margin-left: auto;
}

#contents {
	background-color: #FFFFFF;
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 15px;
	float: left;
}

#cls {
 clear: both;
}

