@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------
Reset
-------------------------------------------------*/
html, div, img,h1, h2, h3, h4, h5, h6 ,ul ,li, ol, dl, dd, dt, p, form, input, textarea{
	margin: 0;
	padding: 0;
	font-size:100%;
	font-weight:normal;
}

html ,img{
	border:none;
}



/*-------------------------------------------------
Common
-------------------------------------------------*/
/* Body */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#887951;
	text-align:left;
}

/*Link*/
a {color:#887951; text-decoration: none;}
a:visited {color:#887951; text-decoration: none;}
a:hover {color:#333300; text-decoration: none;}

a.stores_red {color:#B83F3F; text-decoration:none;}
a.stores_red:visited {color:#B83F3F; text-decoration:none;}


/*-------------------------------------------------
Wrapper
-------------------------------------------------*/
#wrapper {
	width:auto;
	text-align:left;
	margin:0 auto;
	padding:0;
}


/*-------------------------------------------------
Header
-------------------------------------------------*/
#header {
	position:relative;
	height:153px;
	background:#FFF url(img/header.gif) repeat-x;
}

/* Logo */
#header h1 a{
	position:absolute;
	top:45px;
	left:48px;
	width:160px;
	height:35px;
	text-indent:-1000em;
	background:url(img/top_logo.gif) no-repeat;
}

/*-------------------------------------------------
Navigation
-------------------------------------------------*/
#navigation {
	position:relative;
	height:50px;
	background:transparent url(img/menu.gif) no-repeat;
	left:0px;
	top:95px;
}
/* Navigation */
#navigation ul {
	list-style-type:none;
}
#navigation li {
	display:inline;
}
#navigation li a {
	position:absolute;
	display:block;
	height:50px;
	text-indent:-1000em;
	text-decoration:none;
}

#navigation li.top a {
	left:34px;
	background:transparent url(img/menu.gif) no-repeat -34px -0px;
	width:58px;
}
#navigation li.top a:hover {
	background:transparent url(img/menu.gif) no-repeat -34px -50px;
}
#navigation li.top a.on {
	background:transparent url(img/menu.gif) no-repeat -34px -50px;
}

#navigation li.news a {
	left:92px;
	background:transparent url(img/menu.gif) no-repeat -92px -0px;
	width:68px;
}
#navigation li.news a:hover {
	background:transparent url(img/menu.gif) no-repeat -92px -50px;
}
#navigation li.news a.on {
	background:transparent url(img/menu.gif) no-repeat -92px -50px;
}

#navigation li.pro a {
	left:160px;
	background:transparent url(img/menu.gif) no-repeat -160px -0px;
	width:104px;
}
#navigation li.pro a:hover {
	background:transparent url(img/menu.gif) no-repeat -160px -50px;
}
#navigation li.pro a.on {
	background:transparent url(img/menu.gif) no-repeat -160px -50px;
}

#navigation li.about a {
	left:264px;
	background:transparent url(img/menu.gif) no-repeat -264px -0px;
	width:104px;
}
#navigation li.about a:hover {
	background:transparent url(img/menu.gif) no-repeat -264px -50px;
}
#navigation li.about a.on {
	background:transparent url(img/menu.gif) no-repeat -264px -50px;
}
#navigation li.how a {
	left:368px;
	background:transparent url(img/menu.gif) no-repeat -368px -0px;
	width:88px;
}
#navigation li.how a:hover {
	background:transparent url(img/menu.gif) no-repeat -368px -50px;
}
#navigation li.how a.on {
	background:transparent url(img/menu.gif) no-repeat -368px -50px;
}

#navigation li.web a {
	left:456px;
	background:transparent url(img/menu.gif) no-repeat -456px -0px;
	width:120px;
}
#navigation li.web a:hover {
	background:transparent url(img/menu.gif) no-repeat -456px -50px;
}
#navigation li.web a.on {
	background:transparent url(img/menu.gif) no-repeat -456px -50px;
}

