BODY {
  margin-top: 0px;
  margin-left: 100px;
  margin-right: 100px   }

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: small;
   color: #000000
             }


span#sample3 { font-weight: bold }


span#sample4 {
              font-size: 10px;
              font-weight: bold
             }


span#sample5 { color: #ff69b4 }


span#sample6 { color: red;
               font-weight: bold
             }


span#sample7 { color: #ff69b4;
               font-weight: bold
             }


span#sample8 { color: orange }


/*↓font="1"相当*/

span#sample1 { font-size: 10px }


/*↓font="3"相当*/

span#sample2 { font-size: 18px }


div#sample1 { text-align: center }


div#sample2 { text-align:left }


img#sample1 { border: 0px} 


img#sample2 { border:1px solid } 


img#sample3 { border:1px solid;
              width:80px ;
              height:106px
            } 


p#sample1 { line-height: 150% }


/*↓TOPページの商品に使用しているtd。ボーダーあり*/

td.sample1 { border: 1px solid #afeeee }


/*↓TOPページポイント、携帯版に使用しているtd。青の背景*/

td.sample2 { background-color: #afeeee;
             text-align: center
            }


td.sample3 { background-color: #ffffff;
             text-align: right
            }


td.sample4 { background-color: #ffffff;
             text-align: center
            }


td.sample5 { width: 268px;
             height: 150px
            }


/*↓TOPページのポイント、携帯サイトに使用しているテーブル*/

table.sample1 {
   table-layout: fixed;
   background-color: ffffff;
   border-collapse: collapse;
   border: 1px solid #afeeee;
   width: 130px;
   height: 110px
             }


/*↓TOPページのお知らせに使用しているテーブル*/

table.sample2 {
   table-layout: fixed;
   background-color: #afeeee;
   width: 528px;
   border: 0px solid
              }


/*↓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 #afeeee;
   width: 536px;
   text-align: left
             }


/*↓TOPページの新着商品使用しているテーブル。背景あり、ボーダーなし*/

table.sample4 {
   table-layout: fixed;
   background-image: url("http://www.fiveriversstore.com/img/wallpaper.gif");
   background-color: ffffff;
   border-collapse: collapse;
   border: 0px
   width: 536px;
             }



.rsstc   { font-size: 12px; background-color: #afeeee; 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 #afeeee }
.rsstc li   { list-style-type: none; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; border-bottom: 1px dashed #afeeee }