	/* CSS Document
	
	Project S/N  : 2009Q2_008_FOS
	Project Name : GS
	Period       : 09/0424 ~ 
		
	*/
	@charset "utf-8";

	a:link,a:active,a:visited	{
	color:#311102;
	text-decoration:none;
	}
	
	a:hover {
	text-decoration:none;
	color:#FF0000;
	/*
	position:relative;
	top:1px;
	left:1px;
	*/
	}
	
	body {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background-attachment:fixed;
	font-family:Arial;
	background-color:#F8F8F8;
	}
	
	#test {
	background-color:#FF0000;
	position:absolute;		
	width:100;
	}

