@charset "utf-8";

#page-top {
	position: ;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
}
#page-top a {
    background: #555;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: ;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
