@charset "UTF-8";

html {
    overflow:scroll;
}

body { 
margin-top : 0%;
margin-left : auto;
margin-right : auto;
color : #333333;

}

table{
  border: 1px #cccccc solid;
  font-size : 12px;
  font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  line-height : 1.5;
  width : 800px; 
     margin-left:auto;
     margin-right:auto;
}

a { text-decoration:none ;}
a:hover {  background-color:aqua;}
a:link    { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:active  { color: #333333; text-decoration: none;
}

img { 
border: none ; 
vertical-align: bottom;
} 
