/**********基本設定**********/

html,h1,h2,h3,p,body,form,input
	{
	margin: 0;
	padding: 0;
	}

body
	{ 
	background:#fff; /*背景色*/
	text-align: center;
	color: #454545; /*文字色*/
	font-size: 16px; /*文字の大きさ*/
	font-family: Verdana, Arial, sans-serif;
	line-height:120%;
	}

td
	{
	font-size:16px; /*文字の大きさ*/
	line-height:120%; /*行間の高さ*/
	padding:5px 0;
	word-break:break-all;
	word-wrap:break-word;
	}


/**********リンク設定**********/

a
	{
	color:#156df1; /*リンク色*/
	}

a:hover
	{
	text-decoration:none;
	color:#ccc; /*リンクにマウスが乗った時の色*/
	}

a img
	{
	border: 0;
	}


/**********レイアウト設定**********/

#base
	{
	width:830px;
	text-align:left;
	margin:0 auto;
	padding:0;
	}


/**********ヘッダー設定**********/


h1
	{
	font-size:18px; /*タイトル文字の大きさ*/
	font-weight:bold;
	letter-spacing:2px;
	line-height:120%;
	background:url(img/banner_bg.jpg) center top no-repeat; /*ヘッダー背景*/
	padding:16px 30px 0 30px;
	height:150px;
	}


/**********【list】商品テーブル設定**********/

#t1
	{
	width:830px;
	margin-top:16px;
	border:1px solid #8e8e8e; /*テーブル枠線の色*/
	border-collapse:collapse;
	}

.td1
	{
	border:1px solid #8e8e8e; /*テーブル枠線の色*/
	padding:5px;
	width:25%; /*4列にした場合25%。3列なら33%。2列なら50%。*/
	}

.t2
	{
	border:none;
	}

.t2 td
	{
	padding:5px;
	}


/**********【detail】商品テーブル設定**********/


#d_d
	{
	width:600px; /*detailページ商品テーブル横幅*/
	margin-left:116px;
	margin-top:40px;
	}

.d_i
	{
	float:left;
	margin-right:16px;
	}

#d_d p
	{
	margin-top:15px;
	margin-left:16px;
	padding-bottom:5px;
	}

#d_d div
	{
	clear:both;
	width:600px;
	line-height:150%;
	margin-bottom:16px;
	margin-top:50px;
	}


/**********パンくずリンク設定**********/

.panlink
	{
	clear:both;
	padding:2px 0px;
	margin:5px 0 5px 0;
	}

.panlink a
	{
	font-weight:bold;
	}

.panlink span
	{
	margin-left:16px;
	}


/**********ウェブサービス設定**********/

#credit  {
	text-align: center;
	color: #454545;
	}

#credit a {
	text-align:center;
	margin-bottom:16px;
	color: #454545;
	text-decoration: none;
        a:hover
	color: #454545;
	}


/**********フッター設定**********/

#footer  {
	text-align: center;
	color: #454545;
	}



#footer a {
	text-align: center;
	color: #454545;
	text-decoration: none;
        a:hover
	color: #454545;
	}


address
	{
	font-style:normal;
	text-align:center;

        a
	color: #454545;
	text-decoration: none;

        a:hover
	color: #454545;
	}



#alink a {
	height: 80px;
	width: 830px;
	text-align: left;
	color: #454545;
	text-decoration: none;
	}
