@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#46372C;
	letter-spacing:0.1em;
	background-color: #EFEFE0;
}
a:link,
a:visited {
	color:#990000;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#003366;
}
a img {
	border:none;
}
.clear {clear:both;}
form {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#head {
	height:150px;
	background-image: url(../img/headback.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#header {
	width:900px;
	height:150px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	width:356px;
	float:left;
	text-align:center;
}
#header .copy {
	width:430px;
	padding-top:2px;
	float:right;
	color:#000000;
	text-align:right;
	font-size: 12px;
}
#header .address {
	width:430px;
	padding-top:10px;
	float:right;
	color:#000000;
	text-align:right;
	font-size: 12px;
}
#header .tel {
	width:430px;
	float:right;
	color:#000000;
	text-align:right;
	font-size: 20px;
}

#header ul.minimenu {
	width:360px;
	padding-top:20px;
	float:right;
	color:#000000;
	list-style:none;
}
#header ul.minimenu li{
	float:left;
}
#header ul.minimenu li a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:25px;
}
#header ul.minimenu li.hbt_cart a{
	background-image:url(../img/head_bt_cart.jpg);
	width:140px;
	margin-right:20px;
}
#header ul.minimenu li.hbt_cart a:hover{ background-position:0 -25px;}
#header ul.minimenu li.hbt_guide a{
	background-image:url(../img/head_bt_guide.jpg);
	width:200px;
}
#header ul.minimenu li.hbt_guide a:hover{ background-position:0 -25px;}

#wrap {
	width:900px;
	margin:0 auto;
	background-color: #FFFFFF;
}

#navi {
	clear:both;
	width:900px;
	height:42px;
	margin:0;
	list-style-type:none;
	padding:0;
}
#navi li {
	height:42px;
	float:left;
	text-align:center;
}
#navi a {
	display:block;
	height:32px;
	padding-top:10px;
	background:url(../img/navi.jpg) no-repeat;
	font-family:"メイリオ", Meiryo, "Meiryo UI";
	font-size:14px;
	font-weight:bold;
	color:#4E3C1D;
	text-decoration:none;
	line-height:1.5em;
}
#navi_01 a {
	width:80px;
	background-position:-1px 0;
}
#navi_02 a { width:180px;}
#navi_03 a { width:150px;}
#navi_04 a { width:80px;}
#navi_05 a { width:110px;}
#navi_06 a { width:100px;}
#navi_07 a { width:100px;}
#navi_08 a { width:100px;}

#navi a:hover {
	color:#7D702D;
	background-position:0 -42px;
}
#navi_01 a:hover { 	background-position:-1px -42px;}

#contents {
	clear:both;
	width:870px;
	background:#EBE4CD url(../img/contents_header.png) no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#side_navibox {
	width:180px;
	float:left;
	background-color:#F3EFE1;
}
.side_navi {
	width:180px;
	border-top:solid 3px #AE9D4E;
	padding:10px;
	background-color:#F3EFE1;
}
.side_navi h2 {
	border-bottom:dotted 1px #9F8D39;
	padding:5px 3px;
	font-family:"メイリオ", Meiryo, "Meiryo UI";
	font-size:13px;
	font-weight:bold;
	line-height:1.5em;
}
.side_navi h2 a{
	text-decoration:none;
}
.side_navi h2 a:hover{
	color:#46372C;
	text-decoration:underline;
}
.side_navi ul {
	list-style-type:none;
}
.side_navi ul li {
	border-bottom:dotted 1px #9F8D39;
	padding:3px 3px 3px 18px;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 10px 13px;
}
.side_navi ul li a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	line-height:1.5em;
	color:#8D7F33;
}
.side_navi ul li a:hover {
	color:#46372C;
	text-decoration:underline;
}
#foot {
	clear:both;
	height:116px;
	background-image: url(../img/footback.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-color: #e9e1db;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #663300;
	padding-bottom: 10px;
}
#footer p{
	font-size: 14px;
	line-height: 1.5em;
	margin-left:10px;
	margin-right:10px;
}
#footer p.footlink {
	font-size: 13px;
	line-height: 1.5em;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	color:#666666;
}
#footer p.footlink a {
	color:#996600;
	text-decoration:none;
}
#footer p.footlink a:hover {
	text-decoration:underline;
}
address {
	clear:both;
	line-height:1.5em;
	font-size:10px;
	font-style:normal;
	color:#7D702D;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
}


