body{
	font-size:14px;
	font-family : Osaka,游ゴシック体;
	color : #660b00;
	text-align : center;
 	margin-right : 20px;
 	margin-left : 20px;
 	background-image : url(img/kohana01.png);
 	background-color : #ffffe0;
	overflow: auto;
}
div.title {
	font-size:18px;
}
div.shop {
	font-size:16px;
}
<!--
a { text-decoration : none ; } 
a:link , a:visited { color : #2f4f4f; } 
-->
#header{
	width:960px;
	margin:30px auto;
	border-bottom:3px double #660b00;
	color : #2f4f4f;
}

#content{
	width:960px;
	margin:10px auto;
	color : #2f4f4f;
}

#main{
	width:800px;
	margin:50px auto;
	text-align : left;
}
#pan{
	margin:0;
	padding:0 10px 0;
	list-style:none;
	line-height:25px;
}
	#pan li{
		float:left;
		padding-right:5px;
		display: inline;
	}
#footer{
	border-top:3px double #660b00;
	width:960px;
	margin:0 auto;
	clear:both;
	text-align:right;
	padding:10px 0;
}

.clear{
	clear:both;
}