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

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#footer p {
	color:#FFF;
	margin:0;
}
#footer ul {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(
	../img/footer/footer_back.gif);
	text-align: center;
}
#footer li {
	display:inline;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #F19CA6;
	text-decoration: underline;
}
#pagetop_link {
	width: 134px;
	height: 35px;
	background: url(../img/pagetop.gif);
	display: block;
	text-indent: -9999px;
	float: right;
}
#pagetop_link:hover {
	background: url(../img/pagetop_over.gif);
}
#pagetop_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 915px;
}