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


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

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

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

a:hover {
	color: #FFCC33;
	background: #000000;
	text-decoration: none;
}

img {
	padding: 1px;
	display: block;
	background: #000;
	border: 0px;
}

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

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

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

/*ページタイトル部分*/
h2 {
	font-size: 13px;
	border-top: 2px solid #990000;
	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 #FFFBBF;
	border-bottom: 1px dotted #FFFBBF;
	font-size: 12px;
	font-weight: nomal;
	color: #FFFFFF;
	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 {
}

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

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

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

/*　フッター　*/
#footer {
	clear: both;
	margin: 50px 0px;
}


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


/* ************************************************ 
 *	商品一覧・検索結果一覧の表示
 * ************************************************ */
.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 #FFFBBF;
	border-bottom: 1px dotted #FFFBBF;
}

.pagenavi {
	padding: 10px 0px;
}


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

.large {
}

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

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

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

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

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

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

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

#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 #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

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

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

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

.table td {
	background: #000000;
	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: #FFFFFF;
}

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

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

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

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

.payment_img {
	width:30px;
	height:30px;
	margin:3px;
	float:left;
}