@charset "utf-8";

#gototop {

	position: fixed;
	z-index : 101;
	
	right : 20px;
	bottom: 20px;
	
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;

}