body{
  background-image: url("../3.gif");
  background-attachment: fixed;
  background-position: center center;
  color: #ffffff;
  font-size : small;
  font-family : Verdana,Osaka,'MS UI Gothic';
  line-height:180%;
  margin: 5% 5%;
  scrollbar-base-color : #c0c0c0;
  scrollbar-arrow-color : #FFFFFF; 
　scrollbar-face-color : #c0c0c0;
　scrollbar-highlight-color : #000; 
　scrollbar-3dlight-color : #000;
　scrollbar-track-color : #000;
　scrollbar-shadow-color : #000;
　scrollbar-darkshadow-color : #000;
}
td{
  color: #ffffff;
  font-size : x-small;
  font-family : Verdana,Osaka,'MS UI Gothic';
  line-height:180%;
}
A:link,A:active,A:visited{
  color : #0000cc;
  cursor: pointer;
  text-decoration : none;
}
A:HOVER{
  text-decoration : none;
  color:#ffffff;
  position:relative;
  top:2px;
  left:2px;
}