/*スタイルシート*/
BODY{
		scrollbar-3dlight-color:#0C0511;
		scrollbar-arrow-color:#ffffff;
		scrollbar-darkshadow-color:#0C0511;
		scrollbar-face-color:#AA75AA;
		scrollbar-highlight-color:#ffffff;
		scrollbar-shadow-color:#AA75AA;
		scrollbar-track-color:#0C0511;

		margin-top : 0px;
		color: #3377FF;
		font-size : 10pt;
		text-shadow: #222222 2px;

		background-color : black;
		margin-left : 0px;
		margin-right : 0px;
		margin-bottom : 0px;
		font-size : 10pt;
		font-family : "MS UI Gothic";
		color : #ffe1ff;
		background-color : black;
		background-image : url(../image/bg1_02.gif);
		background-repeat : repeat-x;
  background-attachment : fixed;
border-width : 0px 0px 0px 0px;}
A{
		cursor : crosshair;
		
		position : normal;
		top : -1px;
		left : -1px;
  text-decoration : none;
  color : #cc00cc;
}
A:HOVER { 
		color : fuchsia; 
		text-decoration : none;
		visibility : visible;
		float : none;
		clear : none;
		position : relative;
		top : 1pt;
		left : 1pt;
}
