@charset "UTF-8";

html {
    overflow:scroll;
}

BODY {
margin-top : 0%;
margin-left : auto;
margin-right : auto;
}

TABLE{
  border: 1px #cccccc solid;
  font-size : 14px;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height : 18px;
  width : 760px;
  margin-left:auto;
  margin-right:auto;
}

a {
text-decoration:none ;
}
a:hover {
  background-color:#cccccc;
}
a:link    {
color: #0044cc; text-decoration: none; 
}
a:visited {
color: #0044cc; text-decoration: none; 
}
a:active  {
color: #0044cc; text-decoration: none; 
}

img { 
border: none ; 
vertical-align: bottom;
}
