* {
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	background: url(https://img08.shop-pro.jp/PA01036/215/etc/woodb_02-02.jpg) repeat;
	color:#555555;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
}

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


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link    {color: #555555; text-decoration: underline;}
a:visited {color: #555555; text-decoration: underline;}
a:active  {color: #555555; text-decoration: underline;}
a:hover   {color: #422102; text-decoration: none;}

/*ショップタイトル-リンク色指定*/
#title a:link    {color: #000; text-decoration: none;}
#title a:visited {color: #000; text-decoration: none;}
#title a:active  {color: #000; text-decoration: none;}
#title a:hover   {color: #666; text-decoration: none;}

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
  background: #fff;
}


/* -------------------------------------
 *	ページレイアウト
 * ------------------------------------- */

/*ページ中央の幅*/
#wrapper {
	width:860px;/* 初期モードで設定 */
	margin:0px auto;
	background:#FFF;
           height: 100%;　
}

#header {
	width:100%;
	background:url(https://img.shop-pro.jp/tmpl_img/25/header.gif) repeat-x;
	background-position:left bottom;
	padding-bottom:10px;
}

#body {
}

#body .margin {
	margin:10px 10px 30px 10px;
}

#side {
	width:170px;
	float:left;
}
#side table {
	margin: 0;
           padding: 0;
           width:135px;
           height: 200px;
           text-align: center;
}

#main {
	margin-left:180px;
           height: 100%;
  width: 650px;
  flaot:left;
	}

#footer {
	width:100%;
	padding-bottom:10px;
	text-align:center;
}


/* ------------------------------------- 
 *	商品画像のサイズ・装飾設定(商品画像のサイズは「画像サイズ設定」で行います)
 * ------------------------------------- */

/* 画像のボーダー */
img.border {
	border:1px #CCC solid;
}

/* メイン画像（大サイズ）*/
img.mainimg {
	border:1px #CCC solid;
	float:left;
	margin-bottom:10px;
}

/* 商品のその他画像のサイズ */
img.thumnail {
	width:620px;
}

img {border:none;}
.small {font-size:10px;}
.right {text-align:right;}
.center {text-align:center;}


/* ************************************************ 
 *	ヘッダー（サイトタイトル、検索スペース、メニュー）
 * ************************************************ */
 
/* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */

#header .margin {
	margin:3px 10px 0px 10px;
	}

/*ヘッダーメニューの背景*/
#header_menu {
	height:20px;
	background: url(https://img08.shop-pro.jp/PA01036/215/etc/woodb_02-02.jpg) repeat;
	text-align:right;
}

/*検索ボックス*/
#header #search {
	width:220px;
	float:right;
	background:#;
	background-position:left bottom;
	padding-bottom:10px;
}

#header #title {
	padding-right:230px;
           font-size: x-small;
}
#header #title p {
  padding-left: 30px;
  margin-top: 40px;
  font-size: 10px;
  color: #333333;
  font-weight: normal;
  line-height: 100%;
  text-align: left;
}
#header #title a:link {
  font-style: none;
  color: #990000;

}
#header #title a:visited {
  font-style: normal;
  color: #990000;
  border-bottom: 1px solid #990000;
}
#header #title a:hover, a:active {
  font-style: normal;
  color: #006699;
  border-bottom: 1px dotted #006699;
}
#header img {
           padding: 0;
           float: left;
}
#header #title #hbottan {
  float: right;
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: left;
}
#header #title #hbottan img {
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
}
#header #title #hbottan p {
  padding-left: 30px;
  margin-top: 40px;
  font-size: 10px;
  color: #333333;
  font-weight: normal;
  line-height: 100%;
  text-align: left;
}  
#header .margin #search p {
  padding: 0;
  margin-top: 5px;
  font-size: 10px;
  color: #333333;
  font-weight: normal;
  line-height: 100%;
  padding-left: 10px;
}
  
