body {
	margin:0;
	padding:0;
	background-image: url(img/bg_all.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFC1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 170%;
}
p {
	margin-bottom: 10px;

}

.left {
	float: left;
}

.right {
	float: right;
}
.clear {
	clear: both;
}

.img_top {vertical-align: top;}
.img_bottom {vertical-align: bottom;}
.red {
	color: #F00;
	font-weight: bold;
}
.price {
	font-weight: bold;
	color: #C00;
}

#container {
	margin-right: auto;
	margin-left: auto;
}
header  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: 580px;
	background-image: url(img/bg_header.jpg);
	background-repeat: no-repeat;
}

h1    {
	padding#top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-top: 5px;
	font-weight: normal;
	color: #985D31;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	color: #960;
	text-align: center;
}

h3 {
	font-size: 140%;
	font-weight: bold;
	color: #690;
	margin-bottom: 10px;
}


#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#mainnav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#mainnav ul li {
	float: left;
}
#riyu {
	background-image: url(img/bg_riyu.jpg);
	background-repeat: no-repeat;
	height: 575px;
	position: relative;
	clear: both;
}
#riyu h3 {
	padding-top: 70px;
	padding-left: 390px;
}
#riyu p {
	padding-left: 395px;
	padding-right: 10px;
}
#riyu .btn01 {
	position: absolute;
	left: 390px;
	top: 300px;
}


#food {
	background-image: url(img/bg_food.jpg);
	background-repeat: no-repeat;
	height: 1112px;
	position: relative;
	clear: both;
}
#food h3 {
	padding-top: 90px;
	padding-left: 30px;
}
#food p {
	padding-left: 30px;
}

#food .p1 {
	padding-top: 710px;
	padding-right: 350px;
}
#food .btn02 {
	position: absolute;
	right: 20px;
	bottom: 5px;
}

#select {
	background-image: url(img/bg_base1.jpg);
	background-repeat: repeat-y;
}

#select div {
	background-image: url(img/bg_select.jpg);
	background-repeat: no-repeat;
	position: relative;
	clear: both;
}
#select .topcopy {
	padding-top: 60px;
}
#select h3 {
	padding-left: 30px;
}


#select p {
	padding-left: 30px;
}

#select .p1 {
	padding-top: 710px;
	padding-right: 350px;
}
#osusume {
	background-image: url(img/bg_osusume.jpg);
	background-repeat: repeat-y;
}
#hikaku div{
	background-image: url(img/bg_hikaku1.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 314px;
}
#hikaku h3 {
	padding-top: 80px;
	padding-left: 30px;
}
#hikaku p {
	padding-left: 30px;
}
#hikaku ul {
	margin: 0px;
	padding: 0px;
}

#hikaku ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#hikaku img {
	margin: 0px;
}




.table01 {
	border-collapse: collapse;
	width: 95%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.table01 th {
	background-color: #FFE781;
	vertical-align: middle;
	border: 1px solid #92B2A7;
	padding: 5px;
	color: #630;
	text-align: center;
	width: 20%;
}
.table01 td {
	padding: 5px;
	text-align: left;
	border: 1px solid #999;
	padding: 5px;
	vertical-align: middle;
}

footer {
	background-repeat: repeat-x;
	clear: both;
	color: #630;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C96;
	margin-top: 15px;
}

footer .footer_inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.copy {
	text-align: right;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 30px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #CCC;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
