/* Copyright(C) 2003plus-tk.com All Rights Reservd. 
*/ 
TABLE{
  font-size : 95%;
  line-height : 150%;
}
/* Style Sheet */ 
A{
  color : 2f6be9;
  text-decoration : underline;
  font-weight : bold;
  

  color : blue;
}
A:HOVER{
  color : red;
  background-color : white;
  text-decoration : none;
}
BODY{
  scrollbar-face-color: #009900;		/* バー表面 */
  scrollbar-track-color: #ffff99;		/* バーの無いところ */
  scrollbar-arrow-color: #ffff99;		/* 逆三角形 */
  scrollbar-3dlight-color: #cccccc;	/* バーの左と上（外側） */
  scrollbar-highlight-color: #cccccc;	/* バーの左と上（内側） */
  scrollbar-shadow-color: #000000;	/* バーの右と下（内側） */
  scrollbar-darkshadow-color: #000000;	/* バーの右と下（外側） */
  background-image : url(wall001.gif);
  background-repeat : repeat;
  background-attachment : fixed;
}
