@charset "UTF-8";

#page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page_top a {

	text-decoration: none;
	color: #fff;
	width: 100px;
/*	padding: 30px 0;	*/
	padding: 0;
	text-align: center;
	display: block;
/*
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
*/
}

#page_top a:hover {
	text-decoration: none;
/*	background: #999;	*/

}
