/*　基本構造　*/

body {
	background: url(../images/bg.jpg) repeat-x center top;
	background-color: #c63931;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
}

#wrapper{
	width: 820px;
	margin: 0 auto;
	padding: 0;
	}
	
#foot{
	margin: 20px auto;
	}