/* 商品ブロックの設定 */
td.item {
 text-align: center;
           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: 96%;
 color: #B22222;
 margin: 0px;
 padding: 6px 6px 6px 6px;
 width: 300px;}


/* 商品番号見出しの設定 */
td.ITM {
 background-color: #FFA500;
 font-style: nomal;
 font-weight: bold;
 font-size: 85%;
           text-align: center;
}

/* 価格見出しの設定 */
td.PRC {
 background-color: #FFD700;
 font-style: nomal;
 font-weight: bold;
 font-size: 90%;
           text-align: center;
}

/* 商品説明部の設定 */
td.DSC {
 background-color: transparent;
 font-style: nomal;
 font-size: 85%;
 line-height: 130%;
}

/* 商品ブロックフッターの設定 */
table.item_f {
 background-color: transparant;      
 line-height: 100%;
}
