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

#page-top {
	position: fixed;
	bottom: 15px;
	right: 10px;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
	border-radius: 5px;
	font-size: 0.95em;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
