@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:#121212;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height:150%;
	background-image: url(../img/bg.jpg); 
   	background-repeat: repeat; 
    background-attachment: fixed; 
    margin: 0; padding: 0;
}


a,
a:link,
a:visited {
	color:#A40000;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#003614;
	text-decoration:underline;
}


#wrapper {
	width:1000px;
	text-align: left;
	background-image: url(../img/img_wp_back4.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main{
	width:880px;
	margin-right: 60px;
	margin-left: 60px;
}  

.clear {
	clear:both;
}


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

h2{

}

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

#header{
	width:880px;
	background-image: url(../img/img_header.png);
	background-repeat: no-repeat;
	height: 132px;
	margin-right: 60px;
	margin-left: 60px;
}

#header_m{
	width:865px;
	height: 132px;
	margin-right: 15px;
}

.hrader_l{
	float: left;
	width: 417px;
}

.logo{
	width:283px;
	display:inline;
	text-indent:-9999px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

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

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

#total{
	width:1000px;
	height: 47px;
	font-size: 13px;
	color: #FFFFFF;
	text-indent: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/img_total_back3.png);
	background-repeat: no-repeat;
}

.total_top{
	line-height: 110%;
	padding-top: 23px;
}

.number{
	padding-right: 4px;
	padding-left: 2px;
}

.price{
	padding-right: 10px;
	padding-left: 2px;
}

.total_top a {color: #fff; text-decoration: none;}
.total_top a:hover,
.total_top a:active {color: #fff; text-decoration: underline;}
	
/* ログイン部分--------------- */

#header_m ul{
	float: right;
	width: 448px;
}

#header_m li{
	float:left;
}

#header_m a {
 	display: block;	
}

#header_m li.login a {
	background-image:url(../img/btn_login.png);
	background-position:0px 0px;
	width:149px;
	height: 39px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#header_m li.first a {
	background-image:url(../img/btn_first.png);
	background-position:0px 0px;
	width:149px;
	height: 39px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#header_m li.inquiry a {
	background-image:url(../img/btn_inquiry.png);
	background-position:0px 0px;
	width:149px;
	height: 39px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#header_m li.inquiry a:hover, #header_m li.inquiry a:active {
 	background-position:0px -39px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

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

#header_m li.logout a {
	background-image:url(../img/btn_logout.png);
	background-position:0px 0px;
	width:149px;
	height: 39px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#header_m li.mypage a {
	background-image:url(../img/btn_mypage.png);
	background-position:0px 0px;
	width:149px;
	height: 39px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

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

#kensaku{
	width:880px;
	height: 32px;
	background-image: url(../img/img_naviback4.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 60px;
	margin-left: 60px;
}

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

#kensaku .search {
	height:32px;
	color:#fff;
	padding-left:30px;
	vertical-align:middle;
	font-size: 11px;
	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: 468px;
}

#s_navi ul{
	padding-top: 5px;	
}

#s_navi li{
	float:left;
}

#s_navi a {
 	display: block;	
}

#s_navi li.itemlist a {
	background-image:url(../img/btn_item_list.png);
	background-position:0px 0px;
	width:91px;
	height: 25px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#s_navi li.osusume a {
	background-image:url(../img/btn_osusume.png);
	background-position:0px 0px;
	width:118px;
	height: 25px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#s_navi li.shop_guide a {
	background-image:url(../img/btn_shop_guide.png);
	background-position:0px 0px;
	width:107px;
	height: 25px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

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

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




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

#left_contents{
	float: left;
	width: 245px;
	margin-bottom: 30px;
}

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

#gnavi{
	width: 212px;
	margin-right: 14px;
	margin-left: 19px;
}

#gnavi ul{
	width: 212px;
	background-image: url(../img/img_gnavi_back.png);
	background-repeat: repeat-y;
}

#gnavi li.side1{margin-left: 11px;}
#gnavi li.side2{margin-left: 11px;margin-top: 5px;}
#gnavi li.side3{margin-left: 11px;margin-top: 5px;}
#gnavi li.side4{margin-left: 11px;margin-top: 5px;}
#gnavi li.side5{margin-left: 11px;margin-top: 5px;}
#gnavi li.side6{margin-left: 11px;margin-top: 5px;}
#gnavi li.side7{margin-left: 11px;margin-top: 5px;padding-bottom: 5px;}
#gnavi li.ban_order{margin-left: 11px;margin-top: 5px;}
#gnavi li.ban_omiseno{margin-left: 11px;margin-top: 5px;}
#gnavi li.ban_netstore{margin-left: 11px;margin-top: 5px;}
/* バナー */
#gnavi li.lef_tbnr{margin-left: 11px; margin-top: 5px;}
#gnavi li.lef_tbnr img {width: 191px; height: auto;}
/* バナー終わり */

