body {

background:url(http://www.nextftp.com/1503/gazou/niji.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 

background-color:black;
/*blackは背景色*/

margin:10px;padding:2px;
/*余白消去タグ*/

}

body,td{ 
letter-spacing : 2px;
line-height : 15pt;
/*文字同士の間の幅指定タグ2は横の間15は縦*/

font-size:10pt;
/*8は文字のサイズ*/

color:white;
/*whiteは文字色*/

/*スクロールバー*/
scrollbar-face-color:#fd4d74;scrollbar-highlight-color:black;
scrollbar-shadow-color:black;scrollbar-3dlight-color:#fd4d74;
scrollbar-arrow-color:black;scrollbar-track-color:black;scrollbar-darkshadow-color:#fd4d74;}

}

a{
	text-decoration:none;
}
a:link,a:active,a:visited{
	color:ffc0c0; 
}
a:hover{
	color:red; 
}

br{ letter-spacing:normal;}


/*メニューリンク*/
a#MENU:link{
	color:pink;
	text-decoration:none;
	background-color : black;
}
a#MENU:visited{
	color: Plum;
	text-decoration:none;
	background-color : black;
}
a#MENU:hover{
	color:#ffffc0;
	text-decoration : none;
	background-color : LimeGreen;
	cursor : default;
	border-top:1px none;
	border-bottom:1px solid Aquamarine;
	border-left:1px none;
	border-right:1px solid DeepPink;
}
a#MENU{
	text-decoration : none;
	cursor : default;
	font-size:20px;
	font-weight: bold;
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
}