BODY{
  scrollbar-face-color:white; /*スクロールバー本体の色*/
  scrollbar-highlight-color: #008b8b; /*スクロールバー左側（上）の影*/
  scrollbar-shadow-color: #008b8b; /*スクロールバー右側（上）の影*/
  scrollbar-3dlight-color: white; /*スクロールバーの左側（下）の影*/
  scrollbar-arrow-color: #008b8b; /*矢印の色*/
  scrollbar-track-color: white; /*背面の色*/
  scrollbar-darkshadow-color: white; /*スクロールバー右側（下）の影*/

  background-color: #FFFFFF; 
  background-image : url("../wall2.png");
  background-attachment: fixed; 
  background-repeat: no-repeat;
}
body,TD{
  color : #008b8b;
  font-size : 14px; 
  font-family : Verdana,Osaka,'MS UI Gothic';
  line-height:150%;   
  margin-top : 20px;
  margin-left : 100px;
  margin-right : 0px;
  margin-bottom : 40px;
  cursor:crosshair;
}
a{
  cursor:e-resize;
}
A:link,A:active,A:visited{
  color :#5f9ea0;
  text-decoration : none;
}
A:hover{
  color:#ff6699;
  text-decoration:underline overline;
}
img{
  border:0
}
p{
  margin-top : 30px;