#gnavi a {
 	display: block;	zoom: 1;
}

#gnavi li.side1 a {
	background-image:url(../img/btn_side1.png);
	background-position:0px 0px;
	width:191px;
	height: 49px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#gnavi li.side2 a {
	background-image:url(../img/btn_side2.png);
	background-position:0px 0px;
	width:191px;
	height: 49px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#gnavi li.side3 a {
	background-image:url(../img/btn_side3.png);
	background-position:0px 0px;
	width:191px;
	height: 49px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#gnavi li.side4 a {
	background-image:url(../img/btn_side4.png);
	background-position:0px 0px;
	width:191px;
	height: 49px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#gnavi li.side5 a {
	background-image:url(../img/btn_side5.png);
	background-position:0px 0px;
	width:191px;
	height: 49px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#gnavi li.side6 a {
	background-image:url(../img/btn_side6.png);
	background-position:0px 0px;
	width:191px;
	height: 49px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#gnavi li.side7 a {
	background-image:url(../img/btn_side7.png);
	background-position:0px 0px;
	width:191px;
	height: 49px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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




#gnavi li.ban_order a {
	background-image:url(../img/ban_order.png);
	background-position:0px 0px;
	width:191px;
	height: 80px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#gnavi li.ban_omiseno a {
	background-image:url(../img/ban_omiseno.png);
	background-position:0px 0px;
	width:191px;
	height: 80px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#gnavi li.ban_netstore a {
	background-image:url(../img/ban_netstore.png);
	background-position:0px 0px;
	width:191px;
	height: 80px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

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

#gnavi_top{margin-right: 14px;margin-left: 19px;margin-top: 5px;}
#gnavi_btm{margin-right: 14px;margin-left: 19px;}

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

#right_contents{
	float: right;
	width: 635px;
	margin-bottom: 30px;
}

#main_img{
	width: 615px;
	margin-right: 20px;
	margin-top: 5px;
	background-image: url(../img/img_main.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
}


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

#news{
	width: 615px;
	margin-right: 20px;
	background-image: url(../img/img_news_line.gif);
	background-repeat: repeat-y;
}

.h2_top{
	margin-top: 10px;
}

#news dl{
	width: 603px;
	margin-left: 6px;
	padding-top: 5px;
}

#news dt{
	line-height: 19px;
	color: #FFFFFF;
	height: 19px;
	width: 603px;
	background-color: #00561F;
	text-indent: 5px;
}

#news dd{
	background-color: #FFFFFF;
	padding: 5px;
	line-height: 140%;
}


/* ----------
おすすめ珈琲豆
------------- */
#osusume_wp{
	width: 615px;
	background-image: url(../img/img_osusume_btm.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 20px;
	padding-bottom: 8px;
}


#osusume{width: 615px;background-image: url(../img/img_osusume_line.gif);background-repeat: repeat-y;}

.osusume_box{margin-left: 1px;}

#osusume table {border-collapse:separate;border-spacing:5px;font-size:10px;}
#osusume td {width:145px;border:#684A30 solid 1px;text-align:center;}

.item_th {margin:4px;}
.item_name {margin:4px;line-height: 130%;padding-top: 2px;padding-bottom: 2px; height: 26px; overflow: hidden;}
.item_price {background:#684A30;color:#FFFFFF;font-size:12px;padding-top: 4px;padding-right: 3px;padding-bottom: 2px;padding-left: 3px;}

.item_name a,
.item_name a:link,
.item_name a:visited {
	color:#00561F;
	text-decoration:none;
}

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

.click{
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}

.click a,
.click a:link,
.click a:visited {
	color:#00561F;
	text-decoration:none;
}

.click a:hover,
.click a:active {
	color:#003614;
	text-decoration:underline;
}


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

#footer {
	clear: both;
	width: 880px;
	height: 195px;
	background-color: #684A30;
	margin-right: 60px;
	margin-left: 60px;
} 

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

#fnavi {
	width:880px;
	height: 33px;
}

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

#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:none;
	color: #8FC31F;
	font-size: 11px;
}

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




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

#footer_info{
	width:305px;
	margin-top: 49px;
	margin-left: 575px;
}

.info_text1{
	line-height: 110%;
	color: #D1C0A5;
	padding-bottom: 10px;
}

.info_text2{
	line-height: 130%;
	color: #FFFFFF;
}

.copy{
	font-size: 10px;
	line-height: 110%;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 50px;
}



#page{/* ----次ページへのリンク部分---- */
	width: 555px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

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

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

#page a:hover, #page a:active {
	color: #A40000;
}
