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



#page-top {
position: fixed;
bottom: 20px;
right: 20px;
font-size: 77%;
text-align: center;
height:100px;
width:100px;
background: url(../images/pagetop.png) no-repeat;
text-indent: -9999px;
}
#page-top a {
text-decoration: none;
height:100px;
width: 100px;
padding: 0px;
text-align: center;
display: block;
text-indent: -9999px;
}
#page-top a:hover {
text-decoration: none;
background: #999;
background: url(../images/pagetop_over.png) no-repeat;
text-indent: -9999px;
}