@charset   "Shift_JIS";
 
body{  
  color : #295252;
  
  background-color : white;
  scrollbar-face-color : white;
  scrollbar-arrow-color : green;
  scrollbar-base-color : black;
  scrollbar-track-color : gray;
  list-style-type : disc;border-spacing : inherit;
line-height : 22px;
letter-spacing : 1px;
font-weight : lighter;



}
a{
  text-decoration : none;
}
a:hover{
  
  background-color : #009999;
}
