@charset "shift_jis";
/*-------------------------------------------------------------------

このテンプレートの著作権は、制作者（ヒコ）にあります。
サイト：http://design.affiliatetek.net/

このファイルは、IE6以外に適応されるスタイルが含まれています。
一応、説明もつけていますが手を入れる場合は、十分注意してください。。


--------------------------------------------------------------------*/																	

/*-------------------------------------------------------------------
全称セレクタやリンクの基本カラー
--------------------------------------------------------------------*/
* {
	font-family:'MS PGothic', Osaka, sans-serif;
	padding:0;
	margin:0;
}a:link{
	color:#0000FF;
	text-decoration:underline;
}a:visited{
	color:#800080;
}a:hover{
	color:#cc0000;
}

/*-------------------------------------------------------------------
bodyとid="container"のスタイル
--------------------------------------------------------------------*/
body{
	background:#FFFFFF;
	text-align:justify;
}div#container{
	width:800px;
	margin:0 auto;

	font-size:12px;

}div#container h1{
	font-size:12px;
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin:3px auto 0 auto;
}
/*-------------------------------------------------------------------
id="wrapper"関係のスタイル
--------------------------------------------------------------------*/
div#wrapper{
/*
	background:url(../img/container.png) repeat-y center top;
*/
  text-align: left;

  margin: 5px 0px 5px 0px;

  width: 800px;
  border: 1px solid #cccccc;

}
/*-------------------------------------------------------------------
id="Main"関係のスタイル
--------------------------------------------------------------------*/
div#Main{
  margin: 20px 20px 20px 28px;
/*
	width:560px;
*/

	width:740px;

}div#Main h3{
	color:#CC0000;
	font-size:14px;
	margin:30px 0 0 0;
}div#Main p{
	font-size:13px;
	color:#333333;
	line-height:135%;
	margin:10px 10px 17px 0;
}div#Main h2{
	color:#CC0000;
	font-size:20px;
	line-height:140%;
	text-align:center;
	margin-bottom:30px;
}
/*-------------------------------------------------------------------
id="footer"関係のスタイル
--------------------------------------------------------------------*/
div#footer{
/*
	background:#FFFFFF url(../img/footer.png) no-repeat center top;
*/
}
div#footer address{
	text-align:center;
	padding-top:35px;
	padding-right:10px;
	font-size:12px;
	color:#666666;
	font-style:normal;
	line-height:150%;
}div#footer address a{
	color:#666666;
	text-decoration:none;
}

/*--------------------------------------------------------------------
文字装飾スタイル <span class="セレクタ名">こうして使います。</span>
---------------------------------------------------------------------*/
.red{color:#CC0000;}
.redBold{color:#CC0000;}






/**********【list】商品テーブル設定**********/

#itembox
	{
	width:620px; /*テーブル横幅*/
	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:12px;
	}

*********1列表示にした場合この行を削除********/


.box2
	{
	padding:5px;
	}

.price
	{
	color:#cf070c; /*価格の色*/
	}

.details
	{
	font-size:12px;
	border-top:2px dotted #e2e1e0; /*商品説明文の上部下線*/
	padding-top:5px;
	}


/**********【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;
	}



/**********検索ボックス設定**********/

.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:300px;

	}






td
	{
	font-size:12px; /*文字の大きさ*/
	line-height:150%; /*行間の高さ*/
	padding:5px 0;
	word-break:break-all;
	word-wrap:break-word;
	}

.clear
	{
	clear:both;
	}



a img { border: 0; }


