/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #3C3C3C;
	font-size: 0.9em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	background: url();/*ここに背景画像のurlを入れる*/
　　　　background-repeat: no-repeat;
	text-align:center;
}

a:link {
	color: #4E2A00;
	text-decoration: none;
}
a:visited {
	color: #4E2A00;
	text-decoration: none;
}
a:hover, a:active {
	color: #A68462;
	text-decoration: underline;
}

button {
	cursor: pointer;
}


br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	width:900px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 15px;
}

.sitecopy{ /* サイトコピー h2 （ロゴがテキストの場合使用）*/
	font-weight:normal;
	font-size: 0.8em;
	display:none;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
	width:860px;
	clear:left;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	background-image: url(http://img12.shop-pro.jp/PA01067/977/etc/header_bg.gif?20110505170235);
	background-repeat: no-repeat;
	margin-top: 0px;
}

.headermenu{
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 440px;
	height: 30px;
	}

.headermenu ul{
	list-style-type: none;
	}

.headermenu li{
	float: left;
}

/*　ヘッダーロゴ　*/
.logo {
	height: 80px;
	width: 491px;
	float: left;
}
.logo h1 {
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(http://img12.shop-pro.jp/PA01067/977/etc/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.logo h1 a {
	display: block;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 80px;
	width: 491px;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:200px;
	margin-right: 20px;
	margin-left: 20px;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/
.footer {
	width:100%;
	clear:left;
	background-color: #f4efe8;
}
.footer1{
	width: 180px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding-left: 15px;
	}
.footer2{
	width: 180px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-left: 15px;
	}
.footer3{
	width: 180px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-left: 15px;
	}
.copyright{
	text-align: center;
	}
#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/*　トップページお知らせスペース　*/
.topinfo{
	padding: 10px;
	}

/* ************************************************ 
 *	その他のページ
 * ************************************************ */


/* ------------------------------------- 
 *	特定商取引法に基づく表記
 * ------------------------------------- */

table#shop {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
}

table#shop td,th {padding:5px;}

table#shop th {
	width:150px;
	background:#DDD;
	text-align:left;
	font-weight:normal;
}

/* ------------------------------------- 
 *	支払い方法・配送方法について
 * ------------------------------------- */

.sk {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
	}

.sk .title_sp {
	padding:2px;
	}
	
.sk .title {
	font-weight:bolder;
	background:#DDD;
	padding:5px;
	}

.sk .title img {margin:3px;}

.sk .note {
	padding:5px;
	}

.payment_img {
	margin:3px;
	}

/* ------------------------------------- 
 *	プライバシーポリシー
 * ------------------------------------- */

div#privacy {
	margin:10px 20px 20px 20px;
	border:1px #CCC solid;
}

div#privacy .title_sp {
	padding:2px;
	}

div#privacy .title {
	font-weight:bolder;
	background:#DDD;
	padding:5px;
}


div#privacy .note {
	padding:5px;
}

/* ************************************************ 
 *	商品一覧・検索結果・詳細ページ
 * ************************************************ */

/* ------------------------------------- 
 *	商品一覧・検索結果//アイテムリストの設定（一行表示の設定）
 * ------------------------------------- */

table.list {
	width:99.5%;
	border-top:1px <{$table_txt_fontcolor}> solid;
	border-bottom:1px <{$table_txt_fontcolor}> solid;
}

table.list td {padding:10px 5px;}

/* 商品の名前 */
table.list div.name {
	margin-right:100px;
}

/* 商品の値段 */
table.list div.price {
	color:<{$productlist_price_fontcolor}>;
	width:150px;
	float:right;
	text-align:right;
}
/* 商品の簡易説明 */
table.list {margin-top:10px;}


/* 並び順 */
.sort {
	text-align:right;
	margin-bottom:5px;
}
.sort span,strong {
	padding:0px 7px;
}

/* ページナビ（全 [*] 商品中 [*-*] 商品を表示しています。） */
.pagenavi {
margin:5px 0;
}

.pagenavi span {
	padding:0px 7px;
	color:<{$free_fontcolor}>;
}

/* ------------------------------------- 
 *	商品一覧・検索結果・詳細ページ共通
 * ------------------------------------- */

