@charset "utf-8";

/* nav_common.css̔*/
/* go to page top
---------------------------------------------------------*/
#pageTop{
	position:fixed;
	right:30px;
	bottom:110px;
	width:53px;	
	text-indent:-9999px;
}
#pageTop a{
	display:block;
	height:0;
	width:53px;
	height:53px;
	background:transparent url(faq/img/for_arrow_top.gif) no-repeat 0 0;
	overflow:hidden;
}
