﻿
/*-------------------------------------
▼▼　基本
-------------------------------------*/

html
	{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	}

body
	{ 
	margin: 0;
	padding: 0;
	background:#fff;
	text-align: center;
	color: #454545;
	font-size: 12px;
	font-family: Verdana,arial, helvetica, sans-serif;
	line-height:160%;
	}

form, input
	{
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6,p
	{
	margin:0;
	padding:0;
	}

/*-------------------------------------
▼▼　リンク
-------------------------------------*/

a
	{
	color:#3333cc;
	}

a:hover
	{
	text-decoration:none;
	color:#ccc;
	}

a img
	{
	border: 0;
	}

a.nolink
	{
	color:#454545;
	}


/*-------------------------------------
▼▼　アイコン
-------------------------------------*/

.pan,
#side ul li ,
.category-navi ul li,
#f-c
	{
	background:url(img/icon.gif) left 4px no-repeat;
	padding:3px 5px 2px 19px;
	}

/*-------------------------------------
▼▼　外枠
-------------------------------------*/

#container
	{
	width:860px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}

/*-------------------------------------
▼▼　ヘッダー部分
-------------------------------------*/

h1
	{
	background:#eeeeee;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#000;
	}

#header
	{
	width:860px;
	background:url() center bottom no-repeat;
	height:50px;

	}

#header h2
	{
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	margin:10px 0;
	}

#header h2 a
	{
	text-decoration:none;
	color:#000;
	}

#header h2 a:hover
	{
	color:#B0111D;
	}

/*-------------------------------------
▼▼　ヘッダー部分（カテゴリ）
-------------------------------------*/

#topcate
	{
	background:url(img/topcate.gif);
	float:left;
	width:860px;
	}

#topcate ul
	{
	margin:0;
	padding:2px 0 0 0;
	}

#topcate ul li
	{
	list-style-type:none;
	float:left;
	margin:0px 0 0px 10px;
	white-space:nowrap;
	}

#topcate ul li a
	{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.3px;
	display:block;
	padding:2px 17px 2px 0;
	background:url(img/topcate-border.gif) right center no-repeat;
	}

#topcate ul li a:hover
	{
	color:#000;
	}


/*-------------------------------------
▼▼　メイン
-------------------------------------*/

#content
	{
	float:right;
	width:650px
	background:#fff;
	padding:6px 10px 20px 0;
	}


#side
	{
	float:left;
	width:200px;
	}
/*-------------------------------------
▼▼　おすすめ商品
-------------------------------------*/

#reco
	{
	background:url(img/best.gif) no-repeat;
	padding:15px 10px 13px 53px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.7px;
	color:#d82828;
	}

#reco-table
	{
	width:630px;
	}

#reco-table td
	{
	border:3px solid #0997cc;
	padding:5px 7px;
	width:203px;
	}

.reco-img
	{
	text-align:center;
	height:130px;
	}


.new-title a
	{
	font-weight:bold;
	}

/*-------------------------------------
▼▼　新着商品
-------------------------------------*/

#new
	{
	background:url(img/new.gif) no-repeat;
	padding:15px 10px 13px 53px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.7px;
	color:#d82828;
	}

#new-table
	{
	width:610px;
	margin:0 10px;
	}

#new-table td
	{
	border-bottom:1px dotted #bbb;
	padding:10px 5px;
	}

.new-img img
	{
	width:80px;
	}

.new-title
	{
	padding:0 0 0 20px;
	}


/*-------------------------------------
▼▼　PICKUP
-------------------------------------*/

#pickup
	{
	background:url(img/pickup.gif) left center no-repeat;
	padding:18px 10px 19px 53px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.7px;
	color:#d82828;
	margin-top:0px;
	}

#p-table
	{
	width:600px;
	}

.p-img
	{
	float:left;
	width:200px;
	text-align:center;
	}

.p-detail
	{
	width:400px;
	word-wrap:break-word;
	word-break:break-all;
	overflow:auto;
	padding-bottom:10px;
	}


/*-------------------------------------
▼▼　メイン部分【商品情報】
-------------------------------------*/

.item-title
	{
	padding:5px 5px 5px 19px;
	background:url(img/icon.gif) left 6px no-repeat;
	}

.item-details
	{
	padding:5px 5px 0px 0px;
	}
.red
	{
	color:#cc0000;
	}


/*-------------------------------------
▼▼　カテゴリページ
-------------------------------------*/

#cate-d
	{
	padding-bottom:5px;
	}

#cate3
	{
	width:630px;
	border:1px solid #ccc;
	border-collapse:collapse;
	}

#cate3 td
	{
	width:210px; 
	padding:0 5px 15px 5px; vertical-align:top;
	overflow:auto;
	border:1px solid #ccc;
	border-collapse:collapse;
	word-wrap:break-word;
	word-break:break-all;
	}

.c-img
	{
	text-align:center;
	padding:5px;
	height:130px;
	}

.c-title
	{
	background:#eeeeee;
	padding:5px;
	letter-spacing:0.3px;
	font-weight:bold;
	}

.c-detail
	{
	padding-top:5px;
	}

/*-------------------------------------
▼▼　エントリーページ
-------------------------------------*/

.e-entry
	{
	width:630px;
	border:1px solid #ccc;
	margin-top:10px;
	}

.e-entry h3
	{
	background:#cc0000;
	color:#fff;
	padding:5px;
	margin:7px;
	font-size:14px;
	}

.e-img
	{
	float:left;
	width:200px;
	text-align:center;
	padding-top:20px;
	}

.e-detail
	{
	width:400px;
	overflow:auto;
	padding-bottom:10px;
	margin-left:10px;
	}

#e-price
	{
	margin-bottom:10px;
	width:350px;
	border-top:1px dotted #ccc;
	}

.e-td1
	{
	border-bottom:1px dotted #ccc;
	height:25px;
	background:#eee;
	padding:5px;
	}

.e-td2
	{
	border-bottom:1px dotted #ccc;
	padding:5px;
	}

.red2
	{
	color:#cc0000;
	font-weight:bold;
	}



/*-------------------------------------
▼▼　メイン部分【エントリーページ・関連エントリー】
-------------------------------------*/

.with-img img
	{
	width:60px;
	}

.with-title
	{
	padding:0 0 0 20px;
	}

/*-------------------------------------
▼▼　サイトマップ
-------------------------------------*/

#sitemap
	{
	width:630px;
	margin-top:10px;
	}

#sitemap h3
	{
	background:#eee;
	padding:5px;
	font-size:14px;
	}

#sitemap h3 a
	{
	text-decoration:none;
	color:#333;
	}

#sitemap ul
	{
	padding:0;
	margin:10px 20px 20px 30px;
	}

#sitemap ul li
	{
	margin:5px 0 7px 0;
	}

/*-------------------------------------
▼▼　メイン部分【ページトップ】
-------------------------------------*/

.gotop
	{
	text-align:right;
	margin-top:10px;
	margin-right:10px;
	}

/*-------------------------------------
▼▼　メイン部分【パンくずリスト】
-------------------------------------*/
.pan
	{
	clear:both;
	padding:3px 10px 0 19px;
	margin:0px;
	}

.pan a
	{
	text-decoration:none;
	}


/*-------------------------------------
▼▼　サイドメニュー部分
-------------------------------------*/
.cate
	{
	padding:8px 5px 2px 40px;
	font-size:12px;
	color:#fff;
	border-bottom:1px solid #D9E4EB;
	background:url(img/cate.gif) bottom left no-repeat;
	margin-top:10px;
	}

#side ul ,
.category-navi ul
	{
	margin:0;
	padding:0;
	list-style-type:none;
	background:#f7f7f7;
	}

#side ul li ,
.category-navi ul li
	{
	border-bottom:1px dotted #eaeaea;
	letter-spacing:0.3px;
	}


.category-inner ul li span
	{
	font-size:10px;
	padding-left:5px;
	}

.category-inner-s
	{
	background:#EEF1F1;
	padding:10px;
	border-bottom:1px solid #ccc;
	}

#search
	{
	width:175px;
	}

/*-------------------------------------
▼▼　サイドフリー部分
-------------------------------------*/

#sidefree
	{
	text-align:center;
	margin-top:10px;
	}

/*-------------------------------------
▼▼　フッター部分
-------------------------------------*/

#footer
	{
	clear:both;
	width:860px;
	text-align:center;
	border-top:3px solid #e0e6ea;
	margin-top:20px
	}

#f-c
	{
	float:left;
	font-size:10px;
	}

#footer ul
	{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	font-size:10px;
	}

#footer ul li
	{
	float:left;
	padding:3px 5px 2px 19px;
	}

#footer p
	{
	clear:both;
	padding-bottom:10px;
	}




/*-------------------------------------
▼▼　エントリーページ【コメント・トラックバック】
-------------------------------------*/



.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 600px;
	margin:10px;

	}

.trackbacks
	{
	margin-top:40px;
	}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
	{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 600px;
	w\idth: auto;

	margin: 0;
	border-left: 5px solid #cc0000;
	border-bottom:1px dotted #333;
	padding: 5px 5px 5px 10px;
	color:#333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	}


.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
	{
	clear: both;
	margin: 5px 10px;
	}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
	{
	clear: both;
	margin: 5px 10px 20px 10px;
	}

.entry,
.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 600px;
	margin-bottom: 20px;

	}

#comment-author, #comment-email, #comment-url, #comment-text
	{
	width: 240px;
	}

#comment-bake-cookie
	{
	margin-left: 0;
	vertical-align: middle;
	}

.comments-open label { display: block; }

#trackbacks-info p
	{
	padding:10px;
	}


/*-------------------------------------
▼▼　検索結果
-------------------------------------*/
.s-p
	{
	border-bottom:1px dotted #333;
	font-weight:bold;
	margin:15px 0 10px 0;
	}

.s-p2
	{
	margin:10px 0 5px 0;
	background:#eee;
	padding:3px;
	}
