@charset "utf-8";
/* CSS Document */

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width:42px;
	height:42px;
	border: none;
	text-indent: 100%;
	background: url(../images/back-top.png) no-repeat 0px 0px;
}


