@charset "UTF-8";
/* footer
----------------------------------------------------------------*/
.footer{
	width:100%;
	background:url(../images/bg_footer.gif) repeat-x;
	text-align:center;
	height:auto;
}
.btn_pagetop{
	top: -72px;
	right: -72px;
}
.footer ul{
	list-style:url(../images/footer_arrow.png) none inside;
	clear:both;
	padding:0px;
}
.footer li{
	float:left;
	margin: 20px 5px 20px 40px;
	list-style-position: outside;
}
.footer li a{
	color:#FFF;
}
.footer p{
	clear:both;
	text-align:center;
	padding:20px 0px;
}

/*ページトップへ
--------------------------------------------- */
div.pagetop{
    bottom: 5px;
	z-index:9999;
	margin-left:1125px;
    width: 75px;
    height: 75px;
}
div.pagetop a{
    display: block;
}