/* ##### Gamer's Online 背景黒用　スタイルシート ###### */

/* ##### BODY ###### */
	a	 {text-decoration: none;}

	a:link	 { color:aaaaff;}

	a:visited {color:skyblue;
		text-decoration:none;}

	a:active {text-decoration:none;
		color:gold;}

	a:hover	 {text-decoration: underline;
		color:#ff5555;}
	
	#F5 { font-size:12pt; }
	#F4 { font-size:11pt; }
	#F3 { font-size:10pt; }
	#F2 { font-size:8pt; }
	#F1 { font-size:6pt; }

/* ##### FIELDSET LEGEND ###### */
	#border_a { 
		border-width:2pt;
		border-color:#3366ff;
		border-style:groove;
		padding:2pt;
		}

	#border_b {
		border-width:2pt;
		border-color:skyblue;
		border-style:inset;
		padding:2pt;
		}

	#border_c { 
		border-width:2pt;
		border-color:blue;
		border-style:inset;
		padding:2pt;
		}


/* ##### TABLE ###### */

TABLE	{
		border:0;
		border-style: solid ;
}


UL	{
	margin-top	:	0pt;
	margin-bottom	:	0pt;
}

LI	{
	list-style-type	:	square;
}

