BODY {
  background-image: url(http://www.fiveriversstore.com/img/wallpaper.gif);
  background-repeat: repeat;
  margin-top: 0px   }

A:link { color: #0000ff; text-decoration:none}
A:visited { color: #0000ff; text-decoration:none}
A:active { color: #0000ff; text-decoration:none}
A:hover {color:#ff69b4; text-decoration:underline}

BODY, TH, TD {
   font-size: 10pt;
   color: #696969
             }

hr  { color: #FFD700; text-align:left; height: 1px }

/*↓font="1"相当*/

span#sample1 { font-size: 10px }


/*↓font="3"相当*/

span#sample2 { font-size: 18px }


/*↓TOPページの商品に使用しているtd。ボーダーあり*/

td.sample1 { border: 1px solid #FFD700 }


/*↓商品ページに使用しているtd。緑の背景*/

td.sample2 { background-color: #FDEEA0 }


/*↓TOPページの新着商品に使用しているtd。ボーダーあり*/

td.sample3 { 
   border: 1px solid #FDEEA0;
   background-color: #ffffff;
   width: 126;
   text-align: center;
   vertical-align: top
            }


/*↓TOPページのポイント、携帯サイトに使用しているテーブル*/

table.sample1 {
   table-layout: fixed;
   background-color: ffffff;
   border-collapse: collapse;
   border: 1px solid #FFD700
             }


/*↓TOPページのお知らせに使用しているテーブル*/

table.sample2 {
   table-layout: fixed;
   background-color: #FFD700
              }


/*↓TOPページの商品に使用しているテーブル。背景あり、青のボーダーあり*/

table.sample3 {
   table-layout: fixed;
   background-image: url("http://www.fiveriversstore.com/img/wallpaper.gif");
   background-color: ffffff;
   border-collapse: collapse;
   border: 1px solid #FFD700
             }


/*↓TOPページの新着商品使用しているテーブル。背景あり、ボーダーなし*/

table.sample4 {
   table-layout: fixed;
   background-image: url("http://www.fiveriversstore.com/img/wallpaper.gif");
   background-color: ffffff;
   border-collapse: collapse;
   border: 0px
             }


/*↓商品ページに使用しているテーブル。緑の線あり*/

table.sample5 {
   table-layout: fixed;
   background-color: ffffff;
   border-collapse: collapse;
   border: 1px solid #FDEEA0
             }


/*↓商品ページに使用している商品概要のテーブル。YAHOOショッピングと同一*/

table.sample6 {
   table-layout: fixed;
   background-color: ffffff;
   border-collapse: collapse;
   border: 2px solid #FF6666
             }


.rsstc   { font-size: 12px; background-color: #FFD700; margin: 0; padding: 0 }
.rsstc a { color: #0000ff;}
.rsstc em  { font-style: normal; font-weight: bold; margin-left: 10px; padding: 0 }
.rsstc ul   { background-color: #fdfdfd; margin: 0; padding: 0 ;border: solid 2px #FFD700 }
.rsstc li   { list-style-type: none; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; border-bottom: 1px dashed #FFD700 }