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

body {
    background: url(https://img06.shop-pro.jp/PA01137/526/etc/bg.jpg?20110627201340) repeat-x left bottom #74696F;
    background-attachment: fixed;
	color: #ffffff;
	font-size:12px;
	font-family: "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*line-height: 1.6em;*/
	line-height:18px;
	text-align:center;

}

.opacity {
    /* IE */
    filter: alpha(opacity=50);
    /* Safari Opera */
    opacity:0.50;
    /* Firefox Netscape */
    -moz-opacity:0.50;
}


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

h1,h2,h3,h4{float:left; display:inline;}

img {
	border: 0px;
}

a{
        text-decoration:none;
}
a:hover {
        text-decoration: underline;
}
a:link {
         color: #FFFFFF
; 
}
a:visited {
         color: #FFFFFF
; 
}
a:hover {
         color: #deb887;
}
a:ctive {
         color: #deb887;
}


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

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:1000px;
	text-align:left;
	background:url(https://img06.shop-pro.jp/PA01137/526/etc/hai2.png?20120114133049);

}


* html #container{
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}

* html #container a{
	position:relative;
}


/*ヘッダー（ページタイトル、グローバルメニュー）*/

/*leftとmainを囲む*/
.wrapper {
	width:790px;
	float:left;
	display:inline;
}

/* ドロップダウンメニュー */
#menu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* サブメニュー1段目 */
#menu ul ul{
   display:none;
   position:absolute;
   top:100%;
   left:0;
}

/* サブメニュー2段目以降 */
#menu ul ul ul {
   top:0;
   left:100%;
}

/* リスト */
#menu li {
   float:left;
}

#menu li li {
   clear:both;
}

#menu li:hover {
   position:relative;
}

#menu li:hover > ul {
   display: block
}

/* IE6用 */
* html #menu li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column1'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #menu li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column2'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #menu li li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column3'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

#menu .column1 {position:relative;}
#menu .column1 ul {display:block;}
#menu .column1 * ul {display:none;}

#menu .column2 {position:relative;}
#menu .column2 ul {display:block;}
#menu .column2 * ul {display:none;}

#menu .column3 {position:relative;}
#menu .column3 ul {display:block;}
#menu .column3 * ul {display:none;}



/* デザイン */
#menu li {
   text-align: center;
   background:#000000;
}

#menu li li {
   width:227px;
   height:28px;
   text-align: left;
   vertical-align: middle;
   padding: 10px 0px 0px 20px;
   border-top: solid 1px #555555;
   border-right: solid 1px #070707;
   border-bottom: solid 1px #070707;
   border-left: solid 1px #555555;
}

#menu li a{
   display: block;
   width:250px;
   height:38px;
   text-decoration:none;
   color:#ffffff;
   padding:0;
}

#menu li:hover {
   background:#333333;
   color:#ffffff;
}

#menu .column1, #menu .column2, #menu .column3 {
   background:#333333;
   color:#ffffff;
}



/*　画面左側メニューの幅　*/
#left {
  float:right;
  display:inline;
  width:190px;
}


/*　カテゴリメニュー　*/

.cate{
 position:relative; left:5px; right:5px
}

.cate ul{
 width:180px;
 list-style:none;
 display:inline;
 margin:5px 0;
 padding:0;
}

#cate li{
 width:180px;
 display:inline;
 margin:5px 0;
 padding:0;
}

.cate ul li{ 
 position:relative;
 margin:0; 
 padding:0;
 width:210px;
 line-height:26px;
}

.cate ul li.off{ 
 position:relative;
 margin:5px 0;
 padding:0;
 width:180px; 
 overflow:hidden;
}

.cate ul li.on{ 
 position:relative;
 margin:5px 0; 
 padding:0;
 width:210px; 
 overflow:visible;
 z-index:1000;
}

.cate ul li ul{
 margin:0;
 padding:0;
 position:absolute;
 vertical-align: middle;
 width:210px;
 top:0px;
 left:182px;
 background-color:#ffffff;
}

.cate ul li ul li a{
 display:block;
 margin:0;
 padding:0 0 0 5px;
 width:100%;
 line-height:26px;
 color:#000000;
 text-decoration:none;
 background-color:#ffffff;
 border-top: solid 1px #555555;
 border-right: solid 1px #070707;
 border-bottom: solid 1px #070707;
 border-left: solid 1px #555555;
}

.cate ul li ul li a:hover{
 margin:0;
 padding:0 0 0 5px;
 background-color:#cccccc;
 color:#000000;
 text-decoration:none;
}


/*　レアアイテムカテゴリ　*/

#cate_s{
	float:left;
	display:inline;
}

#cate_s dl{
	width:190px;
	float:left;
	display:inline;	
	margin:0px 0px 10px;
	padding:0px 0px 10px;
	border-bottom:#ffffff 1px solid;
}

#cate_s dt{
	width:67px;
	float:left;
	display:inline;
	height:50px;
}