#mainbox {
	width:650px;
	float:right;
}

#pagetop {
	clear:both;
	font-size:10px;
	text-align:right;
	margin-right: 0;
	margin-left: 0;
	padding-top: 30px;
}

/* トップメイン */
#main {
	width:650px;
	height:400px;
	/* background:url(../img/bg_main.png) no-repeat; */
	list-style-type:none;
	overflow:hidden;
	margin-bottom:20px;
}
#topimg {
	width:650px;
	height:400px;
	list-style-type:none;
	margin-bottom:20px;
}
#main img {
	margin:0;
}
#new {
	width:650px;
}
#new_tit {
	height:22px;
	margin-bottom:5px;
	line-height:1.5em;
	background-image: url(../img/bg_prducts_tit.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#new_tit h2 {
	font-family:"メイリオ", Meiryo, "Meiryo UI";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
#new ul {
	width:630px;
	list-style-type:none;
	padding:0;
	margin:0;
}
#new ul li {
	width:295px;
	height:100px;
	border-bottom:dotted 1px #AF9E50;
	margin-right:10px;
	margin-left:10px;
	padding-top:10px;
	float:left;
	overflow:hidden;
}
#new ul li .photo {
	width:86px;
	height:86px;
	margin-right:10px;
	padding:5px 0 0 5px;
	float:left;
	background:url(../img/bg_new.png) no-repeat;
}
#new ul li h3 {
	padding:5px 0;
	line-height:1.6em;
	font-size:14px;
	font-weight:bold;
}
#new ul li h3 a {
	text-decoration:none;
}
#new ul li .text {
	font-size:14px;
	line-height:1.4em;
}

#info {
	clear:both;
}

#info_tit {
	height:22px;
	margin-bottom:5px;
	line-height:1.5em;
	background-image: url(../img/bg_prducts_tit.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#info_tit h2 {
	font-family:"メイリオ", Meiryo, "Meiryo UI";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
#info dl dt {
	padding-top:10px;
	line-height:1.5em;
	font-size:10px;
	font-weight:bold;
	color:#7D702D;
	margin-right: 10px;
	margin-left: 10px;
}
#info dl dd {
	border-bottom:dotted 1px #7D702D;
	padding-bottom:10px;
	font-size:14px;
	line-height:1.6em;
	margin-right: 10px;
	margin-left: 10px;
}




#title {
	width:650px;
	border-bottom:double 3px #AF9E4F;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#title h2 {
	padding-left:10px;
	font-family:"メイリオ", Meiryo, "Meiryo UI";
	font-size:24px;
	font-weight:bold;
	line-height:1.5em;
	vertical-align:bottom;
	background-position:0 10px;
}

/* 商品ページ */
.products_contents {
	width:630px;
	margin:0 auto 20px;
}
.products_contents h2 {
	height:23px;
	padding:3px 0 0 10px;
	font-family:"メイリオ", Meiryo, "Meiryo UI";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.5em;
	background-image: url(../img/bg_prducts_tit.jpg);
	background-repeat: no-repeat;
}
.products_contents .photo {
	width:218px;
	height:161px;
	margin-right:20px;
	padding:5px 0 0 5px;
	float:left;
	background:url(../img/bg_products01.png) no-repeat;
}
.products_contents .photo2 {
	width:256px;
	height:196px;
	margin-right:20px;
	padding:5px 0 0 5px;
	float:left;
	background-image: url(../img/bg_products02.png);
	background-repeat: no-repeat;
}

.products_contents h3 {
	margin:10px 0;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
	color:#990000;
}
.products_contents .text {
	font-size:14px;
	line-height:1.8em;
}
.products_contents .text_next {
	font-size:13px;
	text-align:right;
	margin-top:5px;
}
.products_contents .text_next a{
	color:#990000;
	text-decoration:none;
}
.products_contents .text_next a:hover{
	text-decoration:underline;
}
.products_contents .comment {
	font-size:14px;
	line-height:1.6em;
}
.products_contents .text_chui {
	font-size:12px;
	line-height:1.4em;
}
.products_contents .price {
	font-weight:bold;
	color:#76602C;
	line-height:1.6em;
}
.products_contents ul {
	list-style-type:none;
}
.products_contents ul li {
	clear:both;
	min-height:160px;
	border-bottom:dotted 1px #9F8D39;
	padding:15px 0;
}
p.text_intro {
	font-size:16px;
	line-height:1.6em;
	margin:15px 15px 20px;
}

