

TABLE{
  font-size : 11px;
  font-family : メイリオ;
  color : rgb(245, 245, 245);
}

A{
  color : rgb(245, 245, 245);
  text-decoration : none;
}

A:hover{
  text-decoration : none;
  color : white;
  position : relative;
  top : 1px;
}

BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-image : url(../img/line_end.gif);
  background-repeat : repeat-x;
  background-position : center top;
}