#cate_s dd{
	width:103px;
	float:left;
	display:inline;
	height:50px;
	line-height:50px;
	margin:0px 0px 0px 10px;
}


/*　アフィリエイト　*/
#affiliate{
        width:190px;
	float:left;
	display:inline;
	margin:0px 0px 0px 20px;
}


/*　中央の幅　*/
#main {
	float:right;
	display:inline;
	width: 540px;
	margin:0px 20px 20px;
}

#right {
	float:left;
	display:inline;
	width:190px;
	margin:20px 0px;
}

#right ul,#left ul{
	list-style:none;
}

#rss{
	width:167px;
	float:left;
	display:inline;
	margin:20px 0px 0px;
	padding:0px 0px 0px 23px;
}

#rss img{
	float:left;
	display:inline;
	margin:0px 0px 0px 10px;
}

* html #rss{
	width:190px !important;
	float:left;
	display:inline;
	margin:20px 0px 0px;
	padding:0px !important;
	text-align:center !important;
}

* html #rss img{
	float:none !important;
	margin:0px !important;
}

#manager,#mailmaga,#guidance,#qr{
	width:190px;
	float:left;
	display:inline;
	padding:10px 0px 0px;
}

#manager img,#mailmaga img,#guidance img{
	/*float:left;
	display:inline;*/
}

#qr img{
	float:left;
	display:inline;
	margin:0px 0px 0px 45px;
}

.owner_photo{
	margin:0px 0px 5px 20px;
}

#manager dl{
	width:190px;
	/*float:left;
	display:inline;*/
}

#manager dt{
	text-align:center !important;
}

#manager dd{
	padding:10px 0px;
}


#mailmaga p,#qr p{
	width:190px;
	float:left;
	display:inline;
	margin:10px 0px 0px !important;
}



#sidemenu{
	width:190px;
	float:left;
	display:inline;
	background:url(https://img06.shop-pro.jp/PA01137/526/etc/side_waku_02.jpg?20110628153546) repeat-y;
	/* margin:10px 0px 20px; */
	margin:20px 0px;
}

#verisign{width:190px;
	float:left;
	display:inline;
	background:url(https://img06.shop-pro.jp/PA01137/526/etc/side_waku_02.jpg?20110628153546) repeat-y;
	margin:20px 0px;
}

#sidemenu img,#verisign img{
	float:left;
	display:inline;
}

#sidemenu ul{
	width:150px;
	float:left;
	display:inline;
	margin:5px 0px 5px 20px;
	border-top:#C7BBBB 1px dotted;
}

#sidemenu ul li{
	width:150px;
	float:left;
	display:inline;
	line-height:30px;
	border-bottom:#C7BBBB 1px dotted;
	color:#222222 !important;
}

#sidemenu ul li a{color:#222222 !important;}

#img_verisign{margin:0px 0px 0px 40px;}

#verisign p{
	width:150px;
	float:left;
	display:inline;
	margin:5px 0px 5px 20px;
	color:#222222 !important;
}

h3{
	height:27px;
	line-height:27px;
	font-size:14px;
	font-weight:bold;
	border-top:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
	text-align:left;
	text-indent:5px;
	margin:20px 0px 10px;
}

#left h3,#right h3{width:190px;}

#main h3{width:540px;}

* html #main h3 img{
	float:left;
	margin-top:6px !important;
}

shimai{
	height:27px;
	line-height:27px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-indent:5px;
	margin:20px 0px 10px;
}

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

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




/*　フッター（コピーライト）　*/
.footer {
	width:1000px;
	float:left;
	display:inline;
	text-align:right;
	padding:10px 0px;
	/*clear:left;*/
}

.footer p{
	width:960px;
	float:left;
	display:inline;	
	padding:0px 20px 5px;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}



/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 122px;
	/*text-align: center;*/
	padding:0px 0px 10px;
	margin:0px 0px 0px 10px;
	}


.product_item {
	/*text-align:center;*/
	width:120px;
	margin:0px auto;
	}

.product_item img {
	padding: 3px;
	border: 1px #ffffff solid;
	}

.product_item .name {
	line-height: 120%;
	margin:10px 0px 0px;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	color: #ffffff;
	}

.product_item .expl {
	color: #999;
	font-size:80%;
	line-height:120%;
	text-align: left;
	margin:5px 0;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}


#turn{
	width:540px;
	text-align:left;
	padding-bottom:20px;
	color:#deb887;
}
#turn a{color:#deb887 !important;}

.page{
	width:540px;
	text-align:center;
	padding:10px 0px 40px;
	font-weight:bold !important;
}


/* ------------------------------------- 
 *	商品一覧・商品詳細　共通
 * ------------------------------------- */


#pankuzu{
	width:540px;
	float:left;
	display:inline;
	margin:20px 0px 0px;

}

#p_details{
	width:540px;
	float:left;
	display:inline;
	margin:10px 0px;
}

#details{
	width:540px;
	float:left;
	display:inline;
	margin:0px;
}

