/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */

body {
	font-size:12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	color:#000000;
	background:#777;
	margin: 0px;
	padding: 0px;
	}

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


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

img {
	border: 0px;
	}


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

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

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

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

#contents {
	margin: 0px auto;
	width: 800px;
	}

/*ページ中央の枠線の色*/
#center {
	border: 1px solid #031320;
	background: #FFF;
	margin: 0px 5px 0px 5px;
	}

/*ページ背景*/
#Layout{
width:836px;
background:#FFF url('http://img08.shop-pro.jp/PA01038/089/etc/%C7%D8%B7%CA.gif') repeat-y;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
padding-bottom:30px;
 }



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

#header {
	margin: 0px auto 10px auto;
	width: 800px;
	}

#headre img{
border:0px;
}

/* ------------------------------------- 
 *	ヘッダー　グローバルメニューのオンマウス
 *	※WIN IEでは適用されません
 * ------------------------------------- */




/* ------------------------------------- 
 *	ショップタイトルのサイズ、色
 * ------------------------------------- */

#title_size {
	font: 18px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: bold;
	padding-top:10px;
	}


#title_size a {

	color: #0862B0;
	}


#title_size a:link {
	color: #0862B0;
	text-decoration: underline;
	}

#title_size a:visited {
	color: #0862B0;
	text-decoration: underline;
	}

#title_size a:active {
	color: #0862B0;
	text-decoration: underline;
	}

#title_size a:hover {
	color: #0862B0;
	background: #EEE;
	text-decoration: none;
	}



/* ************************************************ 
 *	左側メニュー
 * ************************************************ */

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */

#search {
	width: 130px;
	margin: 5px auto 8px auto;
	}

#search select {
	width: 125px;
	border: 1px solid #003366;
       margin-bottom:3px;
	}

#search input {
	width: 120px;
	border: 1px solid #003366;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	}

.sarchimg{
        margin-top:20px;
       }


/* ------------------------------------- 
 *	左メニュー最下部　フリーエリア
 *	バナーを貼る際などにご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
#freespace_left {
	font-size: 12px;
	border: 2px solid #334ccc;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	}



/* ************************************************ 
 *	右側メニュー
 * ************************************************ */

.cart {
	font-size: 11px;
	margin: 0px 2px 10px 2px;
	background: #FFF;
	}
.cart ul {
	line-height: 160%;
	margin: 0px 5px 0px 5px;
	padding: 5px;
	}
.cart li {
	list-style-type: none;
	}
.cart p {
	border-top: 1px dotted #333;
	margin: 3px;
	padding: 5px;
	text-align: right;
	font-weight: bolder;
	}
.cart input {
	margin: 5px;
	}


/* ************************************************ 
 *	左右メニューのレイアウト
 * ************************************************ */

.side {
	width: 148px;
	padding: 0px 0px 10px 0px;
	background: #EBEBEB;
       border:solid 1px #031320;
       margin-bottom:10px;
	}

.side_left {
	width: 148px;
        height:300px;
	padding: 0px 0px 10px 0px;
	background: #EBEBEB;
       border:solid 1px #031320;
       margin-bottom:10px;
	}



.list ul {
	line-height: 160%;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px;
	}

.list li {
	list-style: none;
	}

.list li a {
	color: #000;
	text-decoration: none;
	margin: 0px 10px 5px 10px;
	padding: 0px;
       width:88%;
	}

.list li a:visited {
	color: #000;
	text-decoration: none;
	width: 88%;
	}

.list li a:hover {
	color: #000;
	text-decoration: none;
	background: #FFF;
	width: 88%;
	}

.list li a:active {
	color: #000;
	text-decoration: none;
	background: #FFF url(http://img.shop-pro.jp/tmpl_img/7/list_red.gif) no-repeat 6px 7px;
	width: 100%;
	}


/* ************************************************ 
 *	店主のコーナー　レイアウト
 * ************************************************ */

.freespace_right {
	font-size: 12px;
	border: 2px solid #031320;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	}

.freespace_right img {
	border: 1px solid #334ccc;
	margin: 5px 0px 5px 0px;
	padding: 3px;
	}

.freespace_right p {
	text-align: left;
	font-size: 11px;
	}

/* ************************************************ 
 *	RSSリンクのレイアウト
 * ************************************************ */

.feed {
	text-align: center;
	margin: 20px auto;
	}

.feed img {
	border: 0px;
	}


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

#footer {
	font-size: 12px;
	padding: 30px;
	text-align: center;
	}

#footer p {
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	font-family: "Verdana";
	}

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

/* ------------------------------------- 
 *	100px×100pxの縮小画像表示
 *	※トップ及びサブカテゴリー表示時に使用
 * ------------------------------------- */
.item_box {
	text-align: center;
	padding-bottom: 10px;
	width: 120px;
	float: left;
	}

.item_thumbnail {
	margin: 0px 0px 5px 10px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	}

.item_thumbnail img {
	width: 100px;
	height: 100px;
	}

.item_frame {
	border: 0px;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}

/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.category_items td {
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	}

