@CHARSET "utf-8";

html {
	overflow-y: scroll;
	user-select:none;
	-webkit-user-select: none;
	-khtml-user-select:none;
}

body {
	background-image: url(../bgtile_101001.gif);
	background-repeat: repeat;
}

table{
	margin-right : auto;
	margin-left : auto
}

.PageBody {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}

.PainHeader {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 64px;
	float: left;
}

.PainHeaderImage {
	display: block;
	margin: 8px auto 8px auto;
	width: 480px;
	height: 48px;
	background-image: url(../header_l_200615.png);
	background-size: cover;
	float: none;
}

.PainFooter {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 64px;
	float: left;
	clear: both;
}

.PainFooterImage {
	display: block;
	margin: 8px auto 8px auto;
	width: 480px;
	height: 48px;
	background-image: url(../footer_200422.png);
	background-size: cover;
	float: none;
}

.PainContents {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 640px;
	float: left;
	clear: both;
}

.PainContentsBody {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 480px;
	height: 640px;
	z-index: 0;
}

.PainContentsLeftPad {
	position: absolute;
	left: 16px;
	bottom: 16px;
	width: 144px;
	height: 144px;
	z-index: 1;
}

.PainContentsLog {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.FatalImage {
	width: 480px;
	height: 640px;
	display: block;
}