#details th{padding:5px;}
#details td{padding:5px;}



#detail {text-align:center;}


#detail .main_img {
        width: <{$productimg_border}>px;
	padding: 1px;
	border:1px #ffffff solid;
	}

#detail .sub {
	float: left;
	width: 240px;
        margin: 10px;
	text-align: center;
	}

#detail .sub img {
	width: 240px;
	padding: 4px;
	border:1px #ffffff solid;
	}


#bone td{
	bgcolor: #ffffff;
	color: #000000;
	}

#detail .cell_1 {
	width: 130px;
	height: 28px;
	color: #ffffff;
	font-weight:bold;
	border-right: 2px #ffffff solid;
	border-bottom:2px #ffffff solid;
	}

#detail .cell_2 {
	width: 270px;
	height: 28px;
	color: #ffffff;
	background:#ffffff;
	border-bottom:2px #ffffff solid;
	}

#detail .cell_mar {
	margin: 0px 5px 0px 15px;
	}

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

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

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

.cell_mar {
	margin: 5px;
	font-size: <{$font_size}>;
	}

.table1 TD {
        border: 1px #ffffff solid;
	margin:5px;
} 

.table2 TD {
        border: 0px;
	margin:5px;
} 


/* ------------------------------------- 
 *	ページ上に戻る
 * ------------------------------------- */

#ttop {
position:fixed;
bottom:100px;
left:auto;
margin:0 0 0 1001px;   /* マージン：上 右 下 左 */
width:23px;
height:100px;
background:url(https://img06.shop-pro.jp/PA01137/526/etc/TOP.jpg?20520656) no-repeat left bottom;
}
/* IE6以下用 */
* html #ttop {
margin:0 0 -390px 0;
position:relative;
bottom:490px;   /* 上で設定した ttopの高さ390px＋下100px */
left:1001px;
}
a.page_top {
display:block;
width:23px;
height:100px;
} 


/* ------------------------------------- 
 *	会社概要
 * ------------------------------------- */

#map{
	width:540px;
	float:left;
	display:inline;
	margin:10px 0px 20px;
}

#company{
	width:540px;
	float:left;
	display:inline;
	margin:0px 0px 10px;
}

#company th{
	width:100px;
	padding:5px 5px;
	text-align:left;
}
#company td{
	width:440px;
	padding:5px 5px;
}



/* ------------------------------------- 
 *	お客様の投稿画像
 * ------------------------------------- */
 
#p_contribution{
	width:540px;
	float:left;
	display:block;
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:#ffffff 1px solid;
}
 
.contribution{
 	width:540px;
	float:left;
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
}

.contribution img{
	float:left;
	display:block;}

.contribution div{
	width:540px;
	float:left;
	display:block;
	}

.contribution dl,.contribution dt,.contribution dd{
	width:540px;
	float:left;
	display:block;
}


#contribution dt{font-weight:bold;}

.staff{
 	width:540px;
	float:left;
	padding-top:10px;
	color:#deb887 !important;
}


/* ------------------------------------- 
 *	 特定商取引
 * ------------------------------------- */

#sk{
	width:540px;
	float:left;
	display:inline;
	margin:0px;
}

#sk th{
	width:180px;
	padding:5px 5px;
	text-align:left;
}
#sk td{
	width:360px;
	padding:5px 5px;
}



/* ------------------------------------- 
 *	販売実績
 * ------------------------------------- */


#results{
	width:540px;
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
}

#results p{
	width:520px;
	float:left;
	display:inline;
	margin:0px 0px 10px 10px;
}

#results img{
	/*-- width:120px !important;
	height:90px !important; --*/
	width:56px !important;
	height:56px !important;
}

#results ul{
	width:540px;
	float:left;
	display:inline;
	list-style-type:none;
}

#results li{
	/*width:122px;*/
	width:56px;
	float:left;
	display:inline;
	list-style-type:none;
	margin:10px 0px 0px 10px;
}


#p_results_bottom{
	padding-top:10px;
	text-align:right !important;
}


.twtr-hd {display:none;}
.twtr-ft {display:none;}

.blackback{
	background-image:url(https://img06.shop-pro.jp/PA01137/526/etc/hai2.png?20120114133049);
}

/* ------------------------------------- 
 *	ゲストハウス
 * ------------------------------------- */


#guest{
	width:540px;
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
}

#guest p{
	width:520px;
	float:left;
	display:inline;
	margin:0px 0px 10px 10px;
}
  
 /* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */

 .tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
   width:100%;
}

.tbl_calendar caption {
    font-weight: bold;
}
.tbl_calendar:last-child {
    margin-top: 10px;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #000 !important;
}
.tbl_calendar tr td{
  border-left:1px solid #000 !important;
  background-color:#fff;
  color:#000;
   font-weight: bold;
}
.tbl_calendar tr td:last-child{
  border-right:1px solid #000 !important;
}
.side_cal {
    margin-bottom: 10px;
}