@charset "UTF-8";
/* CSS Document */

/* footer */
#footer {
	color: #fff;
	background-color: #333;
	border-top: solid 1px #666666;
}
#footer a{
	color: #fff;

}
#footer .txt a{
	color: #fff;
}
#footer a:hover{
	color: #00aeef;
}
#footer .txt a:hover{
	color: #00aeef;
}
