@charset "shift_jis";

/* 	nonavi.css
====================================== */
/* contents
--------------------------------- */
#nonavi #mainContainer #contents{
	float: none;
	margin:	20px auto 0;
}
/* layout
--------------------------------- */
html,body {
	height: 100%;
}
#nonavi #pageContainer{
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#nonavi #mainContainer{
	padding-bottom: 8.2em;
}
* html #footContainer {
	bottom: expression(document.getElementById("container").offsetHeight % 2 == 0 ? 0 : -1);
}
