/* CSS Document */
/********************************/
/*　ページトップへ　　　　　　　*/
/********************************/
#page-top {
    position: fixed;
    bottom: 40px;
    right: 50px;
    font-size: 77%;
}
#page-top a {
	text-decoration: none;
	text-indent: -9999px;
	width: 56px;
	height: 56px;
	display: block;
	background-image: url(images/page-top.png);
	background-repeat: no-repeat;
	border: none;
}

