BODY{
  margin : 0px;
}

#navi1{
  height : 35px;
  color: #666666;
  text-align:center;
  letter-spacing:1;
  line-height:1.5;
  background-color: #950506;
  background-image : url(pic/bottan2.gif); 
}
TABLE{
  width : 100px;
  border-width : 1px 1px 1px 1px;
  border-style : none none none none;
}

A{
    display:block;
    color: blue;
    background-color: #950506;
    background-image: url(pic/bottan2.gif);
    font-weight:600;
    text-decoration: none;
    font-size:15px;
    font-style: oblique;
    width:100px;
    height:24px;
    text-align:center;
    line-height:1.6em;
    letter-spacing:2px;
}
A:HOVER{
  color : red;
  font-weight : bold;
}