#header .margin #search a:link {
  font-style: none;
  color: #990000;
  border-bottom: 1px solid #990000;
}
#header .margin #search a:visited {
  font-style: normal;
  color: #990000;
}
#header .margin #search a:hover, a:active {
  font-style: normal;
  color: #006699;
  border-bottom: 1px dotted #006699;
}

/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
h1 {
	color:#000;
	font-size:22px;
	margin-bottom:5px;
}

/* ------------------------------------- 
 *	ヘッダーメニュー（ホーム、マイカウント、お問い合わせ）
 * ------------------------------------- */

#header_menu ul {
	padding-top:2px;
}

#header_menu ul li{
	display:inline;
}

#header_menu ul li img {
	height:12px;
	margin-right:5px;
}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
#header #search .title {
	height:16px;
	background:url(https://img08.shop-pro.jp/PA01036/215/etc/sarch_title03.gif) no-repeat;
	background-position:left bottom;
}

#search select,input {
	margin-left:8px;
}
#search .button {
	width:50px;
	height:20px;
	margin-left:3px;
}


/* ************************************************ 
 *	フッター（メニュー、コピーライト）
 * ************************************************ */

#footer_menu {
	border-top:1px #e4d542 solid;
	margin-bottom:10px;
	padding-top:10px;
}

address {
	font-style:normal;
	margin:10px;
}


/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

dl {
	margin-bottom:10px;
} 

/* ------------------------------------- 
 *	灰色の部分（おすすめ商品、売れ筋商品、カテゴリのリスト）
 * ------------------------------------- */

#grayzone {
           background-color: #FFFFFF;
	margin-bottom:5px;
           font-weight: bold;
           padding: 0;
}

#grayzone .top {
	background:#FFFFFF;
	background-position:
}
#grayzone .bottom {
	background: #FFFFFF;
	background-position:
}

#grayzone dl {margin:0px 5px;}

#grayzone dt img {margin:2px 5px;}

/* リストのタイトル部分（四角の枠） */
#grayzone dt {
	font-weight:bolder;
	background:#FFF;
	border:1px #7C8972 solid;
	margin-bottom:5px;
	padding-top:3px;
}

/* リスト部分（左端にオレンジ色の丸の画像） */
#grayzone dd {
	background:url(https://img08.shop-pro.jp/PA01036/215/etc/listmark02.gif) no-repeat;
	background-position:0px 6px;
	padding-left:10px;
	margin-bottom:3px;
}

#grayzone dd.sp {
	background:none;
	border-top:2px #003300 dotted;
	padding:0px;
	margin:3px;
}

/* ------------------------------------- 
 *	カートの中身を見る
 * ------------------------------------- */
dl#cart {
	border-bottom:2px  #7C8972 solid;
           font-size: 12px;
}

dl#cart dt {
	background:#7C8972 url(https://img.shop-pro.jp/tmpl_img/25/round_cart.gif) no-repeat;
	background-position:left top;
	text-align:center;
	padding-top:5px;
}

dl#cart dd {
	border-left:2px #7C8972 solid;
	border-right:2px #7C8972 solid;
	padding:2px 3px 2px 7px;
}

/* ------------------------------------- 
 *	店主のコーナー
 * ------------------------------------- */

dl#owner {
	border-bottom:2px #7C8972 solid;
}

dl#owner dt {
	background:#7C8972 url(https://img.shop-pro.jp/tmpl_img/25/round_owner.gif) no-repeat;
	background-position:left top;
	text-align:center;
	padding:5px 0;
}

dl#owner dd {
	border-left:2px #7C8972 solid;
	border-right:2px #7C8972 solid;
	padding:2px 3px 2px 7px;
}
dl#owner a:link {
  font-style: none;
  color: #990000;
  border-bottom: 1px solid #990000;
}
dl#owner a:visited {
  font-style: normal;
  color: #990000;
}
dl#owner a:hover, a:active {
  font-style: normal;
  color: #006699;
  border-bottom: 1px dotted #006699;
}


/* ------------------------------------- 
 *	トラックバック、フリースペースのリスト
 * ------------------------------------- */

dl#list dt {
	font-weight:bolder;
	margin-bottom:5px;
}

