@charset 'utf-8';
body,td,th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
html, body {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	height: 100%;
}
#header {
	display:block;
	z-index: 10;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	height: 40px;
}
#header_in {
	display:block;
	margin-right: 17px;
	padding: 5px;
	background-color:#EEBBBB;
	text-align:center;
}
#contents {
	z-index: 1;
	overflow: auto;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
#contents_in {
	display:block;
	text-align: justify;
	width: 700px;
	margin: 50px auto 50px auto;
	background-color:#FFFFFF;
}
#footnote {
	display:block;
	z-index: 11;
	bottom: 0px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	height: 40px;
	padding: 0px;
	margin: 0px;
}
#footnote_in {
	height: 40px;
	margin-right: 17px;
	padding: 5px;
	background-color:#BBEEBB;
	color:#000000;
	text-align:center;
}
