
/* ============================ for staff.html  / from works.html ============================  */

.opt_staff              {
 	position:absolute;
	top:275px; 
	left:250px;  	
}

/* -------------------------------------------- */
/*                 layers                       */
/* -------------------------------------------- */
.layer_0_staff {
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:1120px; /* page title 60 + (380 + 20) + (200 + 20)x3 */
	/* 
    background-color:#eeee99;   */ 
}
/* layer to be faded */
.layer_10_staff  {
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:auto; 
	/* 
    background-color:#eeee00;  */
}

/* -------------------------------------------- */
.staff_box_0 {
	position:relative;
	top:0px;
	left:40px;
	width:835px; /* 840 -border */
	height:380px; 
	margin-bottom:20px;
	border-left:solid #4c5769 5px; 
	/* border-left:solid #4c5769 1px; */
	/*  
    background-color:#333333; 	*/
}
.staff_box_1 {
	position:relative;
	top:0px;
	left:40px;
	width:835px; /* 840 -border */
	height:200px; 
	margin-bottom:20px;
	border-left:solid #4c5769 5px; 
	/* border-left:solid #4c5769 1px; */
	/*  
    background-color:#333333; 	*/
}
.staff_box_2 {
	position:relative;
	top:0px;
	left:40px;
	width:835px; /* 840 -border */
	height:210px; 
	margin-bottom:20px;
	border-left:solid #4c5769 5px; 
	/* border-left:solid #4c5769 1px; */
	/*  
    background-color:#333333; 	*/
}
.staff_box_3 {
	position:relative;
	top:0px;
	left:40px;
	width:835px; /* 840 -border */
	height:190px; 
	margin-bottom:20px;
	border-left:solid #4c5769 5px; 
	/* border-left:solid #4c5769 1px; */
	/*  
    background-color:#333333; 	*/
}
.staff_face {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	height:150px; 
	/*  
    background-color:#330000; 	*/
}
.staff_name        {
	position:absolute;
	top:70px;
	left:140px;	
	font-size:12pt;
	font-weight:bold;
	color:#4c5769;
}
.staff_name_jp     {
	position:absolute;
	top:90px;
	left:140px;
	font-size:10pt;
	font-weight:bold;
    color:#4c5769;	
	margin-bottom:5px;
}
.staff_name_jp_s    {
	font-size:8pt;
	font-weight:normal;
    color:#4c5769;	
	letter-spacing:-0.5pt;
}
.staff_text {
	position:absolute;
	top:30px; 
	left:350px;
	width:480px;
	height:auto; 
	font-size:8pt;
	line-height:12pt;
	color:#666666;
	/*  
    background-color:#333300; 	*/
}

.layer_trim_staff {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:900px;	/* 480 */
	overflow:hidden;	
}
