/**********基本設定**********/

html,h1,h2,h3,p,body,form,input
	{
	margin: 0;
	padding: 0;
	}

body
	{ 
	background:#fff; /*背景色*/
	text-align: left;
	color: #454545; /*文字色*/
	font-size: 12px; /*文字の大きさ*/
	font-family: Verdana, Arial, sans-serif;
	line-height:150%; /*行間の高さ*/
	}

td
	{
	font-size:12px; /*文字の大きさ*/
	line-height:150%; /*行間の高さ*/
	padding:5px 0;
	word-break:break-all;
	word-wrap:break-word;
	}

.clear
	{
	clear:both;
	}


/**********リンク設定**********/

a
	{
	color:#156df1; /*リンク色*/
	}

a:hover
	{
	text-decoration:none;
	color:#ccc; /*リンクにマウスが乗った時の色*/
	}

a img
	{
	border: 0;
	}

/**********外枠**********/

#base
	{
	width:860px;
	margin:0;
	padding:0;
	text-align:left;
	position:absolute;
	background:url(img/wrap.gif); /*外枠背景*/
	}

/**********ヘッダー設定**********/

#head
	{
	width:830px;
	background:url(img/banner_bg.jpg) center bottom no-repeat; /*ヘッダー背景*/
	height:150px;
	border-bottom:1px dotted #adb9c2; /*ヘッダー下線*/
	}

h1
	{
	font-size:18px; /*タイトル文字の大きさ*/
	font-weight:bold;
	letter-spacing:2px;
	position:relative;
	top:30px;
	padding:10px 30px;
	}

h1 a
	{
	color:#fff; /*タイトルリンク色*/
	}

#head h2
	{
	font-weight:normal;
	font-size:14px; /*キャッチコピー文字の大きさ*/
	position:relative;
	top:40px;
	padding-left:30px;
	}


/**********レイアウト設定**********/

#wrap
	{
	width:830px;
	float:left;
	}

#contents
	{
	float:right;
	width:640px; /*メイン部分横幅*/
	background:#fff;
	}

#side
	{
	width:180px; /*サイド部分横幅*/
	}

/**********メイン部分タイトル設定**********/

.p_title
	{
	font-size:14px; /*文字の大きさ*/
	letter-spacing:1px;
	color:#cd0b14; /*文字色*/
	margin:20px 20px 5px 8px;
	padding:10px 10px 10px 30px;
	background:url(img/title1.gif) center center no-repeat; /*背景*/
	font-weight:bold;
	}

.free
	{
	margin:5px 20px 5px 10px;
	clear:both;
	padding:10px;
	background:#fff;
	}

/**********【list】商品テーブル設定**********/

#itembox
	{
 /*テーブル横幅*/
/*	width:620px;	*/
	width:450px;
	padding-left:10px;
	margin-top:5px;
	clear:both;
	}

.t_1
	{
	border:1px solid #8e8e8e; /*テーブル枠線の色*/
	border-collapse:collapse;
	}

.t_1 td
	{
	border:1px solid #8e8e8e; /*テーブル枠線の色*/
	padding:5px;
	width:33%;
	}

.box1
	{
	text-align:center;
	padding:5px;
	}


/*********1列表示にした場合この行を削除********

.box1
	{
	float:left;
	margin-right:10px;
	}

*********1列表示にした場合この行を削除********/


.box2
	{
	padding:5px;
	}

.price
	{
	color:#cf070c; /*価格の色*/
	}

.details
	{
	font-size:10px;
	border-top:2px dotted #e2e1e0; /*商品説明文の上部下線*/
	padding-top:5px;
	}


/**********検索ボックス設定**********/

.s_box
	{
	width:360px; /*検索ボックス横幅*/
	margin:20px 0px 30px 70px;
	padding:20px;
	border:1px dotted #ccc; /*検索ボックス外枠線*/
	background:#eaeaea; /*検索ボックス背景色*/
	}

.s_box p
	{
	margin:0 0 10px 20px;
	padding:0;
	}

.s_box input
	{
	padding:1px 3px;
	margin:0px 5px 4px 0px;
	width:150px;
	}



/**********【detail】商品テーブル設定**********/

.t_3 td
	{
	border-bottom:1px solid #ccc; /*テーブル下線*/
	line-height:170%; /*行間の高さ*/
	}

.center
	{
	text-align:center;
	}


/**********ページトップ設定**********/

.gotop
	{
	text-align:right;
	margin-bottom:10px;
	margin-right:10px;
	}


/**********パンくずリンク設定**********/

.panlink
	{
	clear:both;
	padding:2px 0px;
	margin:5px 0 5px 0;
	}

.panlink a
	{
	font-weight:bold;
	}

.panlink span
	{
	margin-left:20px;
	}


/**********サイド設定**********/

#side-inner
	{
	margin:0;
	}

#side a
	{
	text-decoration:none;
	}

#side a:hover
	{
	}

/**********サイド・カテゴリ設定**********/

.menu
	{
	margin-top:10px;
	}

.menu h2
	{
	padding:8px 10px 8px 33px;
	font-size:12px;
	color:#cd0b14; /*サイドタイトル文字色*/
	background:url(img/menutitle1.gif) center center no-repeat; /*サイドタイトル背景*/
	}

.menu ul
	{
	margin:0;
	padding:0;
	list-style-type:none;

	}

.menu ul li
	{
	border-bottom:1px dotted #d2d2d2; /*メニュー下線*/
	}

.menu ul li a
	{
	display:block;
	padding:3px 8px;
	
	}

.menu ul li a:hover
	{
	background:#fff;
	text-decoration:none;
	
	}

.menu input
	{
	margin:5px;
	}


/**********フッター設定**********/

address
	{
	clear:both;
	width:830px;
	text-align:center;
	border-top:1px dotted #adb9c2; /*フッター上線*/
	background:url(img/banner_bg.jpg) center bottom no-repeat; /*フッター背景*/
	font-style:normal;
	padding:10px 0;
	}