body{
  background-image: url("../3.gif");
  background-attachment: fixed;
  background-position: center center;
  color: white;
  font-size : small;
  font-family : Verdana,Osaka,'MS UI Gothic';
  line-height:180%;
  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 : white;
  font-size : x-small;
  font-family : Verdana,Osaka,'MS UI Gothic';
  line-height :180%;
}
A:link,A:active,A:visited{
  color : #0066FF;
  cursor : pointer;
  text-decoration : none;
}
A:HOVER{
  text-decoration : none;
  color : #000000;
　border-top : 1px dotted #000000;
　border-bottom : 1px dotted #000000;
　border-left : 0px dotted #000000;
　border-right : 0px dotted #000000;
}
.migi{
  text-align : right;
}
.hidari{
  text-align : left;
}
.chuo{
  text-align : center;
}