@charset "utf-8";

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  staffレイアウト
//
///////////////////////////////////////////////////////////////////////////////////
*/

#page {
	width: 827px;
	position: absolute;
	top: 28%;
}
* 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);
}
#staff_contents {
	width: 520px;
	height: 200px;
	position: absolute;
	left: 150px;
}
.photo_left {
	width: 200px;
	float: left;
}
.photo_right {
	width: 200px;
	float: right;
}
.title {
	width: 208px;
	height: 33px;
	position: absolute;
	z-index: auto;
	top: 40px;
	margin-left: 50px;
}
.title img {
	behavior: url(iepngfix.htc);
}