@charset "utf-8";

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  accessレイアウト
//
///////////////////////////////////////////////////////////////////////////////////
*/

#page {
	width: 827px;
	position: absolute;
	top: 21px;
}
* html #page {
	top: 21px;
}
* html #ie_outer {
	width: 827px;
	height: 100%;
}
* html .back_w {
	background: #FFFFFF;
	width: 800px;
	height: 100%;
	-moz-opacity: 1.2;
	opacity:.90;
	filter: alpha(opacity=25);
}
#page_inner {
	width: 752px;
	margin-left: 25px;
	position: absolute;
}
* html #page_inner {
	width: 752px;
	position: absolute;
	top: 10px;
}
#access_contents {
	background: url(../images/access/access_back.png) center no-repeat;
	width: 752px;
	height: 640px;
	margin-left: 25px;
}
* html #access_contents {
	behavior: url(iepngfix.htc);
}
