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


body {
	padding-top: 30px;
	color: #333;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 170%;
	background-color: #FFF;
	margin-left :0px;
　　 
}

#content {
width:920px;
margin-left:auto;
margin-right:auto;
}



a:link {
	color: #000000;
	text-decoration: none;

}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:hover { padding: 0px;
	color: #660066;
	background: #FFFFFF;
	text-decoration: none;
}

img {
	padding: 1px;
	display: block;
	background: #FFF;
	border: 1px;
border-style:none;

}

a:hover img {
	padding: 1px;
	display: block;
	background: #EEE

      
}

li {
	list-style-type: none;
	margin-bottom:5px;
}


/*ショップ名文字サイズ*/
h1 {
	font-size:30px;
font-family:"Cochin ", Cochin;
	margin-bottom: 10px;
}

/*ページタイトル部分*/
h2 {
	font-size: 13px;
	border-top: 2px solid #CCCCCC;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
}


h3 {
	font-size: 13px;
	margin-bottom: 5px;
}

#main h2 {
	margin-bottom: 5px;
}


#side h2 {
	margin-bottom: 10px;
}

/*商品詳細ページの詳細テキストレイアウト*/
#detail h3 {
	margin: 20px 0px;
	padding: 10px 0px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 170%;
}

#detail h4 {
	margin: 20px 0px;
	font-size: 11px;
	line-height: 200%;
}

#detail .button {
	margin-top: 10px;
}

.footstamp {
	margin-top: 10px 0px;
}

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

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

#header {
}
/* トップページだけに表示される設定*/
#navi {
	width:920px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 18px;
}
#navi li {
	margin:0px;
	display:block;
	float: left;
	text-align: center;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 8px;
	width: auto;
	height: 12px;
}
#navi #cart {
	text-align: center;
	clear: right;
	margin-left: 120px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#koko {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 100%;
	width: 900px;
}

/*　画面左側の幅　*/
#main {
	width: 700px;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
}

/*　レイアウト調整　*/
#side {
width:auto;
margin-top: 0px;
margin-left: 700px;
height: auto;
padding: 0px;
clear: right;
float: right;
margin: 0px;
}

/*　画面右側メニューの幅　*/
.side_in {
	width:200px;
	margin-top: 0px;
	margin-left:20px;
}

/*　フッター　*/
#footer {
	clear: both;
	text-align:right;
	font-size: 10px;
	padding: 5px;
	float:center;
	height: 50px;
	width: 920px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

/* ************************************************ 
 *	トップ
 * ************************************************ */
.itemarea {
	margin: 0px 100px 10px 0px;
	width:120px;
	float:left;
}

/*会員専用ページ*/
#btn_members_login,
#btn_members_logout {
	margin:0px 0px 15px;
}

#btn_members_signup span,
#btn_members_logout span {
	margin:0px 0px 3px;
	display:block;
	font-size:11px;
	line-height:1.1em;
}

/*会員専用価格 トップページ用*/
.regular_price_top {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_top {
	padding:0px;
}

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


/* ************************************************ 
 *	商品一覧・検索結果一覧の表示
 * ************************************************ */
#list .img {
	text-align: center;
	vertical-align: middle;
}
.product {
	height: 200px;
	width: 230px;
	padding: 0px;
	margin: 0px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	display: block;
	float: left;
	clear: none;
}
#list {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 700px;
	clear: left;
}
.product .text {
	padding-left: 0px;
	clear: both;
	float: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin: 0px;
}
.product .text .list_price {
	color: #666666;
	padding-bottom:5px;
}
/*商品一覧：サブカテゴリーの表示*/
.subcategory {
	margin: 0px 20px 10px 0px;
	width:120px;
	float:left;
}

/*並べ替え条件指定*/
.sort {
	padding: 5px 0px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

.pagenavi {
	padding: 10px 0px;
clear: both;
	float: none;
}

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

.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:0px 0px 0px 5px;
	color:#ff0000;
}

/* ************************************************ 
 *	商品詳細
 * ************************************************ */

.large {
}

.small {
	width:150px ;
	margin:0px 10px 0px 0px;
	float:left;
}

/*会員専用価格 商品詳細用*/
.regular_price_detail {
	padding:0px 0px 2px;
	text-decoration:line-through;
}

.price_detail {
	padding:0px;
}

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

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

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

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 0px 20px 0px;
	}

#together .tog_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 2px solid #CCCCCC;
	}

#together .together_list {
	margin:10px 3px 3px 3px;
	float:left;
	width: 130px;
	text-align:left;
	}

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

#trackback {
	margin: 0px 0px 20px 0px;
}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 2px solid #CCCCCC;
}

#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
}

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

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
}

/*table レイアウト　商品詳細の価格表*/
.table {
	background: #CCC;
}

.table th {
	font-weight: bolder;
	background: #EEE;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 3px;
	text-align: center;
	width: 120px;
}

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

/* ************************************************ 
 *	商品検索ページ
 * ************************************************ */
