﻿@charset "utf-8";
#pagetop {
	z-index: 2;
	position: fixed;
	right: 0%;
	bottom: 0%;
	width: 15%;
	margin-right: 3%;

}
#pagetop .pagetop img {
	float: right;
	width: 100%;
}
body {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
