/* CSS Document */
#sub_menu_active3 a{color:#e47208;}

/**************************************************
                 　スタッフ
***************************************************/
.StaffList{
	padding:15px 0 0 0;
}
.StaffList li{
	background-image: url(../images/staff/bck.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:200px;
	height:190px;
	padding:13px 12px 10px 8px;
	float:left;
	margin:0 10px 15px 0;
}
.StaffList li:hover{
	background-position:0 -213px;
}
.StaffBt p{color:#7a4d2f; border-top:1px dashed #9e9e9e; padding:3px 10px 0; margin:10px 0 0 0;}
.StaffBt span{
	font-size:15px;
	font-weight:bold;
	text-align:center;
	display:block;
}
.StaffDisp{
	width:677px;
	min-height:455px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-292px;
	margin-left:-349px;
	z-index:9999;
	padding:15px 10px 15px 10px;
	display:none;
	border:2px solid #7a4d2f;
	background-color:#FFF;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}
.StaffIn{
	position:relative;
}
.upBt{
	position:absolute;
	right:-20px;
	top:-30px;
	position:999;
}
.Img1{
	background-color:#e3e3e3;
	padding:5px;
	width:350px;
	height:;
	float:left;
}
.Img1 img {
	clip: rect(0px 350px 262px 0px);
}
/******/
.StaffInfo{
	float:right;
	margin:0 0 0 0px;
	border-collapse:collapse;
	width:310px;
}
.StaffInfo th{
	border-bottom:1px dotted #c6c6c6;
	padding:5px 0;
	width:87px;
	vertical-align:top;
	line-height:1.8em;
}
.StaffInfo td{
	border-bottom:1px dotted #c6c6c6;
	padding:5px 0px 5px 5px;
	line-height:1.8em;
}
.StaffInfo th span{
	background-color:#efebde;
	display:block;
	padding:5px 0 5px 5px;
}
/******/
.StaffPlfNM{
	font-size:24px;
	font-weight:bold;
	color:#7a4d2f;
}
/******/
.Comment{
	margin:15px 0 0 5px;
	clear:both;
}
.Comment h3{
	padding:5px 0;
	vertical-align:top;
	line-height:1.8em;
}
.Comment h3 span{
	background-color:#efebde;
	display:block;
	padding:5px 0 5px 10px;
}

.Comment p{
	height:150px;
	line-height:20px;
	padding:0 2px;
	overflow-y: scroll;
	border-bottom:1px dotted #c6c6c6;
}