dl#list dd {
	padding-left:17px;
	margin-bottom:3px;
	background:url(https://img.shop-pro.jp/tmpl_img/25/dd_arrow.gif) no-repeat;
	background-position:1px 6px;
}

div.border {
	border-top:2px #7C8972 dotted;
	padding-bottom:5px;
	background:none;
}

/* ------------------------------------- 
 *	メールマガジン登録・解除
 * ------------------------------------- */

dl#mailmaga {
	border:1px #7C8972 solid;
}

dl#mailmaga dt {
	border-bottom:1px #7C8972 dotted;
	margin:5px;
	font-weight:bolder;
}

dl#mailmaga dd {
	text-align:center;
	margin-bottom:5px;
}

/* ------------------------------------- 
 *	feed
 * ------------------------------------- */
#feed {
	text-align:center;
	}
#feed img {
	width:57px;
	height:15px;
	margin:5px;
	}


/* ************************************************ 
 *	メインエリア★★★★★★★★★★★★★★★★★★★★★★★★★★
 * ************************************************ */

table.box {
	width:590px;
	margin:0px auto 0px auto;
           padding: 0;
	}
table.box p {
           font-size: 12px;
} 

/* ------------------------------------- 
 *	各タイトル（おすすめ商品、売れ筋商品、サブカテゴリー)
 * ------------------------------------- */