p.life_sub1 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0 15px 5px;
	color: #600;
}
p.life_txt1 {
	font-size:14px;
	line-height:1.6em;
	margin:0 15px 30px;
}


p.text_sub1 {
	font-size:12px;
	line-height:1.3em;
	margin-bottom:5px;
	margin-left: 20px;
}
ul.text_spec {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	list-style-type: square;
}
ul.text_spec li {
	font-size:12px;
	line-height:1.3em;
	margin-bottom:5px;
	margin-left: 20px;
}
ul.text_spec li em{
	font-style:normal;
	color:#993300;
}

.products_contents2 {
	border: 1px solid #B2A054;
	padding: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
}
.products_contents2 p {
	font-size:14px;
	line-height:1.6em;
	margin-bottom:1em;
}
.products_contents2 .img1 {
	background-color: #FFFFFF;
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

.products_contents3 {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	clear: both;
}
.products_contents3 p {
	font-size:14px;
	line-height:1.6em;
	margin-bottom:1em;
}
.products_contents3 .img1 {
	background-color: #FFFFFF;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d3cdb8;
	border-bottom-color: #CCCCCC;
	margin-right: 4px;
	margin-bottom: 4px;
}

/* こだわり */
.kodawari_img1 {
	background-color: #FFFFFF;
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d3cdb8;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	float: right;
	margin-left: 10px;
}

/* 店舗案内 */
.shop_tit {
	height:22px;
	margin-bottom:10px;
	line-height:1.5em;
	background-image: url(../img/bg_prducts_tit.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.shop_tit h2 {
	font-family:"メイリオ", Meiryo, "Meiryo UI";
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

.shop_info {
	width:300px;
	float:left;
	margin-left: 15px;
}
.shop_info p{
	font-size:16px;
	line-height:1.6em;
	margin-bottom:1em;
}
.shop_info_img {
	width:310px;
	float:right;
	margin-right: 15px;
}
.shop_info_img img{
	background-color: #FFFFFF;
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
.shop_map {
	width:620px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
}

.shop_info dl {
	position:relative;
	clear:both;
	width:300px;
	line-height:1.8em;
}
.shop_info dl dt {
	position:absolute;
	left:0;
	clear:both;
	width:80px;
	padding:7px;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height: 18px;
}
.shop_info dl dd {
	font-size:13px;
	padding:7px 7px 7px 90px;
	border-bottom:dotted 1px #AF9E4F;
	line-height: 18px;
}

/* お買物ガイド */
.guide_tit {
	height:22px;
	margin-bottom:10px;
	line-height:1.5em;
	background-image: url(../img/bg_prducts_tit.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.guide_tit h2 {
	font-family:"メイリオ", Meiryo, "Meiryo UI";
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.guide_info {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
}
.guide_info p{
	font-size:14px;
	line-height:1.6em;
	margin-bottom:1em;
}
.guide_info ul{
	font-size:14px;
	line-height:1.6em;
	margin-left:30px;
}
.guide_info ul li{
	margin-bottom:15px;
}
.soryo_tbl {
	margin-left:30px;
	border-collapse:collapse;
	margin-right: 10px;
}
.soryo_tbl th{
	border:1px solid #663300;
	padding:3px 5px;
	font-family:"メイリオ", Meiryo, "Meiryo UI";
	font-size:13px;
	line-height:18px;
	text-align:left;
	background-color: #DFD5AE;
}
.soryo_tbl td{
	border:1px solid #663300;
	padding:3px 5px;
	font-family:"メイリオ", Meiryo, "Meiryo UI";
	font-size:13px;
	line-height:18px;
}


.red1 {color:#CC0000;}


/* クリアフィックスハック */
.clearfix:after { 
	content:"";
    display:block;
    clear:both;
} 
.clearfix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearfix { 
	display: block; 
}
