body {
	margin:0;
	padding:0;
	background-color: #FFF;
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "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: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 633px;
	background-image: url(img/bg_header.jpg);
	background-repeat: no-repeat;
}

h1    {
	padding#top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: normal;
	color: #630;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
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;
}
.mainbtn {
	background-image: url(img/bg_headerbtn.png);
	background-repeat: no-repeat;
	height: 283px;
	position: relative;
	background-position: 0px 50px;
}
.mainbtn .btn01 {
	position: absolute;
	width: 380px;
	left: 251px;
	right: auto;
	top: 0px;
}


#kouso01 {
	margin-top: 20px;
}

#kouso01 p ,#kouso02 p ,#kouso03 p ,#kouso04 p {
	padding-left: 20px;
}

#kouso01 .left {
	width: 49%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#kouso01 .right {
	width: 49%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#kouso01 .kisotaisha {
	background-image: url(img/kisotaisha2.png);
	background-repeat: no-repeat;
	height: 220px;
	clear: both;
}
#kouso01 .kisotaisha p {
	padding-top: 120px;
	padding-left: 170px;
}
#kouso01 .kisotaisha {
	margin-top: 20px;
}
#kouso02 {
	margin-top: 35px;
}
#kouso03 {
	background-image: url(img/salada.jpg);
	background-repeat: no-repeat;
	background-position: right 90px;
	margin-top: 30px;
}

#kouso03 .hakkoushokuhin {
	background-image: url(img/bg_hakkou.jpg);
	background-repeat: no-repeat;
}
#kouso03 .hakkoushokuhin p {
	padding-top: 80px;
	padding-left: 200px;
}
#kouso04 {
	margin-top: 30px;
}

#kouso04 .p1 {
	background-image: url(img/img_jundo.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#kouso04 .point2 {
	background-image: url(img/bg_yasai.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
}
#kouso04 .point2 p {
	padding-left: 290px;
}
.ranking {
	background-image: url(img/inner.png);
	background-repeat: repeat-y;
}
.ranking .p1 {
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C5C5C5;
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 5px;
}
.ranking .btn {
	margin-right: 20px;
	width: 320px;
	float: right;
}













.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;
}

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

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

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;
}