.main_title {
	height:17px;
           width: 570px;
	background:url(https://img08.shop-pro.jp/PA01036/215/etc/menu_1_bg.jpg?20140917112344) repeat-x;
	background-position:left;
          margin: 5px auto;
          padding: 0;
}

.main_title .point {
	height:17px;
	width:27px;
	float:left;
	background:url(https://img08.shop-pro.jp/PA01036/215/etc/point02.gif) no-repeat;
	background-position: left bottom;
}

.main_title .title {
	height:17px;
	margin-left:20px;
	background:url(https://img08.shop-pro.jp/PA01036/215/etc/menu_1_bg.jpg?20140917112253) no-repeat;
	background-position:right;
}
.main_title .title img {margin-top:px;}

/* ------------------------------------- 
 *	お知らせエリア
 * ------------------------------------- */

div.info {
	color:#666666;
	margin-bottom:20px;
}

/* ------------------------------------- 
 *　フリースペース
 * ------------------------------------- */

.free_space {
	border: none;
	padding:5px;
}

/* ------------------------------------- 
 *	パンくずナビ
 * ------------------------------------- */

.pankuzu {margin-bottom:20px;}


/* ------------------------------------- 
 *	アイテムエリアの設定（商品を複数個横に並べる表示の設定）
 * ------------------------------------- */

.itemarea {
	margin:3px 3px;
	width:18%;
	float:left;
	text-align:center;
}


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

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

table.list {
	width:99.5%;
	border-top:1px #995614 solid;
	border-bottom:1px #995614 solid;
}

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

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

/* 商品の値段 */
table.list div.price {
	color:#8b0000;
	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:#ee640b;
}

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

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


/* ************************************************ 
 *	商品詳細ページ
 * ************************************************ */

div.detail {margin:10px 0;}

/* ------------------------------------- 
 *	商品のスペック表
 * ------------------------------------- */

/* -----------------------------
 *	■商品画像の配置に関して■
 *	商品画像は幅200pxを標準サイズとしています。
 *	画像のサイズにあわせて、商品のスペック表の表示位置を調整しています。
 *	幅200px以上の画像を掲載する場合は、「div.spec_area」の「margin-left」
 *	の値を編集してください。
 *	【例】幅300pxの画像を掲載する場合は、「div.spec_area」の「margin-left」
 *	の値を「300px」に変更してください。
 * ----------------------------- */

div.spec_area {
  width: 300px;
  padding-left:0;
  float: left;
}

.infocoms {
  width: 300px;
  height: ;
  margin: 0;
  padding: 0;
  float: right;
  font-size:13px;
}

table.spec {
	background:#CCC;/*商品価格表-罫線の色*/
	width:100%;
}

table.spec th {
	background:#EFEFEF;/*商品価格表右側セルの背景色*/
	padding:5px;
	width:100px;
	color:#333;/*商品価格表右側セルの文字色*/
	font-weight:normal;
	text-align:left;
}

table.spec td {
	background:#FFF;/*商品価格表左側セルの背景色*/
	padding:5px;
}

table.spec table.num td {padding:0px;}

table.spec td.sales {
	color:#990e07;/*商品価格表-販売価格の文字色*/
	font-weight:bolder;
}

/* 「カートに入れる」ボタン */
div.cart_in {
	text-align:right;
	margin-top:10px;
}
div.cart_in img {
	width:132px;
	height:34px;
}

/* 商品の説明 */
div.explain {margin:10px 0;}

/* 「この商品について問い合わせる」等のボタン */
div.etc {
	text-align:center;
	margin-top:10px;
}
div.etc img {
margin:5px;
	}


/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

div.tb {margin-bottom:20px;}

div.tb div.title {
	color:#7C8972;
	font-size:14px;
	background:url(https://img.shop-pro.jp/tmpl_img/25/arrow.gif) no-repeat;
	background-position:left;
	border-bottom:2px dotted #7C8972;
	padding-left:15px;
	margin-bottom:10px;
}

/*ベージュの背景色エリア*/
div.area_bg {
	background:#F6F1E6;
	margin:0px 10px 0px 10px;
}

/*トラックバック本文レイアウト*/
div.tb div.tb_area {
	padding:10px 15px 15px 15px;
}

div.tb div.tb_area span {
	font-size:10px;
	color:#7C8972;
	margin-right:30px; 
}

div.tb div.tb_area p.tb_title {
	border-top:1px dotted #7C8972;
	font-weight:bolder;
	padding:5px 0;
}


/* ************************************************ 
 *	商品検索結果
 * ************************************************ */

.search_result {
	margin:5px 20px 20px 20px;
}

/*検索条件の文字の色*/
.search_result strong {
	color:#ee640b;
}


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

/* ------------------------------------- 
 *	オプション在庫・値段表
 * ------------------------------------- */

div#option {
	padding:10px;
	background:#FFF;
}

table.option {
	margin:20px auto;
	background:#CCC;
	}


table.option th {
	background:#DDD;
	text-align:left;
	font-weight:normal;
	border:2px solid #FFF;
}


table.option td {
	background:#FFF;
	padding:3px;
	}

.option_btn {
	text-align:center;
	}


/* ------------------------------------- 
 *	特定商取引法に基づく表記
 * ------------------------------------- */
#category_title {
  border: solid 1px #ee640b;
  background-color: #ffffff;
}
table#shop {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #ee640b solid;
}

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

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

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

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

.sk .title_sp {
	padding:2px;
	}
	
.sk .title {
	font-weight:bolder;
	background:#ffcc00;
	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;
}
/*---アドレス---*/
#footer address {
  color: #990e07;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
}
/*------バナーbox----------*/
.tbb a {
  display: block;
  width: 597px;
  height:200px;
  background: url(https://img08.shop-pro.jp/PA01036/215/etc/top_gotoglitter1_b2.jpg) no-repeat;
  background-position: 0 0;
  margin: 0;
  padding: 0;
}
.tbb a:hover {
  background-color: #fff;
}
.tbb a:hover img {
  visibility: hidden;
}


.bizcal {
width:100%!important;
}

/*------blog rss-------*/
#blogrss_block{height:130px; overflow-y: scroll; padding: 5px 10px;}
ul.blogrss, .blogrss li{list-style: none;}
.blogrss li{margin:0 0 10px; line-height:auto; font-size: 10pt; line-height: 12pt;}
.blogrss li span{font-size:90%; color:#666;}
.blogrss li b{display:block; font-weight:normal;}
.blogrss_img{}
.blogrss_logo{padding:0 0 0 10px;}
.blogrss_table{border:#009900 solid 5px; background:#FFF; width: 597px; margin: 0 auto 15px;}
.blogrss_table td{vertical-align:middle;}