@charset "utf-8";

#iframeNHheader {
	width:100%;
	height:95px;
}

* html #iframeNHheader {
	width: expression(
		(document.body.clientWidth > 931)? "100%" : 
		(document.body.clientWidth < 930)? "920px" : 
		"auto"
	);
}

#iframeNHFooter {
	width:100%;
	display:block;
	height:645px;
}
*:first-child + html #iframeNHFooter { height:663px; }
* html #iframeNHFooter { height:663px; }
#iframeNHFooter {
	height:641px\9;
}

* html #iframeNHFooter {
	width: expression(
		(document.body.clientWidth > 931)? "100%" : 
		(document.body.clientWidth < 930)? "920px" : 
		"auto"
	);
}

#iframeNHFooter_Corp {
	width:100%;
	display:block;
	height:452px;
	>height:470px;
}

* html #iframeNHFooter_Corp {
	width: expression(
		(document.body.clientWidth > 931)? "100%" : 
		(document.body.clientWidth < 930)? "920px" : 
		"auto"
	);
}

/*###########################
 �p������
###########################*/
.bcList {
	width:920px;
	margin:-20px auto 0 auto;
	position:relative;
	z-index:1;
}

