@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	border: none;
}

/* ---------------------------------------------------- */
/* 大枠ボックス構成 */
/* ---------------------------------------------------- */

#wrapper{
	width:900px;
	text-align:center;
	margin: 0px auto;
	border-left:1px solid #004d25;
	border-right:1px solid #004d25;
}

#tops{
	background-color:#004d25;
	width:870px;
	height:20px;
	padding-top:5px;
	padding-left:30px;
	text-align:left;
}

#header{
	width:840px;
	height:110px;
	margin:0px 30px;
	border-bottom:1px solid #004D25;
}

#leftbox{
	width:450px;
	margin-top:30px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:30px;
	float:left;
	font-size:13px;
	color:#004d25;
	line-height: 200%;
	letter-spacing:0.08em;
}

#rightbox{
	width:300px;
	margin-top:30px;
	margin-left:30px;
	margin-right:30px;
	float:right;
}


#footer{
	width:900px;
	height:200px;
	clear:both;
	background-image:url(../img/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* ---------------------------------------------------- */
/* header 内 h1 */
/* ---------------------------------------------------- */

h1{
	font-size:10px;
	color:#ffffff;
	font-weight:lighter;
}

/* ---------------------------------------------------- */
/* header 内 menubar */
/* ---------------------------------------------------- */
	

#menubar{
	width:840px;
	height:70px;
}

#menubar ul,li{
	float:left;
}

#menubar img{
	margin-top:30px;
}

/* ---------------------------------------------------- */
/* leftbox */
/* ---------------------------------------------------- */

#leftbox_title{
	text-align:left;
	border-bottom:1px dotted #004d25;
	margin-bottom:5px;
}

#leftbox_text{
	text-align:left;
	padding-top:5px;
}

.leftbox_title{
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
}

.leftbox_center{
	text-align:center;
}

/* ---------------------------------------------------- */
/* rightbox */
/* ---------------------------------------------------- */

#rightbox_news{
	width:300px;
	height:420px;
	text-align:left;
}

#rightbox_news_text{
	height:5px;
	border-bottom:1px dotted #ffffff;
}

#rightbox_blog{
	margin-bottom:30px;
	text-align:left;
}

#rightbox_sns{
	text-align:left;
}
	
.rightbox_title{
	font-size:16px;
	color:#004d25;
	text-align:left;
	font-weight:700;
	letter-spacing:0.06em;
	padding-left:5px;
}

.rightbox_title2{
	font-size:16px;
	color:#004d25;
	text-align:left;
	font-weight:700;
	margin-top:30px;
}

.rightbox_img_t{
	margin-left:20px;
}

.facebook_margin{
	margin-right:15px;
}


/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */

#sitemap{
	width:840px;
	height:160px;
	margin-left:30px;
	margin-right:30px;
	text-align:left;
}

#sitemap_about{
	width:120px;
	margin-right:24px;
	float:left;
}

#sitemap_shop{
	width:120px;
	margin-right:24px;
	float:left;
}

#sitemap_foods{
	width:120px;
	margin-right:24px;
	float:left;
}

#sitemap_others{
	width:120px;
	margin-right:24px;
	float:left;
}

#sitemap_others2{
	width:120px;
	margin-right:24px;
	float:left;
}

#sitemap_online{
	width:120px;
	float:left;
}

.sitemap_title{
	margin-top:30px;
	font-size:13px;
	color:#004d25;
	text-align:left;
	font-weight:700;
	letter-spacing:0.06em;
}

.sitemap_text{
	font-size:11px;
	color:#004d25;
	text-align:left;
	letter-spacing:0.06em;
}

.sitemap_text a{
	text-decoration:none;
	font-size:11px;
	color:#004d25;
	text-align:left;
	letter-spacing:0.06em;
}

.sitemap_online{
	margin-top:30px;
	margin-bottom:3px;
	text-align:left;
}

#bottom{
	clear:both;
	width:820px;
	margin-left:40px;
	margin-right:40px;
}

.bottom_text{
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:0.06em;
}