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

/* --------- PAGE TOP ------------- */
.pagetop {
	width:100px;
	height:100px;
    position: fixed;
	display:block;
    bottom: 50px;
    right: 30px;
	padding:0;
}

#footer .pagetop a {
	background-image:url(../imges/p_top.png);
	background-repeat:no-repeat;
	width:100px;
	height:100px;
	display:block;
	margin:0;
	padding:0;
}
 
#footer .pagetop a:hover {
	background-image:url(../imges/p_top_over.png);
	background-repeat:no-repeat;
	display:block;
}