@charset "utf-8";
/* CSS Document */


/* ********* BTN GOTO *************** */

#goto {
	margin-top:30px;
	text-align:right;
	margin-bottom:20px;
}

#goto a {
	background-image: url(img/ico_goto.gif);
	background-position: right -28px;
	padding-right:35px;
	padding-top:8px;
	padding-bottom:7px;
	font-size:12px;
	color:#cccccc;
	background-repeat: no-repeat;
	text-decoration:none;
	font-weight:bold;
}

#goto a:hover {
	background-position: right top;
	color:#666666;
}