
/*背景画像と文字色*/
<STYLE type="text/css">
<!--
BODY { 
background-image: url(../img/backgrs/violin.jpg);
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="test/css">
<!--
body     {font-size:18px}
th.big    {font-size:18px}
td.big    {font-size:18px}
td.small {font-size:14px}
-->
</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">
<!--
{
scrollbar-face-color: #000000; 
scrollbar-shadow-color: #00FFFF;
scrollbar-highlight-color: #000000; 
scrollbar-3dlight-color: #00FFFF; 
scrollbar-darkshadow-color: #A9A9A9; 
scrollbar-arrow-color: #00FFFF; 
}
-->
</STYLE>




/*表*/
<STYLE type="text/css">
<!--
/*TABLEの文字*/

TABLE {
font-size : 11pt;
}
-->
</STYLE>




