/*
body{  
    margin: 0;  
    padding: 0px 0 50px 0;  
}  
* html body{  
    overflow: hidden;  
}
div#footer{  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 50px;  
    background-color: #4E9ABE;  
    color: #fff;  
}  
* html div#contents{  
    height: 100%;  
    overflow: auto;  
}

*/

#footer{
	font-family: 'Sawarabi Gothic', sans-serif;
}

.pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}
