@charset 'utf-8';
/*--------------------------------------------------
 *
 * jquery.scrollButton.js
 * Sample CSS
 *
--------------------------------------------------*/
.fadeTopBtn {
  right: 0;
	z-index: 100;
}
.fadeTopBtn a {
  display: block;
  background: url(../img/btn_backtotop.png) no-repeat center top;
  width: 67px;
  height: 70px;
  text-indent: 5000px;
}
.fadeTopBtn a:link {
	color : #fff;
}
.fadeTopBtn a:visited {
	color : #fff;
}
.fadeTopBtn a:active {
	color : #fff;
}
.fadeTopBtn a:hover {
	color : #fff;
}