@charset "utf-8";

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

#page {
	width: 827px;
	position: absolute;
	top: 10%;
	height: 100%;
}
* 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: 540px;
	position: absolute;
	left: 100px;
	top: 60px;
	padding: 20px 40px;
	height:63%;
	overflow: auto;
}
#staff_contents02 {
	width: 540px;
	position: absolute;
	left: 100px;
	top: 60px;
	padding: 20px 40px;
	height:63%;
	overflow: auto;
}
.photo_left {
	width: 200px;
	float: left;
}
.photo_right {
	width: 200px;
	float: right;
}
.photo_top {
	width: 200px;
	margin:10px 160px 20px;
}
.title {
	width: 208px;
	height: 33px;
	position: absolute;
	z-index: auto;
	top: 40px;
	margin-left: 50px;
}
.title img {
	behavior: url(iepngfix.htc);
}

.yamada_blog a {
	width: 200px;
	background-color: #FFF;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color:#369;
}

.yamada_blog a:hover {
	background-color: #666;
	color: white;
}
