@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: 320px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}

.PainHeader {
	position: relative;
	left: 0px;
	top: 0px;
}

.PainHeaderImage {
	display: block;
	margin: 0 auto;
	width: 320px;
	height: 60px;
	background-image: url(../header_190101.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.PainFooter {
	position: relative;
	left: 0px;
	top: 0px;
	clear: both;
}

.PainFooterImage {
	display: block;
	margin: 0 auto;
	width: 320px;
	height: 60px;
	background-image: url(../footer_190101.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.PainContents {
	position: relative;
	margin: 15px 0px 15px 0px;
	left: 2px;
	top: 0px;
	width: 315px;
	height: 560px;
}

.PainContentsBody {
	width: 315px;
	height: 560px;
}

.FatalImage {
	width: 315px;
	height: 560px;
	display: block;
}

.PainContentsBodyTable {
	margin: 0px;
	width: 100%;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}

.PainContentsBodyTable td {
	margin: 0px;
	padding: 0px;
	border: none;
}

.PainContentsLinkImage {
	border-style:none;
}

