body {
	margin:0;
	padding:0;
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 170%;
	background-image: url(img/bg_header.png);
	background-repeat: repeat-x;
}
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: #F60;
}
.price {
	font-weight: bold;
	color: #C00;
}

#container {
	margin-right: auto;
	margin-left: auto;
}
header  {
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 219px;
}
header .logo {
	text-indent: -9999px;
	display: block;
	width: 960px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}


h1    {
	padding#top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 2px;
	font-weight: normal;
	color: #630;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h2 {
	color: #630;
	text-align: center;
	font-size: 130%;
}

h3 {
	color: #F33;
	text-align: left;
	font-size: 120%;
	padding-top: 20px;
	padding-left: 15px;
}


#contents {
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/bg_green.png);
	background-repeat: repeat;
	clear: both;
	padding-bottom: 15px;
}
.main_btn {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}

.main_btn ul li {
	float: left;
	margin-right: 5px;
	height: 59px;
}
#ranking_wrap {
	background-image: url(img/bg_ranking.jpg);
	background-repeat: no-repeat;
	height: 680px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	margin-bottom: 15px;
}
#ranking_wrap ul {
	padding-top: 614px;
	padding-left: 153px;
}
#ranking_wrap ul li {
	float: left;
	margin-right: 7px;
}
.box1 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.box1 div {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
}
.box1 p {
	padding-left: 20px;
}

.bihada {
	background-image: url(img/img_bihada.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.diet {
	background-image: url(img/img_diet.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.diet h3 {
	padding-top: 300px;
}
#shopping li {
	margin-bottom: 10px;
}





footer {
	background-repeat: repeat-x;
	clear: both;
	color: #FFF;
	font-size: 13px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F66;
	background-color: #F96;
}
.footer_inner a {
	color: #FFF;
}


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


.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;
	background-color: #FFF;
}