#navigation li.store a {
	left:576px;
	background:transparent url(img/menu.gif) no-repeat -576px -0px;
	width:84px;
}
#navigation li.store a:hover {
	background:transparent url(img/menu.gif) no-repeat -576px -50px;
}
#navigation li.store a.on {
	background:transparent url(img/menu.gif) no-repeat -576px -50px;
}

#navigation li.link a {
	left:660px;
	background:transparent url(img/menu.gif) no-repeat -660px -0px;
	width:63px;
}
#navigation li.link a:hover {
	background:transparent url(img/menu.gif) no-repeat -660px -50px;
}
#navigation li.link a.on {
	background:transparent url(img/menu.gif) no-repeat -660px -50px;
}

#navigation li.contact a {
	left:723px;
	background:transparent url(img/menu.gif) no-repeat -723px -0px;
	width:100px;
}
#navigation li.contact a:hover {
	background:transparent url(img/menu.gif) no-repeat -723px -50px;
}
#navigation li.contact a.on {
	background:transparent url(img/menu.gif) no-repeat -723px -50px;
}

/*-------------------------------------------------
ナビゲーションリスト
-------------------------------------------------*/
#crumb {
	position:relative;
	background-color:#EBE19F;
	font-size:68%;
	padding:0px 0px 0px 15px;
	height:17px;
	top:95px;
	color:#EBE19F;
}

#crumb a {color:#EBE19F; text-decoration: none;}
#crumb a:visited {color:#EBE19F; text-decoration:underline;}
#crumb a:hover {color:#CC9900; text-decoration: none;}

/*-------------------------------------------------
Main
-------------------------------------------------*/

#main {
	background-color:#EBE19F;
	height:380px;
	overflow:auto;
}

#main_index {
	background-color:#EBE19F;
	height:380px;
}

#main_imgup {
	background-color:#EBE19F;
	padding:0px;
}

#main_stores {
	background-color:#EBE19F;
	height:380px;
	overflow:auto;
	position:relative;
}


/*-------------------------------------------------
Contents
-------------------------------------------------*/

#contents {
	margin:0 40px;
	padding:25px 0;
	width:857px;
}

#contents_imgup {
	margin:0 40px;
	padding:25px 0;
}


#contents_stores {
	margin:0 40px;
	padding:25px 0;
	position:relative;
}


/*-------------------------------------------------
Contents用基本タグ
-------------------------------------------------*/

/* 見出し */
#contents h1 {
	font-size:100%;
	font-weight:bold;
	line-height:100%;
	margin-bottom:15px;
	padding:0 2px 3px 12px;
	background:transparent url(img/h1_back_gray.gif) repeat-x left bottom;
	width:860px;
}


#contents h1.auto {
	font-size:100%;
	font-weight:bold;
	line-height:100%;
	margin-bottom:15px;
	padding:0 2px 3px 12px;
	background:transparent url(img/h1_back_gray.gif) repeat-x left bottom;
	width:860px;
}

#contents h1.products {
	font-size:100%;
	font-weight:bold;
	line-height:100%;
	margin-bottom:5px;
	padding:0 2px 3px 12px;
	background:transparent url(img/h1_back_gray.gif) repeat-x left bottom;
	width:860px;
}

#contents_imgup h2 {
	clear:both;
	font-weight:bold;
	font-size:90%;
	line-height:130%;
	margin:20px 0 10px 0;
	padding:8px 5px 8px 12px;
	color:#887951;
	background:transparent url(img/h2_back.gif) repeat-x left;
}

#contents h2.auto {
	clear:both;
	font-weight:bold;
	font-size:90%;
	line-height:130%;
	margin:20px 0 10px 0;
	padding:8px 5px 8px 12px;
	color:#887951;
	background:transparent url(img/h2_back.gif) repeat-x left;
	width:857px;
}

#contents h2.products {
	clear:both;
	font-weight:bold;
	font-size:90%;
	line-height:130%;
	margin:0px 0 10px 0;
	padding:8px 5px 8px 12px;
	color:#887951;
	background:transparent url(img/h2_back.gif) repeat-x left;
	width:857px;
}

.year{
font-family:"Blackoak Std","Arial Blac","sans-serif";
font-size:50%;
color:#000000;
line-height:130%;
}s



