@charset "utf-8";
/* footer list /////////////*/
#footer{
	height: 150px;
	width: 1000px;
	background-image: url(images/footer.jpg);
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 15px;
}

#footer ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	padding-right: 40px;
	padding-left: 10px;
	padding-top: 0px;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer ul li a:active {
	color: #CCC;
	text-decoration: none;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CCC;
}
#footer p a {
	color: #CCC;
	text-decoration: none;
}
#footer p a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer p a:active {
	color: #999;
}
