@charset "UTF-8";

div.page-top{
	display:block;
	position:fixed;
	height:88px;
	width:72px;
	right:16px;
	bottom:32px;
	background-image:url(../images/top_icon.png);
	background-repeat:no-repeat no-repeat;
	overflow:hidden;
}
a.move-page-top{
	display:block;
	padding-top:88px;
}
div.page-top:hover{
	background-position:-72px 0;
}

