@charset "Shift_JIS";
* {
font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;

}

.pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 9999;
}
.pagetop a {
	display: block;
	background-color: #007bc6;
            border-radius: 0%;
	text-align: center;
	color: white;
	font-size: 12px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
 
.pagetop a:hover {
	display: block;
	background-color:#009fe8;
            border-radius: 0%;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}