/* カテゴリーの名前（背景：薄オレンジ） */
.category_title {
	background:#DAF0BA url(http://img.shop-pro.jp/tmpl_img/25/category_title.gif) no-repeat;
	background-position:6px;
	color:<{$alltitle_fontcolor}>; 
/*商品カテゴリー名・商品名文字色(商品詳細・商品一覧結果共通)*/
	font-weight:bolder;
	padding:3px 20px;
}

dd#group-list {
	border-top:<{$category_linecolor}> dotted 2px;
	padding:0px;
	margin:0px;
	height:1px;
	line-height:0px;
}

.group-list-link {
	margin:5px 0px 0px;
}

/* 会員価格の表示 商品一覧ページ用 */
.regular_price_all {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_all {
	padding:0px;
}

.discount_rate_all {
	padding:2px 0px 0px;
	color:#ff0000;
}

/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

.detail_cont {
	width:640px;
}

.detail_img_block {
	width:320px;
	float:left;
}

.detail_txt_block {
	width:310px;
	float:right;
	text-align:left;
}


.detail_img_block img {
	border:1px solid #999999;
}

.product_name {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.expl_block {
	margin-bottom:30px;
}

.detail_img {
	margin-bottom:15px;
	width: 320px;
}

.detail_other {
	width:320px;
}

.detail_other .sub {
	width:135px;
	float:left;
}

.detail_other .sub img {
	width: <{$product_ot_img}>px;
}

.detail_txt_block table.table {
	width:290px;
	border-left:#e7e7e7 solid 1px;
	border-top:#e7e7e7 solid 1px;
	margin-bottom:20px;
}

.detail_txt_block table.table td.tit,
.detail_txt_block table.table td.cont {
	padding:15px;
	border-right:#e7e7e7 solid 1px;
	border-bottom:#e7e7e7 solid 1px;
}

.detail_txt_block table.table td.tit {
	width:95px;
}

.sk_link_other {
	margin-bottom:20px;
}

.txt_option {
	margin-bottom:5px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/32/icon_option.gif) 0px 3px no-repeat;
	padding-left:15px;
}

.txt_back {
	margin-bottom:5px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/32/icon_back.gif) 0px 0px no-repeat;
	padding-left:22px;
}

.txt_tell {
	margin-bottom:5px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/32/icon_tell.gif) 0px 3px no-repeat;
	padding-left:22px;
}

.txt_inq {
	margin-bottom:5px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/32/icon_inq.gif) 0px 0px no-repeat;
	padding-left:22px;
}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:5px;
	font-size: 0.9em;
}

.rs_pd_cart_btn {
	margin-bottom:10px;
}

.btn_quick {
}


/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_detail {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	}

.discount_rate_detail {
	padding:0px;
	margin:0px;
	color:#333333;
	}

p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */
#together {
	margin:65px 0px 0px;
	}

#together .tog_main_title {
	margin:0px 0px 15px;
	}

#together .together_list {
	margin:0px 3px;
	float:left;
	width:175px;
	}

#together .together_list img {
	border:1px solid #999999;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */
#trackback {
	margin:30px 0px 15px;
}

#trackback .tb_main_title {
	font-weight:bold;
	margin:0px 0px 5px;
}


#trackback .tb_url {
	padding:6px 8px;
	border:1px solid #e7e7e7;
	}

#trackback .tb {
	}

#trackback .tb_date {
	padding:10px 0px;
	}

#trackback .tb_title {
	padding:0px 0px 10px;
	}

#trackback .tb_body {
	line-height:150%;
	padding:10px 0px;
	border-top:1px dotted #e7e7e7;
	border-bottom:1px dotted #e7e7e7;
	}

#trackback .tb_state {
	padding:0px;
	}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .main_title {
	margin:15px auto;
	padding:5px 0px;
	background:#e7e7e7;
	height:auto;
	width:564px;
}

#Option .main_title .cont {
	padding:0px 5px;
}
 
 
#Option .option_table {
	width:564px;
	margin-bottom:5px;
	border-left:1px solid <{$option_bordercolor}>;
	border-top:1px solid <{$option_bordercolor}>;
	}

