@charset "UTF-8";

/* ----------
リセット
------------- */

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

/* ----------
全体
------------- */

body{
	text-align:center;
	font-size:12px;
	color:#362E2B;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height:150%;
	background-image: url(/img/img_wp_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

a,
a:link,
a:visited {
	color:#362E2B;
	text-decoration:none;
}

a:hover,
a:active {
	color:#A40000;
	text-decoration:none;
}


#wrapper {
	width:880px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
}

#main{
	width:880px;
	padding-bottom: 183px;
}  /* must be same height as the footer */

.clear {
	clear:both;
}


h1{
	font-size: 11px;
	font-weight: normal;
	line-height: 110%;
	padding-top: 6px;
	text-indent: 10px;
}

h2{

}

/* ----------
ヘッダー
------------- */

#header{
	width:880px;
	background-image: url(/img/img_header.jpg);
	background-repeat: no-repeat;
	height: 103px;
}

#header_l{
	width:609px;
	float: left;
}

#header_r{
	width:271px;
	float: right;

}

.logo{
	width:212px;
	display:inline;
	text-indent:-9999px;
	margin-top: 10px;
}

.logo a{
	width:212px;
 	height:60px;
 	display: block;
	overflow:hidden;
	text-decoration:none;
}

.mailmark{
	padding-left: 220px;
	padding-top: 8px;
}

* html .mailmark{
	padding-left: 220px;
	padding-top: 11px;
}

/* 合計金額--------------- */

#total{
	width:211px;
	height:31px;
	background-image: url(/img/img_total_back.jpg);
	background-repeat: no-repeat;
	margin-left: 50px;
	color: #FFFFFF;
	padding-top: 4px;
	text-align: right;
}

.total_no{
	padding-right: 10px;
	padding-left: 6px;
}

.total_price{
	padding-right: 11px;
	padding-left: 1px;
}


/* ----------
検索_ナビエリア
------------- */

#kensaku{
	width:880px;
	clear: both;
}

.navi_l{
	width: 412px;
	height: 31px;
	float: left;
}

#kensaku .search {
	height:31px;
	color:#fff;
	padding-left:10px;
	vertical-align:middle;
	font-size: 12px;
	line-height: 110%;
}
#kensaku .search form {display:inline;margin:0;padding:0;}
#kensaku .search span {vertical-align:middle;}
#kensaku .search select {border:#eee solid 1px;height:20px;width:140px;vertical-align:middle;background:#fff;}
#kensaku .search input {border:#eee solid 1px;height:16px;vertical-align:middle;}

* html #kensaku .search input {border:#eee solid 1px;height:19px;vertical-align:middle;}

#kensaku .search #imagebtn {border:#eee solid 1px;height:18px;vertical-align:middle;}
#kw {width:130px;}


/* ガイドナビ--------------- */

#s_navi{float: right;width: 415px;}
#s_navi ul{}
#s_navi li{float:left;}
#s_navi a {display: block;}

#s_navi li.member a {
	background-image:url(/img/btn_member.jpg);
	background-position:0px 0px;
	width:113px;
	height: 31px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#s_navi li.member a:hover, #s_navi li.member a:active {
 	background-position:0px -31px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#s_navi li.guide a {
	background-image:url(/img/btn_guide.jpg);
	background-position:0px 0px;
	width:101px;
	height: 31px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#s_navi li.guide a:hover, #s_navi li.guide a:active {
 	background-position:0px -31px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#s_navi li.first a {
	background-image:url(/img/btn_first.jpg);
	background-position:0px 0px;
	width:103px;
	height: 31px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#s_navi li.first a:hover, #s_navi li.first a:active {
 	background-position:0px -31px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#s_navi li.cart a {
	background-image:url(/img/btn_cart.jpg);
	background-position:0px 0px;
	width:98px;
	height: 31px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#s_navi li.cart a:hover, #s_navi li.cart a:active {
 	background-position:0px -31px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

/* ログイン後--------------- */

