body{
  background-color:#ffffff;
  background-image : url("img/back.gif");
  background-attachment: fixed;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
body,td{
  color:#000000;
  font-size : 12px;
  font-family:Verdana,Osaka,"MS UI Gothic";
　scrollbar-face-color:#7b1800;
　scrollbar-track-color:#7b1800;
　scrollbar-arrow-color:#000000;
　scrollbar-3dlight-color:#7b1800;
　scrollbar-highlight-color:#000000;
　scrollbar-shadow-color:#000000;
　scrollbar-darkshadow-color:#7b1800;
  line-height:160%;
}
A:link,A:active,A:visited{
  color : #000000;
  text-decoration : none;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #7b1800;
}
A:HOVER{
  text-decoration : none;
  color:#7b1800;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #000000;
  position:relative;
  top:1px;
  left:1px;
}
INPUT,TEXTAREA,SELECT{
  font-size : 12px;
  border-width: 1;
  background-color:#ffffff;
  border-color:#7b1800;
  border-style:solid;
}
