/* page-top */

#page-top {
	position: fixed;
	bottom: 50px;
	right: 15px;
}
#page-top a { 
	background-image: url(../img/page-top.png); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	text-decoration: none; 
	text-align: center; 
	display: block; 
	width: 58px; 
	height: 50px; 
	padding: 0px 0 0px; 
}
#page-top a:hover { 
	color: #0000ff; 
	font-weight: bold; 
	background-image: url(../img/page-top2.png); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	text-decoration: none; 
}
