@charset "utf-8";
/* CSS Document */

#gotop {
	display:none;
	position:fixed;
	right:15px;
	bottom:15px;
	background-color:rgba(155, 155, 155, 0.4);
	font-family:Verdana, "新細明體";
	font-size:15px;
	color:#000;
	margin:0;
	padding:8px 15px;
	border-radius:4px;
	cursor:pointer;
	z-index:1;
}

#gotop:hover {
	background-color:rgba(180, 180, 180, 0.4);
}