@charset "utf-8";
#page-top {
	position: fixed;
	bottom: 66px;
	right: 16px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 12px;
}
#page-top a {
	background-color: #ADADAD;
	text-decoration: none;
	color: #FFFFFF;
	width: 64px;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 8px;
	text-align: center;
	display: block;
	border-radius: 5px;
	right: auto;
	border: 1px solid #D4D4D4;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #8E8E8E;
}
