/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: url(../images/to_pagetop.gif) no-repeat;
	text-decoration: none;
	color: #fff;
	width: 64px;
	height: 64px;
	text-indent: -9999em;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: url(../images/to_pagetop.gif) no-repeat;
}
