@charset "utf-8";
/* CSS Document */

#page-top {
	position: fixed;
	right: 5%;
	bottom: 20px;
	padding: 0;
	float: right;
	clear: both;
}
#page-top a {
	display: block;
	width: 70px;
	height: 70px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-indent: -9999px;
	background-image: url(../image/pagetop.png);
	background-repeat: no-repeat;
}

#page-top a:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60); 
}
