@charset "shift_jis";
/* ****************************************************
   2008-09-12
******************************************************/

html{
	height:100%;
}
body {
	text-align: center;
	height:100%;
}
* html div#pageContainer{
	height:100%;
}

#pageContainer {
	width: 810px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	min-height: 100%;
}
body > #pageContainer {
	height: auto;
}

#pageContainer #header {
	text-align: center;
	margin-left:0px;
}
#pageContainer #mainContainer {
	min-height: 100%;
}
#pageContainer #spacer {
	margin-bottom:280px;
}
#pageContainer #spacer2 {
	margin-bottom:355px;
}
#pageContainer #footer {
	position:absolute;
	margin-left:5px;
	width:100%;
	bottom:40px;
}