.category_items p {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
.footstamp {
	padding: 10px;
	font-size: 11px;
	}

/* ------------------------------------- 
 *	ページタイトル
 * ------------------------------------- */
.pagetitle {
	margin: 20px 0px 1px 0px;
	padding: 0px 10px 5px 10px;
	border-bottom: 3px solid #054E8C;
	font-size: 14px;
	clear: both;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	margin: 50px 0px 50px 0px;
	text-align: center;
	}



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

/* ------------------------------------- 
 *	お知らせ・おすすめエリアレイアウト
 * ------------------------------------- */
.top_items tr {
	text-align: center;
	}


.top_items td {
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
	}

/* ------------------------------------- 
 *	お知らせエリア
 * ------------------------------------- */
.info_space {
	margin: 20px;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	margin: 20px;
	}

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */

#information ul {
	font-size: 11px;
	line-height: 160%;
	margin: 0px 20px 0px 15px;
	padding: 0px 0px 0px 0px;
	}


#information li {
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(http://img.shop-pro.jp/tmpl_img/7/list_red.gif) no-repeat 6px 7px;
	}

#information p {
	margin: 10px 0px 20px 20px;
	}


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

#detail {
	padding: 20px 0px 20px 0px;
	}

#detail .td1 {
	background: #EEE;
	}

#detail .td2 {
	background: #FFF;
	}

#detail .large {
	border: 1px solid #CCC;
	margin: 0px 20px 0px 20px;
	width: 200px;
	}

#detail .small {
	margin: 20px 0px 0px 20px;
	width: 100px;
	height: 100px;
	}


#detail p {
	font-size: 14px;
	margin: 20px;
	padding: 5px;
	border: 1px solid #CCC;
	background: #EEE;
	}

#detail ul {
	margin: 20px;
	padding: 5px;
	}

#detail li {
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(http://img.shop-pro.jp/tmpl_img/7/list_arrow_red.gif) no-repeat 6px 0px;
	}

/* ------------------------------------- 
 *	商品詳細-購入数選択・「カートに入れる」ボタン
 * ------------------------------------- */

.product_num {
	width: 50px;
	}

.product_incart {
	margin: 10px;
	text-align: center;
	}

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

#together {
	width:450px;
	margin: 0px 20px 0px 20px;
	height:100%;
	}

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

#together .together_list {
	margin:10px 5px 0px 3px;
	float:left;
	width: 135px;
	text-align:center;
	}

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

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

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


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



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

/* ------------------------------------- 
 *	サブカテゴリー　レイアウト
 * ------------------------------------- */
.subcategory {
	padding: 10px;
	font-size: 11px;
	}


/* ------------------------------------- 
 *	検索条件表示
 * ------------------------------------- */
.search_result {
	border: 1px solid #CCC;
	margin: 20px 20px 10px 20px;
	padding: 5px;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更
 * ------------------------------------- */
.sort {
	border-bottom: 1px solid #CCC;
	padding: 10px;
	font-size: 11px;
	}

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	margin: 10px 20px 10px 20px;
	font-size: 11px;
	}



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

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

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

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

/* ------------------------------------- 
 *	サブカテゴリリスト
 * ------------------------------------- */
.subcategory_list {
	float:left;
	width: 120px;
	text-align:center;
	margin: 10px 10px;
}



/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */

#ShopKeeper {
	margin: 20px auto;
	background: #999999;
	width: 450px;
	}


#ShopKeeper th {
	width: 150px;
	background: #EEE;
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #FFF;
	color: #000;
	font-size: 11px;
	padding: 0px 5px 0px 5px;
	}

#ShopKeeper td {
	width: 300px;
	background: #FFF;
	padding: 5px;
	}

.SK p {
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 0px 30px;
	border-top: 1px solid #CCC;
	}

.SK .area {
	padding: 0px 30px 20px 30px;
	}

.SK .title {
	background: #EEE;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px dotted #CCC;
	border-left: 1px solid #CCC;
	padding: 5px;
	color: #000;
	}

.SK .note {
	background: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	}

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


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

#PrivacyExplain {
	margin: 20px;
	font-size: 12px;
	}

#PrivacyExplain .title {
	margin: 20px 0px 0px 0px;
	padding: 5px 5px 10px 5px;
	border-top: 2px solid #CCC;
	color: #000;
	font-weight: bolder;
	}

#PrivacyExplain .note {
	font-size: 11px;
	line-height: 150%;
	margin: 10px 5px 20px 15px;
	}

.Qr{
margin-left:34px;
margin-right:34px;
margin-top:10px;
width:80px;
}



/* ************************************************ 
 *	リンクページ（フリーページ）
 * ************************************************ */

.LinlUp{
margin:30px 15px;
clear:both;
}

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

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

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

.LinlUp a:hover {
	color: #000000;
	background: #FFF;
	text-decoration: none;
	}

.LinlUp td{
padding:5px;
}

.LinlUp h3{
font:bold 12px;
border-bottom:double 1px #0F5792;
margin-bottom:10px;
}

.LinlUp #tb{
font-size:10px;
}

.pictb{
border:solid 1px #CCC;
margin-bottom:20px;
}

/*  ****************************************************************************** */

/*  リンクページのスタイル */

.td2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #175B94;
padding-top:5px;
margin-top:5px;
}
#LinkTable{
padding:15px;
}

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

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

#LinkTable a:active {
	color: #666666;
	text-decoration: underline;
	}

#LinkTable a:hover {
	color: #666666;
	background: #FFF;
	text-decoration: underline;
	}
h4{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

.td3 h3{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin-bottom:5px;
}

.td1{
border-bottom:dotted 1px #CCC;
padding-top:5px;
margin-top:5px;
}