/* 基本設定 */
body, th, td	{
	color : #666666 ;}
th{
	background:no-repeat fixed right bottom;}

/* リンク設定 */
a:link		{ color : #ff6699 ; text-decoration : none ;}
a:active	{ color : #993300 ; text-decoration : none ;}
a:visited	{ color : #9966ff ; text-decoration : none ;}
a:hover		{ background-color : #ffccff ;
		  color : #ffffff ; text-decoration : none ;}

/* スクロールバー設定 */
body, th, td	{
		scrollbar-face-color:#ffffff;scrollbar-track-color:#ffffff;
		scrollbar-arrow-color:purple; scrollbar-highlight-color:#FFFFFF;
		scrollbar-shadow-color:#FFFFFF;scrollbar-3dlight-color:purple;
		scrollbar-darkshadow-color:purple;
		}



body { 
	background:#FFFFFF no-repeat fixed right bottom; } td	 { 
	background:no-repeat fixed right bottom; } 