@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}
body{
	font-size:90%;
	color:#660;
	line-height:1.5em;
	background-color: #FCFFF0;
}
.all {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
	padding:10px;
}
.all .head {
	height: 80px;
	width: 800px;
	background-image: url(img/top_img.jpg);
	margin-bottom: 10px;
}
.all .head2 {
	height: 200px;
	width: 800px;
}

.all .foot {
	clear: both;
	height: 50px;
	width: 800px;
	background-image: url(img/foot001.jpg);
	text-align: center;
}

.moji {
	font:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:11px;
}

.foot {
	clear: both;
	height: 50px;
	width: 800px;
	background-image: url(img/foot001.jpg);
	text-align: center;
}
.title{
	background-color: #F7FE69;
	width: 800px;
	font-size:18px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.shop {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a:link{
	color:#630
}
a:hover{color:#330}
a:visit{color:#330}
