@charset "UTF-8";
html,body {
	height: 100%;
	background:   #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: top; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
html,body {
	height: 100%;
	background:   #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: top; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:  #FFFFFF;
	position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;             
    height: auto !important;    
    height: 100%;
	overflow: hidden;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0;
	height: 27px;
	top: 10px;
	position:absolute;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	left: 20px;
	width: 1000px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	position: absolute;
	top:50%;
	height: 700px;
	width: 1000px;
	left: 0px;
	margin:-300px 0 0 0;
	overflow: auto;
}
.oneColFixCtrHdr #footer {
	position:absolute;
	padding: 0;
	background-color: #FFF;
	height:87px;
	width: 1000px;
	left: 1px;
	bottom: 0px;
}
#headerheader {
	position:relative;
	width:176px;
	height:30px;
	z-index:0;
	left: 0px;
	top: 10px;
}
#menu {
	position:absolute;
	top:49px;
	height: 25px;
	left: 20px;
	width: 1000px;
}
#footerimageLayer {
	width:455px;
	height:77px;
	z-index:1;
	left: 0;
	bottom: 4px;
	position: absolute;
}
#footerimageLayer2 {
	width:350px;
	height:70px;
	z-index:1;
	left: 15px;
	top: 9px;
	position: absolute;
}
#footercopyrightLayer {
	width:118px;
	height:38px;
	z-index:2;
	left: 643px;
	top: 22px;
	position: absolute;
}
.oneColFixCtrHdr #container #mainContent p {
	font-weight: normal;
	line-height: 150%;
	font-size: 10px;
	font-family:"メイリオ","Meiryo","Courier New", Courier, monospace;
}
.oneColFixCtrHdr #container #mainContent p1 {
	font-weight: normal;
	line-height: 150%;
	font-size: 8px;
	font-family:"メイリオ","Meiryo","Courier New", Courier, monospace;
}

.oneColFixCtrHdr #container #mainContent h1 {
	font-weight: bold;
	font-size: 14px;
	font-family:"メイリオ","Meiryo","Courier New", Courier, monospace;
}

.oneColFixCtrHdr #container #mainContent h2 {
	font-weight: normal;
	line-height: 200%;
	font-size: 12px;
	font-family:"メイリオ","Meiryo","Courier New", Courier, monospace;
	}

.oneColFixCtrHdr #container #mainContent h3 {
	font-weight: normal;
	line-height: 150%;
	font-size: 12px;
	font-family:"メイリオ","Meiryo","Courier New", Courier, monospace;
}
.oneColFixCtrHdr #footer p1 {
	font-weight: normal;
	line-height: 150%;
	font-size: 12px;
	font-family:"メイリオ","Meiryo","Courier New", Courier, monospace;
}
