@charset "shift_jis";

/* ================================================================================= */
/* Parent Container																	 */
/* ================================================================================= */
body{
	margin:0;
	padding:0px 0 0 0;
	_padding:0;
	height:100%;
	font-size:12px;
	line-height:150%;
}
div#Container{
	z-index: 0;
}

div#main{padding-bottom:100px;}
form{margin:0;padding:0;}
.cssClear{clear:both;}
img{border:0px;}
/* ================================================================================= */
/* Layout Container																	 */
/* ================================================================================= */
div#headerContainer{
	position: fixed;
	background:url(../img/header_bg.png) repeat-x top;
	z-index: 2;
	width:100%;
	height:222px;
	left: 0px;
	top: 0px;
}
div#headerBox{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

div#mainContainer{
	background-color:#ffffff;
	background:url(../img/main_bg.gif) repeat-y top;

}
div#mainBox{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
