@charset "utf-8";

/* ############################################################

    Styles for scroll top control
    Last Up Date: 2011.06.28
    Author: Tanjo, Hiroyuki

############################################################ */

div#topcontrol a {
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../img/common/ui/btn_scrolltop.png) no-repeat;
	outline: none;
}
div#topcontrol a:hover {
	background-position: 0 -30px;
}
