@charset "utf-8";
/* CSS Document */

#backtotop {
	cursor : pointer;
	display : none;
	margin : 0px 0px 0px 80%;
	position : fixed;
	bottom : 20px;
	right: 20px;
	width : 32px;
	height: 49px;
	text-align : center;
	filter : alpha(opacity=60);
	-khtml-opacity : 0.6;
	-moz-opacity : 0.6;
	opacity	: 0.6;
	z-index	: 999;
	background-image: url(../img/top0.png);
	background-repeat: no-repeat;
}

#backtotop:hover {
	background-image: url(../img/top1.png);
	filter : alpha(opacity=100);
	-khtml-opacity : 1;
	-moz-opacity : 1;
	opacity	: 1;
}