#s_navi li.logout a {
	background-image:url(/img/btn_logout.jpg);
	background-position:0px 0px;
	width:113px;
	height: 31px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#s_navi li.logout a:hover, #s_navi li.logout a:active {
 	background-position:0px -31px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#s_navi li.mypage a {
	background-image:url(/img/btn_mypage.jpg);
	background-position:0px 0px;
	width:103px;
	height: 31px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#s_navi li.mypage a:hover, #s_navi li.mypage a:active {
 	background-position:0px -31px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

/* ----------
1行新着情報
------------- */

#news_bar{
	clear: both;
	width: 880px;
	background-image: url(/img/img_newsbar_back.jpg);
	background-repeat: repeat-x;
	height: 27px;
}

.topnews{
	line-height: 110%;
	padding-top: 6px;
	padding-left: 13px;
}

.topnews_date{
	color: #A40000;
	padding-right: 8px;
}


/* ----------
Flash
------------- */

#flash{
	margin-top: 10px;
}


/* ----------
グローバルナビ
------------- */

#gnavi{width: 880px;margin-top: 3px;margin-bottom: 10px;}
#gnavi ul{height: 56px;width: 880px;}
#gnavi li{float:left;}
#gnavi a {display: block;}

#gnavi li.login a {
	background-image:url(/img/btn_login.jpg);
	background-position:0px 0px;
	width:190px;
	height: 56px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li.login a:hover, #gnavi li.login a:active {
 	background-position:0px -56px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li.toppage{
	margin-left: 2px;
}

#gnavi li.toppage a {
	background-image:url(/img/btn_toppage.jpg);
	background-position:0px 0px;
	width:137px;
	height: 56px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li.toppage a:hover, #gnavi li.toppage a:active {
 	background-position:0px -56px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li.concept a {
	background-image:url(/img/btn_concept.jpg);
	background-position:0px 0px;
	width:138px;
	height: 56px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li.concept a:hover, #gnavi li.concept a:active {
 	background-position:0px -56px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li.shopinfo a {
	background-image:url(/img/btn_shopinfo.jpg);
	background-position:0px 0px;
	width:138px;
	height: 56px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li.shopinfo a:hover, #gnavi li.shopinfo a:active {
 	background-position:0px -56px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li.wa a {
	background-image:url(/img/btn_wa.jpg);
	background-position:0px 0px;
	width:138px;
	height: 56px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li.wa a:hover, #gnavi li.wa a:active {
 	background-position:0px -56px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li.kisetsu a {
	background-image:url(/img/btn_kisetsu.jpg);
	background-position:0px 0px;
	width:137px;
	height: 56px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li.kisetsu a:hover, #gnavi li.kisetsu a:active {
 	background-position:0px -56px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

/* ログイン後--------------- */

#gnavi li.logout2 a {
	background-image:url(/img/btn_logout2.jpg);
	background-position:0px 0px;
	width:190px;
	height: 56px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li.logout2 a:hover, #gnavi li.logout2 a:active {
 	background-position:0px -56px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}


/* ----------
左コンテンツ
------------- */

#left_contents{
	float: left;
	width: 205px;
	margin-bottom: 25px;
}

#side_category{
	background-image: url(/img/img_side_line.gif);
	background-repeat: repeat-y;
	width: 205px;
	margin-bottom: 10px;
}

#side_category ul{
}

#side_category li.category_b{
	line-height: 110%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #362E2B;
	text-indent: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 193px;
	margin-right: 6px;
	margin-left: 6px;
}

#side_category li.category_c{
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #362E2B;
	width: 193px;
	margin-right: 6px;
	margin-left: 6px;
}

#side_category li.category_on{
	line-height: 110%;
	width: 193px;
	text-indent: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
}

#side_category li.sab_category{
	line-height: 110%;
	width: 188px;
	margin-left: 5px;
	text-indent: 5px;
	background-color: #D5D0C5;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #A40000;
	margin-bottom: 1px;
}

#side_category li.sab_category a,
#side_category li.sab_category a:link,
#side_category li.sab_category a:visited{
	color: #A40000;	
}

#side_category li.sab_category a:hover,
#side_category li.sab_category a:active{
	color: #362E2B;	
}

.mark{
	padding-right: 6px;
}


/* ----------
右コンテンツ
------------- */

#right_contents{
	float: right;
	width: 660px;
	margin-bottom: 25px;
}

/* ----------
新着情報
------------- */

