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




#page-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
    font-size: 75%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 75px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #999999;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #DED9AD;
}

