@charset "utf-8";

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	right:50%;
	margin-right: -540px;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	background:url(btn_gotop.png) no-repeat top right;
	z-index:1000;
	font-size: 0px;
	text-indent:-9999px; 
}

#toTop:hover {	
	background:url(btn_gotop.png) no-repeat bottom right;}

/*
#toTopHover {
	background:url(../image/common/btn_gotop.png) no-repeat bottom right;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
*/

#toTop:active, #toTop:focus {
	outline:none;
}