#contents h3 {
	font-weight:bold;
	font-size:92.9%;
	line-height:130%;
	margin:15px 0 6px 0;
	padding-left:12px;
	border-bottom:2px solid #CAB478;
	color:#887951;
	width:857px;
}

#contents h4 {
	font-size:83%;
	font-weight:bold;
	margin:10px 0px 5px 0px;
	padding-left:12px;
}

.komidasi{
	font-size:90%;
	color:#887951;
	padding-left:12px;
}
/* テキスト */
#contents p {
	font-size:83%;
	line-height:150%;
	margin-bottom:1em;
}

#contents_imgup p {
	font-size:83%;
	line-height:150%;
	margin-bottom:1em;
}


#contents_stores p {
	font-size:77%;
	line-height:150%;
	margin-bottom:1em;
}

#contents p.clear {
	clear:both;
}

#contents p.center {
	font-size:83%;
	line-height:240%;
	margin-bottom:3em;
	text-align:center;
}

#contents p.l_margin {
	margin-left:40px;
}

#contents_imgup p.howto {
	padding-left:12px;
}

#contents p.howto {
	padding-left:24px;
}

#contents strong {
	color:#CC0000;
}

#contents em {
	font-weight:bold;
	font-style:normal;
}

#contents span.navy {
	font-weight:bold;
	color:#000033;
}

#contents span.red {
	color:#B83F3F;
}

#contents_stores span.red {
	color:#B83F3F;
}

#contents span.price {
	float:right;
	padding:0;
}

#contents span.net_text {
	vertical-align:70%;
}

#contents span.bold{
	font-weight:bold;
	float:left;
	font-size:120%;
}

#contents span.kumagaya{
	float:left;
	font-size:90%;
	padding-top:5px;
}

#contents span.point{
	float:left;
	font-size:90%;
	padding-top:5px;
}

#contents span.point_bold{
	float:left;
	font-size:90%;
	padding-top:5px;
	font-weight:bold;
}

#contents span.storeurl{
	float:right;
	padding-right:3px;
}

#contents span.line {
	text-decoration:line-through;
}


/* リスト */
#contents ul {
	list-style:disc;
	margin:0 0 10px 18px;
}

#contents ul.squea {
	list-style-type:square;
	margin:0 0 10px 30px;
	font-size:83%;
}

#contents ul.products {
	margin:5px 0 15px 18px;
	list-style-image:url(img/icon_circle.gif);
}

#contents ul.products li{
	margin:15px 0 15px 0;
}

#contents ol {
	margin:0 0 10px 35px;
	font-size:83%;
}
#contents li {
	line-height:140%;
	margin-bottom:4px;
}

#contents_imgup ol {
	margin:0 0 10px 35px;
	font-size:83%;
}

#contents_imgup li {
	line-height:140%;
	margin-bottom:4px;
}

#contents di {
	margin-bottom:10px;
}
#contents dt {
	color:#000;
	font-size:92.9%;
	margin-bottom:3px;
}
#contents dd {
	font-size:92.9%;
	line-height:140%;
	margin:0 0 8px 1em;
}


/* 区切り線 */
#contents hr {
	clear:both;
	background-color:#E6E6E6;
	margin:15px 0;
	height:1px;
	border-top:1px solid #E6E6E6;
}

/* 引用 */
#contents blockquote {
	background-color:#F2F2F2;
	border:1px solid #CCC;
	margin:15px 1em;
	padding:12px;
}
#contents blockquote p {
	margin-bottom:0;
}

/*　テーブル　*/
#contents table.special{
	background-color:#BFA66B;
	border:1px solid #CCC;
	margin:15px 0px;
	vertical-align:top;
}

#contents table.special td{
	vertical-align:top;
	padding:12px;
}

#contents_imgup table.special{
	background-color:#BFA66B;
	border:1px solid #CCC;
	margin:15px 0px;
	vertical-align:top;
}

#contents_imgup table.special td{
	vertical-align:top;
	padding:12px;
}

#contents_imgup table.color{
	text-align:center;
	font-size:75%;
	border:none;
}

