BODY{
  font-family : "MS UI Gothic",sans-serif;
  background-color : white;
}

TABLE{
  border:0;
}

.update{
  font-size : 13px;
  font-family : Verdana;
  color : white;
  margin-top : 6px;
  margin-left : 6px;
}

.catch{
  color : #27565a;
  font-size : 14px;
  text-align : center;
}

.menu{
  font-size : 16px;
  margin-left : 10px;
  margin-right : 10px;
}

.mark{
  font-size : 7px;
  color : white;
  letter-spacing : 2px;
  line-height : 8px;
}

A{
  display : block;
  width : 100%;
  height : 100%;
  text-decoration : none;
}

A:LINK{
  color : black;
  text-decoration : none;
}

A:HOVER {
  background-color : white;
}

A:VISITED{
  color : black;
  text-decoration : none;
}

A:ACTIVE{
  font-weight : normal;
  text-decoration : none;
}

