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

.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 10;
}
.pagetop a {
    display: block;
    background-color: #756e5b;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 2rem;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  border-radius: 20px;
}
.pagetop a:hover {
    display: block;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 2rem;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
