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

/*ボタン位置絶対値指定*/
#backTop{
	width:35px;
	margin:auto;
	position:fixed;		/*絶対値+固定*/
	bottom:250px;
}
/*Back to top button*/
p#topContral{
	position:relative;
	left:905px;
}
p#topContral a{
	width: 35px;
	height: 35px;
	display: block;
	text-indent:-99999px;
	background-image:url(../main_img/topContral.png);
	background-repeat:no-repeat;
	/* background color transition */
	/*-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;*/
}
p#topContral a:hover{
	background-image:url(../main_img/topContral2.png);
	background-repeat:no-repeat;
}
