@charset "UTF-8";

#footer_area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 600px;
	float:left;
	background-color: #243882;
}

#footer_area  li{
	display: inline;
	
}

#footer_area  a {
	display:block;
	float:right;
	padding: 0 1em;
	line-height: 2.1em;
	text-deoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #fff;
	background-color: #00CCFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #00FFFF;
	border-left-color: #00FFFF;
}

#footer_area a:hover {
	color: #0080FF;
	text-decoration: none;
	background-color: #00BFF0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
}
