/*↓基本設定：全体の文字色、背景色、背景画像*/
body {
  background-color : white;
  background-image : url(bg.gif);
  font-family : "MS UI Gothic";
  line-height : 110%;
  color : #5b3a09;
}
/*↓ヘッダ、罫線のテーブルセルカラー、文字設定*/
.HC {
  background-color : #edd9be;
  font-size:12px;
  color:#FFFFFF;
  font-weight : bolder;
}
/*↓おすすめ商品見出し部分のテーブルセルカラー、文字設定*/
.TRC2 {
  background-color : #f1dc87;
  font-size:12px;
  color:#333333;
  font-weight : normal;
  text-align : right;
}
/*↓小さい文字サイズ*/
.FS {
  font-size : 12px;
  line-height : 150%;
  text-align : left;
  margin-top : 120%;
  margin-left : 120%;
  margin-right : 120%;
  margin-bottom : 120%;
  margin: 5px; padding: 5px;
}
/*↓本文の文字サイズ*/
.FM {
  text-align : left;
  margin-bottom:0px;   
  font-size:12px;
  line-height:18px;
  font-weight : normal;
  text-align : left;
}
/*↓見出しの文字サイズ*/
.FB {
  font-size:12px;
  line-height:18px;
  font-weight : bolder;
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : none;
}
.FA{
  border-width : 3px 3px 3px 3px;
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : none;
  border-color : #b3d9ff #b3d9ff #b3d9ff #b3d9ff;
}
.FV{
  background-color : #edd9be;
  font-weight : bolder;
  font-size : 14px;
  text-align : center
;}
.FC{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : silver silver silver silver;
  font-size : 14px;
}
/*↓リンク色*/
a:link {
  color : #5b3a09;
  
}
/*↓訪問済みリンク色*/
a:visited {
  color : #5b3a09;
  
}
/*↓クリックしたときのリンク色*/
A:active {
  color : gray;
  
}
/*↓マウスでポイントしたときのリンク色*/
a:hover{
  color : #cf9b54;
  
  

  
}