#Option .option_cell1 {
	text-align:left;
	font-weight:normal;
	padding:5px 5px 5px 6px;
	border-right:1px solid <{$option_bordercolor}>;
	border-bottom:1px solid <{$option_bordercolor}>;
	}

#Option .option_cell2 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 6px 2px 6px;
	border-right:1px solid <{$option_bordercolor}>;
	border-bottom:1px solid <{$option_bordercolor}>;
	}

#Option .option_cell3 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 10px 2px 6px;
	border-right:1px solid <{$option_bordercolor}>;
	border-bottom:1px solid <{$option_bordercolor}>;
	}

div#Option table.main_title td{
	text-align:left;
}

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#333333;
	}

.price_detail_stock {
	padding:0px;
	margin:0px;
	}

.discount_rate_stock {
	padding:0px;
	margin:0px;
	color:#333333;
	}
/* ------------------------------------- 
 *	各ページ共通/ パンくずナビ
 * ------------------------------------- */
.pankuzu {
	font-size:0.8em;
	height:1.6em;
	margin-bottom:25px;
}


/* ------------------------------------- 
 *	各ページ共通/ 左サイド追加
 * ------------------------------------- */
 .side-free{
	background-color: #EDEDDC;
	text-align: left;
	padding: 5px;
	color: #960;
	margin-top: 5px;
	margin-bottom: 5px;
	 }
	 
.side-free a{
	width: 100%;
	line-height: 1.6em;
	}
	 
.side-free a{
	width: 100%;
	line-height: 1.6em;
	}

.search{
	background-color: #EDEDDA;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	text-align: center;
	}

.side-tentyo{
	background-color: #EDEDDA;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border: 1px solid #960;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 5px;
	}
/* ------------------------------------- 
 *	コンテンツ下部 決済・配送方法指定
 * ------------------------------------- */
#shop_info {
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid #960;
	width: 640px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {
	
}

#shop_info .cont {
	padding:15px 20px;
}

#shop_info_pay {background:transparent url(http://img.shop-pro.jp/tmpl_img/32/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(http://img.shop-pro.jp/tmpl_img/32/shop_info_deli_bg.gif) 0px 0px repeat-y;}

#right_pay_deli_bg {
	height:2px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/32/right-pay_deli_bg.gif) 0px 0px no-repeat;
	width:726px;
}

/* ------------------------------------- 
 *	淡竹の恵み商品詳細のレイアウト
 * ------------------------------------- */
 
.txt_1{
	font-size: 1.1em;
	color: #960;
	line-height: 1.4em;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}

.txt_2{
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	}


.txt_3 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	padding-top: 20px;
	color: #009966;
}
.txt_4 {
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	list-style-position: outside;
	list-style-image: url(http://img12.shop-pro.jp/PA01067/977/etc/pushpin-01.gif);
	list-style-type: none;
	background-color: #FFFFF4;
	font-size: 1.2em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	border: 1px dotted #9C0;
}

.txt_4 li{
	margin-bottom: 10px;
	}

.txt_5 {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #E4E4E4;
	padding: 15px;
}
/* ------------------------------------- 
 *	トップへ戻る
 * ------------------------------------- */
 
.totop{
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	color: #096;
	}
.totop a{
	color: #096;
	text-decoration: underline;
	}
/* ------------------------------------- 
 *	お客様の声　スクロール
 * ------------------------------------- */	
.koebox {
	width:600px;
	height:300px;
	background-color:#FFFFE8;
	overflow:scroll;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}

/* ------------------------------------- 
 *	フリーページタイトルｈ2
 * ------------------------------------- */	
.freetitle{
	background-image: url(http://img12.shop-pro.jp/PA01067/977/etc/rs_cate_all.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	padding-left: 20px;
	height: 33px;
	width: 640px;
	line-height: 33px;
	color: #333;
	margin-bottom: 20px;
}

.main_title{
	margin-bottom: 15px;
	}

/* ------------------------------------- 
 *	フリーページ　販売代理店リスト
 * ------------------------------------- */
.dl-tenpo dl {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 640px;
}
.dl-tenpo dt {
	float: left;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.dl-tenpo dd {
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20em;
	margin-left: 15px;
}