/* 全体の設定 */
body {
	background-color: #fff9e5;
	color: #000000;
	margin-top: 0%;
	background-image: url("");
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
}

a:link {
	background-color: transparent;
	color: #364287;
	text-decoration: none;
}
a:visited {
	background-color: transparent;
	color: #364287;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* 大外テーブルの設定 */
table.tbl {
	table-layout: auto;
	width: 760px;
	background-color: #FFFFFF;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	margin-right:auto;
	margin-left:auto;
}

/* ヘッダの設定 */
td.header {
	background-color: #FFA2AB;
	padding:0px 0px 0px 0px;
	line-height: 110%;
	color: #FFFFFF;
	border-bottom:solid 1px #dfdfdf;
}

/* ヘッダー内の店名などh2の設定 */

h2{
 font-family: Arial,sans-serif;
 font-size: 135%;
 color: #006699;
 margin: 0px;
 line-height: 100%;
 padding: 0px 0px 5px 10px;
}

/* ヘッダー内のテキストの設定 */
#headtext{font-size: 82%;
 color: #006699;
 margin: 0px;
 line-height: 100%;
 padding: 10px 0px 10px 10px;
 }

/* ヘッダー内のグローバルナビの設定 */
#globalNav{
padding: 0px 10px 5px 10px;
color: #364287;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 82%;
	padding: 0 4px 0 0;
}



/* 左メニューブロックの設定 */
td.left {
	background-color: #C6FFB5;
	padding:0px 0px 0px 0px;
	width: 160px;
	min-height: 400px;
	font-size: 92%;
	line-height: 130%;
	
}


/* 右メニューの設定 */
td.right {
	background-color: #ffe8e8;
	padding:0px 0px 0px 0px;
	width: 160px;
	min-height: 400px;
	font-size: 90%;
	line-height: 130%;
	padding: 6px 6px 6px 6px;
}

/* メニュー挿入テーブルの設定(左右共通)*/

td.menu {
	background-color : #A8C882;
	position: relative;
	font-style: nomal;
	font-size: 14px;
	text-indent: 10px;
	line-height: 180%;
}

/* メニュー挿入テーブルの下(左右共通) */
.menu_plus {
	background-color: transparent;      
	padding:6px 6px 6px 6px;
	font-size: 90%;
	line-height: 120%;
	
}

/* 商品ブロックの設定 */
td.item {
	background-color: #ffffff;      
	padding: 2px 4px 2px 4px;
	max-width: 440px;
	line-height: 200%;
}

/* 商品ブロックヘッダーの設定 */
table.item_h {
	background-color: transparant;      
	line-height: 130%;
	font-size: 90%;
}

/* 商品情報の設定 */
table.item_body {
	table-layout: auto;
	background-color: transparent;
}

/* 商品名h1の設定 */
h1{
 color: #666666;
 background-color: transparent;
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 6px 6px 6px 6px;
}


/* 商品番号見出しの設定 */
td.ITM {
	background-color: #cfcfcf;
	font-style: nomal;
	font-weight: bold;
	font-size: 90%;
}

/* 価格見出しの設定 */
td.PRC {
	background-color: #cfcfcf;
	font-style: nomal;
	font-weight: bold;
	font-size: 90%;
}

/* 商品説明部の設定 */
td.DSC {
	background-color: transparent;
	font-style: nomal;
	font-size: 90%;
	line-height: 130%;
}

/* オプションの設定 */
td.OPT {
	background-color: transparent;
	font-style: nomal;
	font-size: 90%;
	line-height: 130%;
}

/* オプションの設定 */
td.CNT {
	background-color: transparent;
	font-style: nomal;
	font-size: 90%;
	line-height: 130%;
}

/* 商品ブロックフッターの設定 */
table.item_f {
	background-color: transparant;      
	line-height: 100%;
}

/* コピーライトなどのフッター*/
td.footer_sub {
	background-color: #FFA2AB;      
	padding: 2px 10px 2px 10px;
	font-style: nomal;
	font-size: 82%;
	color: #ffffff;
	line-height: 110%;
	border-top:solid 1px #cccccc;
}

/* フッタの設定 */
td.footer {
	background-color: #FFA2AB;      
	padding: 2px 10px 2px 10px;
	font-style: nomal;
	font-size: 82%;
	color: #ffffff;
	line-height: 110%;
}


