@charset "utf-8";
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.clear{
	clear:both;
}
#box{
	width:1002px;
	margin:auto;
	height:auto;
	overflow:hidden;
}
#footer_content{
	width:972px;
	margin:auto;
}		
#f_menu{
	text-align:center;
	height:28px;
	line-height:28px;
	color:#4B4B4B;
	background:#1F1F1F;
}
#f_menu a{
	color:#61cdd4;
	text-decoration:none;
}	
#f_menu a:hover{
	color:#FF6;
}
#footer{
	background:#121212;
	color:#8C8C8C;
	line-height:18px;
	padding:6px;
	text-align:center;
}	
#footer span{
	color:#5BD431;
}
.f_usa_link,.f_usa_link a{
	font-size:12px;
	color:#11AAE4;
	margin-left:4px;
	font-weight:bold;
	text-decoration:underline;
}
.f_usa_link a:hover{
	color:#F60109;
	text-decoration:underline;
}

