@charset "utf-8";
/* footer styles */

#home #footer {
	width: 980px;
	padding-top: 54px;
	padding-bottom: 80px;
	background-color: #FF9A00;
}
#footer {
	width: 980px;
	padding-bottom: 80px;
	background-color: #FF9A00;
	clear: both;
}
/* pageup */
#footer #pageup {
	text-align: right;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-right: 215px;
	line-height: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#pageup a {
	color: #0043ff;
}
#pageup a:link {
	color: #0043ff;
}
#pageup a:visited {
	color: #0043ff;
}
#pageup a:hover, a:focus, a:active {
	color: #FF0000;
}
/* copyright */
#footer .copyright {
	text-align: center;
	font-size: 12px;
}
.copyright a {
	color: #000;
	text-decoration: none;
}
.copyright a:link {
	color: #000;
	text-decoration: none;
}
.copyright a:visited {
	color: #000;
	text-decoration: none;
}
.copyright a:hover, a:focus, a:active {
	color: #FF0000;
	text-decoration: none;
}
