@charset "UTF-8";

html {
    overflow:scroll;
}

BODY {
margin-top : 0%;
margin-left : auto;
margin-right : auto;

}

TABLE{
  border: 1px #cccccc solid;
  font-size : 12px;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  width : 800px;
     margin-left:auto;
     margin-right:auto;
	 line-height: 22px;
}

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;
}
