/* ************************************************ 
 *	共通設定
 * ************************************************ */
#wrap {
	width:802px;
	margin:0px auto;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}


body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 11px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height: 160%;
}

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

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

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

a:hover   { color: #CC0000; text-decoration: underline;}



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

/*ショップ名文字サイズ*/
h1 {
	font-size: 13px;
	margin-bottom: 2px;
}

h1 a:link  { color:#000000;}
h1 a:visited  { color:#000000;}
h1 a:active  { color: <{$shop_title_fontcolor}>;}
h1 a:hover   { color: #CC0000; text-decoration: none;}

/*ページタイトル部分*/
h2 {
	font-size: 13px;
	border-top: 2px solid #333;
	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;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #999;
	margin-top: 10px;
	padding-top: 15px;
}

#side h5 {
	font-size:17px;
	color:#333;
	text-align:left;
	text-decoration:none;
}

/*商品詳細ページの詳細テキストレイアウト*/
#detail h3 {
	margin: 20px 0px;
	padding: 10px 0px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font-size: 12px;
	font-weight: nomal;
	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;
}

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

#header {
	color: #6A6A6A;
	font-size: 1em;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 34px;
}

	
	#header #menu {
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 0px;
	text-align: right;
	text-decoration: none;
	margin-left: 10px;
	}
		#header #menu li {
			float: left;
			font-size: 0.9em;
			padding-left: 1px;
			background: url(http://img06.shop-pro.jp/PA01021/661/etc/divider.gif) no-repeat 0 center;
		}
		#header #menu li.f {
			padding-left: 0;
			background: none;
		}
		#header #menu li a {
	color: #000000;
	display: block;
	padding: 10px;
		}

	#header #menu li a:hover {
	text-decoration: none;
	}	
		#header #subcate {
	width: 820px;
	list-style-type: none;
	text-align: right;
	margin: auto;
	}
		#header #sublogo {
	width: 820px;
	list-style-type: none;
	text-align: left;
	margin: auto;
	padding-top: 28px;
	}

/*　画面左側の幅　*/
#main {
	width: 600px;
	float: left;
}


#main img {
	display: block;
	background: #FFF;
	border: 0px;
}

/*　レイアウト調整　*/
#side {
	margin-top: 0px;
	margin-left: 600px;
}

/*　画面右側メニューの幅　*/
.side_in {
	width:200px;
	background-color: #ECECDC;
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/*　フッター　*/
#footer {
	clear: both;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 150px;
	margin-left: auto;
}

/* ************************************************ 
 *	トップ
 * ************************************************ */
.itemarea {
	width:190px;
	float:left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}


/* ************************************************ 
 *	商品一覧・検索結果一覧の表示
 * ************************************************ */
.list {

}

.list th {
	padding: 5px 20px 10px 0px;
}

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

.list_price {
	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;
}


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

.large {
}

.small {
	width:160px ;
	margin:10px 10px 0px 10px;
}

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

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

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

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

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


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

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

/* ------------------------------------- 
 *	特定商取引法
 * ------------------------------------- */
/*特定商取引表*/
.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;
}

.sonota{
float: left;
width: 180;
margin: 10px 10px 10px 10px
}

