/****** html設定 start******/
	body, html {
		/* 余白 */
		margin: 0px;
		padding: 0px;
		/* フォント */
		font-family: 'ＭＳ Ｐゴシック',sans-serif;

		/* 背景 */
		background-color:#ffffff;
		/*background-image: url(img/back/backi.jpg);*/
		/*background-repeat: repeat-x;*/
		/*background-attachment: fixed;*/
	}
	/* 左右の影 */
	/*td#wakuleft1 {background-image: url(img/back/backs.jpg); background-repeat: repeat-y; background-position:left;}*/
	/*td#wakuleft2 {background-image: url(img/back/backsg.jpg); background-repeat: repeat-y; background-position:left;}*/
	/*td#wakuright1 {background-image: url(img/back/backs.jpg); background-repeat: repeat-y; background-position:right;}*/
	/*td#wakuright2 {background-image: url(img/back/backsg.jpg); background-repeat: repeat-y; background-position:right;}*/
	/* 左右の線 */
	td#wakuleft1 {border-right:1px solid #333333;}
	td#wakuright1 {border-left:1px solid #333333;}

	/* 画像の枠線設定 */
	img {border: none;}
/****** html設定 end******/

/****** 枠設定 start******/
	/* ヘッダーの枠 */
	div#cheader {
		height: 200px;
		width: 800px;
		/*background-color:#000000;*/
		background-image: url(jquery/img/loader.gif);
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
	}
	/* パン屑リスト */
	div#cblist {
		height: 13px;
		text-align:left;
		margin:3px 3px 3px 15px;
		font-size:95%;
		color:#000080;
/*
		background-image: url(jquery/img/loader.gif);
		background-repeat: no-repeat;
		background-position: top center;
		background-attachment: fixed;
*/
	}
	/* サイドの枠 */
	div#csideme {
		/*height: px;*/
		width: 200px;
		background-image: url(jquery/img/loader.gif);
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
	}
	/* フッターの枠 */
	div#cfooter {
		height: 175px;
		/*line-height:1.1em;*/
		background-image: url(jquery/img/loader.gif);
		background-repeat: no-repeat;
		background-position: top center;
		background-attachment: fixed;
	}
	/* お知らせの枠 */
	div#cnews {
		height: 380px;
		background-image: url(jquery/img/loader.gif);
		background-repeat: no-repeat;
		background-position: top center;
		background-attachment: fixed;
	}
/****** 枠設定 end******/

/****** その他飾りなど start******/
	/* ヘッダータイトル */
	.h-title {background-color:#FFFFFF;}
	/* ヘッダーメニュー */
	.h-menu {background-color:#000000;}
	/* 飾り線 */
	td.pline1 {background-color:#000000;}
	td.pline2 {background-color:#000000;}
	td.plinef {background-color:#000000;}
	/* フッターの背景 */
	table.pfoot {background-color:#660000;}
	/* ページトップへ */
	div.itempg_top {height:37px;}
/*	table.pagetop {border-collapse:collapse;}*/
/*	td.pagetop_1 {table-layout: fixed; width: 650px;}*/
/*	td.pagetop_2 {table-layout: fixed; width: 110px;}*/

	/* リンク */
	A:link { color: #0000ff;text-decoration:none; }
	A:visited { color: #000080;text-decoration:none; }
	A:active { color: #000080;text-decoration:none; }
	A:hover { color: #ff0000;text-decoration:underline; }

/****** その他飾りなど end******/


/****** 商品説明 start******/
	table.item_tb {border-collapse:collapse; /*padding:3px 5px 3px 5px;*/}
	td.item_titar {table-layout: fixed; width: 540px; font-weight:bold; font-size:120%; background-color:#FFF5D9; border:1px solid #c0c0c0; padding:3px;}
	td.item_imgar {table-layout: fixed; width: 200px; padding:3px;}
	td.item_free1 {table-layout: fixed; width: 340px; line-height:1.3em; padding:3px; /*font-size:85%;*/}
	td.item_free2 {table-layout: fixed; width: 540px; line-height:1.3em; padding:3px; font-size:95%;}
	td.item_free3 {table-layout: fixed; width: 270px; line-height:1.3em; padding:3px; /*font-size:85%;*/}
	td.item_free4 {table-layout: fixed; width: 270px; line-height:1.3em; padding:3px; /*font-size:90%;*/}

	div.itemstate {text-align:right; /*margin-top:3px*/} /* 配送状態 */

	div.itemcd1 {color:#000000; font-size:80%; /*margin: 0px 0px 5px 5px;*/} /* 商品コード */

	div.atten1 {color:#ff0000; font-weight:bold; font-size:110%; /*margin: 0px 0px 5px 5px;*/} /* 注目 赤字用 */
	div.atten2 {color:#0000ff; font-size:90%;} /* 注目 ※等の注意書き用 */


	table.iteminfotb {border-collapse:collapse; border:1px solid #c0c0c0; padding:3px 5px 3px 5px;}
	td.iteminfoti {table-layout: fixed; width: 260px; background-color:#E7E7E7; border-bottom:1px solid #c0c0c0; padding-left:3px}
	td.iteminfoco {table-layout: fixed; width: 255px; border-bottom:1px solid #c0c0c0; padding:0px 15px 0px 15px;}

	/* 商品リスト */
	div.itemlist {/*border:1px solid #c0c0c0;*/}

/****** 商品説明 end******/

/****** 商品小窓説明 start******/

	/* 商品小窓説明文 */
	div.itemwindow {margin-right:3px; padding:10px; border:1px dotted gray; font-size:95%; line-height:1.1em;}

/****** 商品小窓説明 end******/
