/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td {margin:0px; padding:0px;}
table {border-collapse:collapse; border-spacing:0px;}
fieldset,img {border:0px;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:120%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0px;}
   
body * {line-height:1.22em; word-break:break-all;}
/* line-height:1.22em;について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

/* --- Reset End --- */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.22em;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:90%;
	color:#666;
	word-break:break-all;
	}

img {
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

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

a:link    {color:#333;text-decoration:none;}
a:visited {color:#999;text-decoration:none;}
a:active  {color:#333;text-decoration:none;}
a:hover   {color:#e60012;text-decoration:underline;}

/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
	margin:40px 0px 15px 0px;
	}

.title {
	width:950px;
	height:130px;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
	color:#0000cc;
	font-size:22px;
	}

.title a         {color:#0000cc;}
.title a:link    {color:#0000cc; text-decoration:none;}
.title a:visited {color:#0000cc; text-decoration:none;}
.title a:active  {color:#0000cc; text-decoration:none;}
.title a:hover   {color:#0000cc; text-decoration:none;}

#gbn {
	margin-bottom:15px;
	}
	
#gbn1 {width:90px;}
#gbn2 {width:88px;}
#gbn3 {width:89px;}
#gbn4 {width:89px;}
#gbn5 {width:89px;}
#gbn6 {width:88px;}
#gbn7 {width:89px;}
#gbn8 {width:101px;text-align:right;}
#gbn9 {}
#gbn9_form {
	padding-left:20px;
	}

.gbn9_form_select {
	width:206px;
	margin-bottom:5px;
	}

.gbn9_form_input {
	width:140px;
	margin-right:5px;
	}

.menu_1 {
	width:950px;
	height:150px;
	padding:0px 15px 0px 0px;
	margin:0px;
	line-height:0em;
	text-align:right;
	font-size:10px;
	}
	
.menu_1 img{
	vertical-align:top;
	}

.menu_1 a         {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:link    {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:visited {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:active  {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:hover   {color:#FFFFFF; text-decoration:underline;}

#linkSpacer{
	margin:0px 5px 0px 5px;
	}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */
#side_area {
	padding-right:29px;
	text-align:left;

	}


table.sidemenu {
	width:195px;
	margin-bottom:25px;
	color:#333333;
	}

.side_title {
	width:195px;
	height:33px;
	margin-bottom:10px;
	}

.side_text {
	text-align:center;
	padding:5px 10px;
	}
	
.side_text_members,
.side_text_cart {
	display:block;
	text-align:center;
	padding-top:10px;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}
	
.side_cat_bottom {
	width:195px;
	height:2px;

	}

.side_bottom {
	display:block;
	width:195px;
	height:2px;

	}
	
.st_contents {
	overflow:hidden;
	width:175px;
	text-align:left;
	}

.side_text a         {color:#333; text-decoration:none;}
.side_text a:link    {color:#333; text-decoration:none;}
.side_text a:visited {color:#333; text-decoration:none;}
.side_text a:active  {color:#333; text-decoration:none;}
.side_text a:hover   {color:#e60012; text-decoration:underline;}

#manager_name {
	margin:5px 0px;
	font-weight:bold;
	text-align:center;
}


/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.side_cat_bg {
	margin-bottom:25px;
	}

.side_cat_text {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;
	}
	
.side_cat_text_group {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;	
}
	
.side_cat_text_group img{
 padding:10px;
}

.side_cat_text .st_contents {
}

.side_cat_text_group .st_contents {
  
}
	
.side_cat_text .st_contents,
.side_cat_text_group .st_contents{
	padding:10px;

	}
	
.side_cat_text .st_contents a,
.side_cat_text_group .st_contents a {

}
	
.side_cat_img {
	padding:10px 0px 0px;
	}

.side_cat_text a,.side_cat_text_group a                 {color:#333; text-decoration:none;}
.side_cat_text a:link ,.side_cat_text_group a:link      {color:#333; text-decoration:none;}
.side_cat_text a:visited,.side_cat_text_group a:visited {color:#333; text-decoration:none;}
.side_cat_text a:active,.side_cat_text_group a:active   {color:#333; text-decoration:none;}
.side_cat_text a:hover,.side_cat_text_group a:hover     {color:#e60012; text-decoration:underline;}

/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	width:175px;
	overflow:hidden;
	margin:3px 0px 3px 0px;
	padding:5px;
	font-size:10px;
	border:1px solid #e60012;
	background-image: url("https://img17.shop-pro.jp/PA01151/507/etc/back-cart-4.png?20111121225410");
	-webkit-border-radius: 10px;	/* Safari、Google Chrome */
 -moz-border-radius: 10px;	/* Firefox */
	}
.incart_name {
	text-align:left;
}
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #e60012;
	text-align:right;
	margin:0;
}

.postage {
	border-top:1px dotted #e60012;
	border-bottom:1px dotted #e60012;
	padding:5px 0;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}	
/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout,
#btn_members_signup{
	text-align:center;
	}

#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:80%;
	line-height:1.1em;
	padding:10px;
	text-align:center;
	}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
.side_form_select {
	width:175px;
	margin-bottom:5px;
	}

.side_form_input {
	width:120px;
	margin-right:5px;
	}
	

/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer #copy{
	border-top:1px #e6e6e6 solid;
	width:950px;
	text-align:center;
	padding-top:30px;
	margin:30px 0px;
	color:#ccc;
	font-size:12px;
	}

#footer a         {color:#0000cc; text-decoration:underline;}
#footer a:link    {color:#0000cc; text-decoration:underline;}
#footer a:visited {color:#0000cc; text-decoration:underline;}
#footer a:active  {color:#0000cc; text-decoration:underline;}
#footer a:hover   {color:#ee0000; text-decoration:underline;}

#footer img{
padding:0 0 0 10px;
}

/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */

.main_title {
	width:650px;
	padding-bottom:15px;
	
	}
	
	

.main_title_2 {
margin:5px 0 20px 76px;

}
	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_top {
	padding:0px;
	margin:0px;
	font-size:80%;
	color:#666;
	}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#333333;
	}
	
.common_image img{
	margin-bottom:15px;
	display:block;
}

	
/* ------------------------------------- 
 *	コンテンツ下部 決済・配送方法指定
 * ------------------------------------- */
#shop_info {
	margin:60px 0 0 76px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {

}

#shop_info .cont {
	padding:15px 0;
	line-height:1.7em;
}

#shop_info .cont img{
	margin:0 10px 10px 0px;
	border:1px solid #ccc;
}

#right_pay_deli_bg {
	height:2px;

	width:650px;
	margin-left:76px;
}


/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
.info_block {
	width:630px;
	margin:20px 0px 30px 76px;
	border:#e60013 solid 1px;
	}
	
.info_title {
	font-weight:bold;
	margin:0px 0px 10px 0;
	padding:15px 15px 0px;
}

.info_text {
	padding:0px 15px 15px;
	color:#333333;
	}


/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	text-align:left;
	color:#333333;
	}

/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width:650px;
	height:28px;
	color: #333333;
	background:#e7e7e7;
	margin-bottom:1px;
	margin-left:76px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.sort_01 a:active,
.sort_01 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

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

.price_all {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#333;
	}

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


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
	width:650px;
	height:28px;
	color:#333333;
	background:#e7e7e7;
	margin-bottom:1px;
	margin-left:76px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.sort_02 a:active,
.sort_02 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

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

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

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width:650px;
	height:28px;
	background:#e7e7e7;
	margin-bottom:15px;
	margin-left:76px;
	}

.pagenavi a {
	color:#0000cc; text-decoration:underline;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.product-list-3{
width:650px;
margin-left:76px;
}

.product_list {
	float:left;
	text-align:left;
	margin:10px;
	
	}

.product_item {
	width:161px;
	text-align:left;
	padding:15px;
	border:1px solid #ccc;
 -webkit-border-radius: 10px;	/* Safari、Google Chrome */
 -moz-border-radius: 10px;	/* Firefox */
	}

.product_item img {
	border:1px solid #eee;
	}

.product_item .name {
	margin:10px 0px 0px;
	color:#333333;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	font-weight:normal;
	}

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

.product_list a         {color:#333; text-decoration:none;}
.product_list a:link    {color:#333; text-decoration:none;}
.product_list a:visited {color:#333; text-decoration:none;}
.product_list a:active  {color:#333; text-decoration:underline;}
.product_list a:hover   {color:#e60012; text-decoration:underline;}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	width:650px;
	color:#333333;
	margin-bottom:15px;
	margin-left:76px;
	}

.footstamp a         {color:#333; text-decoration:none;}
.footstamp a:link    {color:#333; text-decoration:none;}
.footstamp a:visited {color:#999; text-decoration:none;}
.footstamp a:active  {color:#333; text-decoration:underline;}
.footstamp a:hover   {color:#e60012; text-decoration:underline;}

.txt-f10 {
	font-size:10px;
	}

.footstamp img {
	vertical-align:middle;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	padding-top:20px;
	text-align:center;
	}

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

.detail_cont {
	width:650px;
	margin-left:76px;
}

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

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


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

.product_name {
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}

.expl_block {
    background:url('https://img17.shop-pro.jp/PA01151/507/etc/quate.png?20111118235919') no-repeat top right;
	background-position:100px -10px;
	margin-bottom:30px;
	line-height:1.7em;
	padding:15px;
	border:1px solid #ccc;
		 -webkit-border-radius: 10px;	/* Safari、Google Chrome */
 -moz-border-radius: 10px;	/* Firefox */
}

.detail_img {
	margin-bottom:20px;
}

.detail_other {
	width:405px;
}

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

.detail_other .sub img {
	width: 80px;
}

.detail_txt_block table.table {
	width:294px;
	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:100px;
}

.sk_link_other {
	margin-bottom:20px;
}

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

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

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

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

/* オプションリンク */
.txt-optionLink {
	margin-bottom:20px;
}

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

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

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

#together .together_list {
	margin:0px 15px 0 0;
	float:left;
	width:170px;
	padding:10px;
	border:1px solid #ccc;
	 -webkit-border-radius: 10px;	/* Safari、Google Chrome */
 -moz-border-radius: 10px;	/* Firefox */
	}

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

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

#trackback .tb_main_title {
	font-weight:normal;
	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 #eaeaea;
	border-top:1px solid #eaeaea;
	}

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

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

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

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

/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
 
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
	}

#ShopKeeper {
	width:650px;
	margin-bottom:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	margin-left:76px;
	}

#ShopKeeper th {
	width:200px;
	overflow:hidden;
	padding:10px;
	font-weight:normal;
	text-align:left;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#ShopKeeper td {
	padding:10px;
	text-align:left;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}
	
/* 検索結果 */
.txt-search {
margin:0 0 0 76px;
	padding:5px 10px;
	background:#e7e7e7;
	border-bottom:1px solid #FFFFFF;
	}

.txt-hitNum {
	margin:0 0 15px 76px;
	padding:5px 10px;
	background:#e7e7e7;
	}

.txt-search strong,
.txt-hitNum strong {
	font-weight:bold;
	}




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

#PrivacyExplain {
	margin-bottom:15px;
	color:#333333;
	width:650px;
	margin-left:76px;
	}

.pe_title {
	padding-top:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	}

.pe_note {
	line-height:150%;
	margin:5px 5px 20px 30px;
	}

/* ************************************************ 
 *	float解除
 * ************************************************ */


.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 */

/* ************************************************ 
 *	メニューロールオーバー
 * ************************************************ */
#menu-home a{
display:block;
width:89px;
color:#F0027F;
background:url(https://img17.shop-pro.jp/PA01151/507/etc/home1.png?20111105231649) no-repeat;
height:63px;
line-height:50px;
text-decoration:none;
text-align:center;
}

#menu-home a:hover{
color:orange; 
background:url(https://img17.shop-pro.jp/PA01151/507/etc/home3.png?20111106001810) no-repeat;
}

#menu-mypage a{
display:block;
width:89px;
color:#F0027F;
background:url(https://img17.shop-pro.jp/PA01151/507/etc/mypage1.png?20111105231933) no-repeat;
height:63px;
line-height:50px;
text-decoration:none;
text-align:center;
}

#menu-mypage a:hover{
color:orange; 
background:url(https://img17.shop-pro.jp/PA01151/507/etc/mypage2.png?20111106002224) no-repeat;
}

#menu-mail a{
display:block;
width:89px;
color:#F0027F;
background:url(https://img17.shop-pro.jp/PA01151/507/etc/mail1.png?20111105231907) no-repeat;
height:63px;
line-height:50px;
text-decoration:none;
text-align:center;
}

#menu-mail a:hover{
background:url(https://img17.shop-pro.jp/PA01151/507/etc/mail2.png?20111106002617) no-repeat;
}

#menu-pp a{
display:block;
width:89px;
color:#F0027F;
background:url(https://img17.shop-pro.jp/PA01151/507/etc/pp1.png?20111105232106) no-repeat;
height:63px;
line-height:50px;
text-decoration:none;
text-align:center;
}

#menu-pp a:hover{
color:orange; 
background:url(https://img17.shop-pro.jp/PA01151/507/etc/pp3.png?20111106002953) no-repeat;
}

#menu-payment a{
display:block;
width:89px;
color:#F0027F;
background:url(https://img17.shop-pro.jp/PA01151/507/etc/payment1.png?20111105232020) no-repeat;
height:63px;
line-height:50px;
text-decoration:none;
text-align:center;
}

#menu-payment a:hover{
color:orange; 
background:url(https://img17.shop-pro.jp/PA01151/507/etc/payment2.png?20111106003318) no-repeat;
}

#menu-truck a{
display:block;
width:89px;
color:#F0027F;
background:url(https://img17.shop-pro.jp/PA01151/507/etc/truck1.png?20111105232138) no-repeat;
height:63px;
line-height:50px;
text-decoration:none;
text-align:center;
}

#menu-truck a:hover{
color:orange; 
background:url(https://img17.shop-pro.jp/PA01151/507/etc/truck2.png?20111106003619) no-repeat;
}

#menu-info a{
display:block;
width:89px;
color:#F0027F;
background:url(https://img17.shop-pro.jp/PA01151/507/etc/info1.png?20111105231836) no-repeat;
height:63px;
line-height:50px;
text-decoration:none;
text-align:center;
}

#menu-info a:hover{
color:orange; 
background:url(https://img17.shop-pro.jp/PA01151/507/etc/info3.png?20111106001407) no-repeat;
}

#menu-cart a{
display:block;
width:89px;
color:#F0027F;
background:url(https://img17.shop-pro.jp/PA01151/507/etc/cart.png?20111105231534) no-repeat;
height:63px;
line-height:50px;
text-decoration:none;
text-align:center;
}

#menu-cart a:hover{
color:orange; 
background:url(https://img17.shop-pro.jp/PA01151/507/etc/cart2.png?20111106003959) no-repeat;
}



.st_contents a img{
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter:"alpha(opacity=50)";
}
.st_contents a:hover img{
opacity:1;
filter:alpha(opacity=100);
ms-filter:"alpha(opacity=100)";
}



/* ************************************************ 
 *	LIGHTBOX2.0
 * ************************************************ */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(https://www.hummingburger.com/lightbox-for-timeslice/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(https://www.hummingburger.com/lightbox-for-timeslice/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* ************************************************ 
 *	フリーページ　ショップインフォ
 * ************************************************ */

#shop-info {
	margin-bottom:15px;
	color:#666;
	width:650px;
	margin-left:76px;
	line-height:1.7em;
	}
	
	#shop-info img{
	margin:0 15px 15px 0;
	border:1px solid #eee;
	padding:5px;
	}

hr{
border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dotted; /* 線種 */
   border-color: #ccc; /* 線色 */
   height: 10px; /* 高さ */
}

/* ************************************************ 
 *	ヤフオク
 * ************************************************ */
 
 .yahoo{
	overflow:hidden;
	width:175px;
	text-align:left;
 font-size:90%;

padding:20px;
color:#ccc;
 }

#Yahoo-Natureresultgl0rjsbbicsm3g270hn8cce0c8 li{
line-height:1.6em;
border-bottom:1px dotted #eee;
margin-bottom:10px;
padding:0 0 15px 0;/* 背景画像分の余白を取る */
background:url(https://img17.shop-pro.jp/PA01151/507/etc/list-auction.png?20111122223835) no-repeat 0px -1px;
text-indent:25px;
}

#Yahoo-Natureresultgl0rjsbbicsm3g270hn8cce0c8 a{
color:#666;
}

#Yahoo-Natureresultgl0rjsbbicsm3g270hn8cce0c8 a:hover{
color:#e60012;
text-decoration: underline;
}