/*---import CSS-----------------------------------*/
@import "base_layout.css";
@import "common_parts.css";
/*---import CSS-----------------------------------*/

/*---main-----------------------------------*/

.pagetop a{
	outline: none;
	display: block;
	width: 85px;
	height: 20px;
	margin: 30px 0px 30px 695px;
	background: url(../../img/menu/page_top.jpg) no-repeat center;
	text-indent: -9999px;
	}

.pagetop a:hover{
	outline: none;
	display: block;
	width: 85px;
	height: 20px;
	margin: 30px 0px 30px 695px;
	background: url(../../img/menu/page_top_on.jpg) no-repeat center;
	text-indent: -9999px;
	}
