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

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

h3{
	padding-top: 17px;
	font-size: 13px;
	color: #A40000;
}

.text1{
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #362E2B;
	margin-right: 33px;
	margin-left: 33px;
	padding-bottom: 10px;
}

.text2{
	padding-bottom: 5px;
}


.r_photo{
	float: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.red1{
	color: #A40000;
	padding-right: 3px;
}

.red2{
	color: #A40000;
	padding-left: 3px;
}

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

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


/* ----------
メイン画像
------------- */

#main_img{
	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;
}

#cont_box1{
	margin-right: 33px;
	margin-left: 33px;
}


/* ----------
お問い合わせ
------------- */
.inq_tel{
	background-image: url(../img/img_inquiry_tel.jpg);
	background-repeat: no-repeat;
	width: 583px;
	margin-top: 15px;
	margin-left: 38px;
	height: 119px;
}

.inq_text{
	text-align: center;
	padding-top: 8px;
}

.inq_mail{
	padding-left: 93px;
	padding-top: 45px;
}

#form_box{
	margin-right: 33px;
	margin-left: 33px;
	margin-top: 15px;
}

#form_box th{
	font-weight: normal;
	width: 150px;
}

.tb1{
	background-image: url(../img/img_line.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 35px;
	text-align: left;
	vertical-align: middle;
	height: 35px;
	width: 150px;
	margin-top: 5px;
	font-size: 12px;
	text-indent: 15px;
}

.tb2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 35px;
	text-align: left;
	vertical-align: middle;
	height: 35px;
	margin-top: 5px;
	font-size: 12px;
}

.tb3{
	border-bottom: #999 dotted 1px;
	text-align: left;
	vertical-align: middle;
	padding: 10px 5px;
	font-size: 12px;
}
.tb3ng {
	border-bottom: #999 dotted 1px;
	text-align: left;
	vertical-align: middle;
	padding: 10px 5px;
	font-size: 12px;
	background: #fee;
}

.tb4{
	background-image: url(../img/img_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
	vertical-align: top;
	width: 150px;
	text-indent: 15px;
	margin-top: 5px;
	font-size: 12px;
	padding-top: 10px;
}


.tb2 a,
.tb2 a:link,
.tb2 a:visited {
	color:#A40000;
	text-decoration:none;
}

.tb2 a:hover,
.tb2 a:active {
	color:#A40000;
	text-decoration:underline;
}

.upset{
	padding-top: 20px;
}

.kakunin1{
	font-size: 12px;
	color: #362E2B;
}

.hankaku2{
	padding-top: 2px;
	line-height: 130%;
	font-size: 11px;
}

.comfirm_formb{width: 283px;margin-top: 46px;margin-left: 160px;}
.comfirm_formb1{float: left;}
.comfirm_formb2{float: left;margin-left: 15px;}

.comfirm_formbtn {width: 134px; margin-top: 46px; margin-left: 230px;}

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

#mailmagazine{
}

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

#banner1{
	margin-bottom: 5px;
}

#banner2{
	margin-bottom: 5px;
}

#banner3{
	margin-top: 50px;
}

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



.ngbg { background: #fee; }
#err_title { font-weight: bold; color: #f00; }
#err_msg { padding: 5px 10px; }
