
/*背景画像と文字色*/
<STYLE type="text/css">
<!--
BODY { 
background-image: url(../img/backgrs/gakufu-k03.gif);
background-repeat: repeat;
background-attachment: fixed;
background-color: #000000;
color: #ffffff;
line-height:1.3;   /*本文の行間*/
}
-->
</STYLE>




/*リンク色*/
<STYLE type="text/css">
<!--
A:link      { color: yellow; }
A:visited { color: yellow; }
A:hover  { color: red; }
A:active  { color: yellow; }
-->
</STYLE>






/*カーソル画像*/
<STYLE type="text/css">
<!--
BODY   {cursor:url(../img/cursor/music/blue.Cur) ;}
A      {cursor:url(../img/cursor/music/link.Cur);}
.text1{cursor:url(../img/cursor/music/text.Cur);}
-->
</STYLE>





/*スクロールバーの色*/
<STYLE type="text/css">
<!--