 /*-- 商品リスト　レイアウト用スタイルシート　--*/  
 /*
  * list.css
  *
  * Project by 大阪靴下工業組合
  * Programing by Y.TOYODA
  * Copyright(c) TOYODA COM-SYSTEM Inc. 2007
  * version 0.2(test version) 2007/06
  */

/* ナビゲーション */
#navi{
  font-size : 0.9em;
  text-align : left;
}

/* ページタイトル */
h1{
  font-size : 1.7em;
  font-weight : bold;
  text-indent : 2ex;
  text-align : left;
  margin-top : 15px;
  color : #69C3BC;
}

/* リスト領域　レイアウト */
#item_list{
  margin-top : 15px;
}
/* リストテーブル */
#item_table{
  width : 525px;
}
/* アイテム 説明部 */
.item{
  margin-top:10px;
  text-align : left;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  vertical-align : top;
}
/* アイテム 商品画像部 */
.item_img{
  margin-left : 5px;
  margin-right : 5px;
  float : left;
  text-align : left;
}
/* アイテム 詳細へのリンク */
.to_item{
  text-align : right;
  margin-right : 1em;
}
/* リストページリンク */
.page{
  font-size : 0.9em;
  text-align : right;
  margin-left : 10px;
  margin-right : 10px;
}

/*　価格表示　*/
.price{
  color:red;
}
.off_price{
  color:red;
  font-size:0.8em;
}