/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop{
	clear: both;
	padding-top: 40px;
}
#pagetop a{
	color: #FFF;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #7b6439;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	border-radius: 50%;	/*角丸のサイズ*/
	width: 50px;	/*幅*/
	line-height: 50px;	/*高さ*/
	margin-bottom: 30px;
}
/*マウスオン時*/
#pagetop a:hover{
	background-color: #999;	/*背景色*/
	color: #FFF;			/*文字色*/
}