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

/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:12px;
}
#page-top a {
	background: #000;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border:1px solid #FFF;
}
#page-top a:hover {
	text-decoration: none;
	border:1px solid #666;
	color: #666;
}