#contents table.simple{
	width:500px;
	border-collapse:collapse;
	margin-left:12px;
	color:#887951;
}

#contents table.simple th{
	border:1px solid #bfa66b;
	background-color:#ddd292;
	padding:5px;
	font-size:82%;
	text-align:left;
}


#contents table.simple td{
	border:1px solid #bfa66b;
	background-color:#f0e6a9;
	padding:5px;
	font-size:82%;
	line-height:120%;
}

#contents table.stores{
	width:850px;
	height:243px;
	border-collapse:collapse;
	margin-left:12px;
	background-image:url(img/stores_bg.gif);
}

#contents td.stores{
	border:0px;
	padding:12px 12px 0px 12px;
	vertical-align:top;
	background-color:#BFA66B;
	background-image:url(img/stores_bg.gif);
}

#contents td.stores_bunner{
	padding:0px 0px 6px 12px;
	height:34px;
}


#contents td.stores2{
	border:0px;
	vertical-align:top;
	padding:15px 12px 8px 0px;
	font-size:93%;
	background-image:url(img/stores_bg.gif);
}

#contents table.stores3 td{
	font-size:83%;
}

#contents table.stores4{
	margin-bottom:10px;
}

#contents table.stores4 td{
	font-size:77%;
}

#contents_stores table.stores3 td{
	font-size:77%;
	padding:0px;
}

#contents table.products{
	vertical-align:top;
}

#contents table.products td.photo{
	padding:0px;
	vertical-align:top;	
}

#contents table.products td{
	padding:10px;
	vertical-align:top;	
}

#contents table.products_2{
	width:400px;
	vertical-align:top;
}

#contents table.products_menu{
	width:820px;
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#contents table.products_2 td{
	padding:10px 10px 0px 10px;
	vertical-align:top;
	font-size:83%;
}

#contents table.products_2 td.photo{
	padding:0px;
	vertical-align:top;	
}


#contents table.in th{
	vertical-align:top;
	color:#003366;
	width:150px;
}

#contents table.in td{
	vertical-align:bottom;
	padding:0px;
	font-size:100%;
}

#contents th.red{
	vertical-align:top;
	color:#990000;
	line-height:normal
}

#contents table.products_3{
	width:400px;
	font-size:83%;
}

#contents table.products_3 td{
	vertical-align:top;
}


#contents table.form td{
	font-size:78%;
}

#contents table.form th{
	font-size:78%;
}

#contents table.howto {
	font-size:83%;
	margin-left:10px;
}

#contents table.howto td{
	height:33px;
	vertical-align:middle;
}


/*　右寄せ左寄せ　微調整用のpadding　*/

.products_right{
	float:right;
	padding:0px;	
}

.padding{
	padding-left:12px;
}

.right{
	float:right;
	padding:10px;
}

.right2{
	float:right;
	padding:0px 10px 0px 0px;
}

.clear{
	clear:both;
}

/* STORES用のボックス */

#contents_stores .stores_box{
	position:relative;
	width:850px;
	height:250px;
	margin-bottom:20px;
}

#contents_stores .stores_textbox{
	width:600px;
	height:160px;
	position:relative;
	left:230px;
	top:-195px;
}

#contents_stores .stores_textbox2{
	width:600px;
	position:relative;
	left:230px;
	top:-240px;
}

#contents_stores .stores_box2{
	height:250px;
}

#webshop{
	width:100%;
	height:380px;
	border:none;
}

/* NEWSページ用スタイル */

#contents .news{
	width:850px;
}

.news_p_right{
	float:right;
	padding:5px;
	width:530px;
}

.news_p_left{
	float:left;
	padding:5px;
	width:530px;
}

.news_img_right{
	float:right;
	padding:5px;
	width:240px;
}

.news_img_left{
	float:left;
	padding:5px;
	width:240px;
}


/*-------------------------------------------------
Footer
-------------------------------------------------*/
#footer {
	position:relative;
	height:56px;
	background:url(img/footer.gif) repeat-x;
}

#footer p.address {
	position:absolute;
	left:290px;
	top:23px;
	font-size:82.9%;
	line-height:160%;
	color:#EBE19F;
}