<style type="text/css">{  }
p   {
     float:left;
     margin:0px;
     display:block;
     width:60px;
     margin-top:5px;
    }

a:link
   {color:#0000ff;}                  /* まだ見ていないリンク色 */

a:visited
   {color:#800000;}                  /* 既に見たリンク色 */


li  {
     float:left;display:block;
     font size="12";
     }

.box1 {
     height:20px;
     font size="12";
     }

.box2 {
     height:20px;
     font size="12";
     }

.on  {
      background-color:#ff3333;
      width:116px;
      height:20px;
      margin-right:5px;
      text-align:center;
     }

.off {
      background-color:#ffcccc;
      width:116px;
      height:20px;
      margin-right:5px;
      text-align:center;
     }

.on a         {
               text-decoration:none;
               display:block;
               margin-top:5px;
              }
.on a:link    {color:#ffffff;}
.on a:visited {color:#ffffff;}
.on a:hover   {color:#ffffff;}

.off a         {
                text-decoration:underline;
                display:block;
                margin-top:5px;
               }
.off a:link    {color:#000000;}
.off a:visited {color:#000000;}
.off a:hover   {color:#ff0000;}

.box2
    {
     clear:both;
     border-top:solid 4px #ff3300;
     border-bottom:solid 1px #ff3300;
     border-left:solid 1px #ff3300;
     border-right:solid 1px #ff3300;
    }
ul  {margin:0px;}

-->
</style>