@charset   "Shift_JIS";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #BFFFE0;
}
h2 {
	text-align: left;
	margin-left: 100px;
	margin-top: 30px;
	margin-right: 100px;
	margin-bottom: 10px;
}
table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
td {
	text-align: center;
	vertical-align: middle;
}
.tdp {
	position: relative;
	z-index: 0;
	left: 0px;
	top: 0px;
}
.ifront{
	position: absolute;
	z-index: 2;
	left : 0px;
	top : 0px;
}
.iback{
	position: absolute;
	z-index: 1;
	left : 100px;
	top : 100px;
}
.footer {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