html{overflow-y: scroll;}

#news{
	width: 660px;
	background-image: url(/img/img_news_line.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
}

#news2{
	width: 660px;
	background-image: url(/img/img_news_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#news_in{
	width: 638px;
	height:194px;
	overflow:auto;
	overflow-x: hidden;
	margin-left: 11px;
}

#news dl{
	margin-bottom: 10px;	
}

#news dt{
	color: #A40000;
	background-color: #F2EDE4;
	line-height: 110%;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#news dd{
	background-color: #F2EDE4;
	line-height: 150%;
	margin-top: 1px;
	color: #59493F;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}

#page{/* ----次ページへのリンク部分---- */
	width: 638px;
	margin-top: 11px;
}

.pager_current{
	width: 18px;
	height: 18px;
	color: #A40000;
	text-align: center;
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #59493F;
}

#page a {
	width: 18px;
	height: 18px;
	color: #59493F;
	text-align: center;
	display: block;
	float: left;
	text-decoration:none;
	margin-right: 5px;
	border: 1px solid #59493F;
}

#page a:hover, #page a:active {
	color: #FFFFFF;
	background-color: #59493F;
}

/* ----------
新着入荷商品
------------- */

.up{
	margin-top: 15px;
}

#newitem_box {
	border-color:#5A493F;
	border-style:solid;
	border-width:0px 1px 0px 1px;
	padding-left: 1px;
}
#newitem_box table {border-collapse:separate;border-spacing:4px;}
#newitem_box td {width:157px;}

/* 商品一覧系 */
.item_th {
	border:#d5d5d5 solid 1px;
	text-align:center;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}
.item_name {
	text-align: center;
	font-size: 11px;
	color: #59493F;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 1px;
	margin-left: 4px;
}

* html .item_name {
	text-align: center;
	font-size: 11px;
	color: #59493F;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
}

.item_price {
	font-size: 11px;
	text-align: center;
	color: #59493F;
}

#newitem_box_w{
	background-image: url(/img/img_newitem_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}


/* ----------
おすすめ商品
------------- */

#osusume_box {
	border-color:#5A493F;
	border-style:solid;
	border-width:0px 1px 0px 1px;
	padding-left: 1px;
}
#osusume_box table {border-collapse:separate;border-spacing:4px;}
#osusume_box td {width:157px;}


/* ----------
バナー
------------- */

#mailmagazine{
}

#member_regist{
	margin-top: 5px;
	margin-bottom: 5px;
}

#banner1{
	margin-bottom: 5px;
}

#banner2{
	margin-bottom: 5px;
}

#banner3{
	margin-top: 12px;
}

.lef_tbnr { margin-bottom: 5px; }


/* ----------
フッター
------------- */

#footer {
	background-image: url(/img/img_footer_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	width: 100%;
	height: 183px;
	position: relative;
	margin-top: -183px; /* negative value of footer height */
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#footer_box{
	width:880px;
	height: 183px;
	margin-right: auto;
	margin-left: auto;
}

/* フッターナビ------------------------ */

#fnavi {
	width:880px;
	height: 33px;
	text-align: left;
}

#fnavi ul {
	list-style-type:none;
	width:880px;
	height: 12px;
	padding-top: 10px;
	padding-left: 10px;
}

#fnavi li  {
	float:left;
	font-size: 11px;
	color: #FFFFFF;
}

#fnavi li a {
	text-decoration:none;
	color: #FFFFFF;
	font-size: 11px;
}

#fnavi li a:hover, #fnavi li a:active {
	text-decoration:underline;
	color: #D1C0A2;
	font-size: 11px;
}

.footer_on{
	color: #D1C0A2;
	font-size: 11px;
}

/* フッター情報------------------------ */

#footer_info{
	width: 335px;
	margin-top: 29px;
	margin-left: 545px;
	text-align: left;
}

.f_text1{
	font-size: 11px;
	color: #D1C0A5;
	line-height: 110%;
	padding-bottom: 7px;
}

.f_text2{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 110%;
}

.f_text3{
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 7px;
	line-height: 125%;
}

.copy{
	font-size: 11px;
	color: #FFFFFF;
	line-height: 110%;
	padding-top: 7px;
}
