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