/*会員専用価格 商品検索結果用*/
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_search {
	padding:0px;
}

.discount_rate_search {
	padding:0px 0px 0px 5px;
	color:#ff0000;
}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */

#Option {
	padding:0px 10px 10px 10px;
}

/* ------------------------------------- 
 *	オプション表の罫線の色
 * ------------------------------------- */
#Option .option_table {
	background-color:#CCC;
}

/* ------------------------------------- 
 *	オプション　項目背景の色 
 * ------------------------------------- */
#Option .option_cell1 {
	text-align:left;
	background-color:#EEE;
	padding: 5px;
	font-weight:bold;
	white-space:nowrap;
}

/* ------------------------------------- 
 *	オプション　価格背景の色
 * ------------------------------------- */
#Option .option_cell2 {
	text-align:left;
	background-color:#FFFFFF;
	padding: 5px;
}

.option_btn {
	margin-top:10px;
}

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

.price_detail_stock {
	padding:0px;
}

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

/* ------------------------------------- 
 *	特定商取引法
 * ------------------------------------- */
/*特定商取引表*/
.table_sk {
	background: #CCC;
}

.table_sk th {
	font-weight: bolder;
	background: #EEE;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 3px;
	text-align: center;
	width: 120px;
}

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

/*配送・支払方法*/
.terms {
	padding-top:10px;
	margin-bottom:20px;
	border-top: 1px dotted #CCC;
}

.payment_table{
	width:400px;
	margin:0px 0px 10px 0px;
}

.payment_img {
	width:30px;
	height:30px;
	margin:3px;
	float:left;
}
/* ------------------------------------- 
 *	表示されるカートの設定
 * ------------------------------------- */
#topcart {
background-color: #fff;
font-size: 10px;
line-height:12px;
padding: 0 0 8px 0;
}
.style1 {	font-size: 10px;
	font-weight: normal;
	color: #006666;
margin: 0px;
padding: 0px;
}

*-----------------------------------------------*
トップのみの設定CSS
*-----------------------------------------------*

#center {
	clear: both;
	float: left;
	height: 380px;
	width: 920px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#category_title {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 0px;
	width: 220px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 25px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
}
#items_title {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 0px;
	width: 276px;
	margin-right: 35px;
	margin-left: 35px;
	line-height: 25px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
}
#event_title {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 0px;
	width: 220px;
	margin-right: 30px;
	margin-left: 40px;
	line-height: 25px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
}
.navi_top {
	width: 275px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#navi_in li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	
-bottom-color: #CCCCCC;
	text-align: center;	
           margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 200px;
height: 38px;
}

#center #category {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 380px;
	width: 280px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#center #items {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 380px;
	width: 346px;
		border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#center #event {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 380px;
	width: 290px;
}

.items_in { width: 250px;
height: 75px;
font-size: 10px;
line-height: 13px;
margin-top: 5px;
margin-left: 40px;
float: none;
clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}
.items_in img {
background-color: #fff;
height: 70px;
margin-top: 0px;
margin-right: 8px;
padding: 0px;
float: left;}

#event .day {
	margin-left: 30px;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #4169e1;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 200px;
}
#event .event_text {
	font-size: 12px;
	color: #696969;
	width: 230px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	height: auto;
}
#center #event .event_text_end {
	font-size: 12px;
	color: #696969;
	width: 229px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	line-height: 16px;
	height: auto;
}
#topimage1{
width: 920px;
height:400px;
float: none;
margin-top: 15px;
margin-bottom: 30px;
padding: 0px;
}
.barnner1 {
		float: left;
	width: 895px;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	height: auto;
}
#bottom {
	clear: both;
	float: left;
	height: 280px;
	width: 920px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#bottom #b-first {
	height: 265px;
	width: 200px;
	float: left;
	clear: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	margin: 0px;
}
#bottom #b-first #search {
	height: 70px;
	width: 190px;
	float: none;
	border: 1px solid #CCCCCC;
	clear: both;
	padding: 5px;
	margin: 0px;
}
#bottom #b-second {
	height: 265px;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#bottom #b-third {
	height: 265px;
	width: 200px;
	float: left;
	clear: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	margin: 0px;
}
#bottom #b-fouth {
	height: 265px;
	width: 200px;
	float: left;
	clear: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
line-height: 14px;

}
#bottom img {
	padding: 0px;
	clear: both;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	width: auto;
}
.style3 {
	background-image: url(http://img02.shop-pro.jp/PA01124/856/etc/logos.jpg?20130122150441);
	background-repeat: no-repeat;
	height: 18px;
	width: 150px;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	line-height: 25px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.items_in .new_mark_img1{
          height: 12px;
          width: 35px;
}
.items_in .new_mark_img2{
          height: 12px;
	width: 35px;
}


#mainImg {
	margin: 20px auto;
	width: 900px;
	height:424px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#mainImg img {
	top: 0;
	left: 0;
	position: absolute;
}