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

#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 15px 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
