@charset "utf-8";

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #E7573D;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
		border-radius: 10px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}

