@charset "UTF-8";

/* page up
----------------------------------------------- */
#pageup {
	position: absolute;
}
#pageup a {
	display: block;
	width: 30px;
	height: 45px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/site/pgup.gif) no-repeat;
}
#pageup a:hover {
	background: url(../img/site/pgup_o.gif) no-repeat;
}

