@charset "UTF-8";
BODY{
  text-align : center;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-repeat : repeat;
  background-attachment : scroll;
  color : rgb(245, 245, 245);
  background-position : left center;
  background-image : url(../img/line_contents.gif);
}

TABLE{
  font-size : 12px;
  font-family : メイリオ;
}

A{
  color : rgb(102, 102, 255);
  text-decoration : underline;
}

A:hover{
  text-decoration : none;
  color : rgb(102, 102, 255);
  position : relative;
  top : 1px;
  left : 1px;
}
