@charset "UTF-8";

#wrapper{
	min-height:100%;
}

#nv_main{
		width:980px;
		z-index:8;
		position:relative;
		margin:0 auto;
		padding-bottom:46px;
		overflow: hidden;
	}
	
/* section common layout*/
.stca{
	width:476px;
	float:left;
}

.stca h3{
	width:100%;
	height:13px;
	margin-bottom:15px;
	font-size:13px;
}

.stca li{
	margin-bottom: 16px;
}

.stca li p{
	text-indent:100%;
	white-space:nowrap;	
	overflow:hidden;
	margin-bottom:2px;
}

/*button layout*/
.stca li span{
	width:90px;
	height:16px;
	z-index:5;
	display: block;
	margin-top:5px;
	}

.stca li span>a{
	width:90px;
	height:16px;
	text-indent:100%;
	white-space:nowrap;	
	overflow:hidden;
	display:block;
	background:url(../../img/staff/message_btn.png) no-repeat;
}

.stca li span>a:hover{
	background-position:0 -16px;
}

/* each sections*/
#staffs{
	margin-right:28px;
	text-align:right;
}

#staffs h3{
	margin-left: auto;
}
#staffs span{
	margin-left:auto;
}
#staffs p{
	margin-left:auto;
}



/*staff list*/

#st_1 p{width: 169px; background:url(../../img/staff/staff_1.png) 0 0 no-repeat;}
#st_2 p{width: 90px; background:url(../../img/staff/staff_2.png) 0 0 no-repeat;}
#st_3 p{width: 277px; background:url(../../img/staff/staff_3.png) 0 0 no-repeat;}
#st_4 p{width: 123px; background:url(../../img/staff/staff_4.png) 0 0 no-repeat;}
#st_5 p{width: 303px; background:url(../../img/staff/staff_5.png) 0 0 no-repeat;}
#st_6 p{width: 252px; background:url(../../img/staff/staff_6.png) 0 0 no-repeat;}
#st_7 p{width: 220px; background:url(../../img/staff/staff_7.png) 0 0 no-repeat;}
#st_8 p{width: 329px; background:url(../../img/staff/staff_8.png) 0 0 no-repeat;}
#st_9 p{width: 311px; background:url(../../img/staff/staff_9.png) 0 0 no-repeat;}
#st_10 p{width: 169px; background:url(../../img/staff/staff_10.png) 0 0 no-repeat;}
#st_11 p{width: 129px; background:url(../../img/staff/staff_11.png) 0 0 no-repeat;}
#st_12 p{width: 122px; background:url(../../img/staff/staff_12.png) 0 0 no-repeat;}
#st_13 p{width: 130px; background:url(../../img/staff/staff_13.png) 0 0 no-repeat;}
#st_14 p{width: 118px; background:url(../../img/staff/staff_14.png) 0 0 no-repeat;}
#st_15 p{width: 118px; background:url(../../img/staff/staff_15.png) 0 0 no-repeat;}
#st_16 p{width: 130px; background:url(../../img/staff/staff_16.png) 0 0 no-repeat;}
#st_17 p{width: 90px; background:url(../../img/staff/staff_17.png) 0 0 no-repeat;}
#st_18 p{width: 195px; background:url(../../img/staff/staff_18.png) 0 0 no-repeat;}

/*cast list*/
#ca_1 p{width: 129px; background:url(../../img/staff/cast_1.png) 0 0 no-repeat;}
#ca_2 p{width: 130px; background:url(../../img/staff/cast_2.png) 0 0 no-repeat;}
#ca_3 p{width: 135px; background:url(../../img/staff/cast_3.png) 0 0 no-repeat;}
#ca_4 p{width: 171px; background:url(../../img/staff/cast_4.png) 0 0 no-repeat;}
#ca_5 p{width: 128px; background:url(../../img/staff/cast_5.png) 0 0 no-repeat;}
#ca_6 p{width: 144px; background:url(../../img/staff/cast_6.png) 0 0 no-repeat;}
#ca_7 p{width: 129px; background:url(../../img/staff/cast_7.png) 0 0 no-repeat;}
#ca_8 p{width: 124px; background:url(../../img/staff/cast_8.png) 0 0 no-repeat;}
#ca_9 p{width: 147px; background:url(../../img/staff/cast_9.png) 0 0 no-repeat;}
#ca_10 p{width: 188px; background:url(../../img/staff/cast_10.png) 0 0 no-repeat;}
#ca_11 p{width: 161px; background:url(../../img/staff/cast_11.png) 0 0 no-repeat;}
#ca_12 p{width: 144px; background:url(../../img/staff/cast_12.png) 0 0 no-repeat;}
#ca_13 p{width: 130px; background:url(../../img/staff/cast_13.png) 0 0 no-repeat;}
#ca_14 p{width: 153px; background:url(../../img/staff/cast_14.png) 0 0 no-repeat;}
#ca_15 p{width: 134px; background:url(../../img/staff/cast_15.png) 0 0 no-repeat;}
#ca_16 p{width: 129px; background:url(../../img/staff/cast_16.png) 0 0 no-repeat;}
#ca_17 p{width: 130px; background:url(../../img/staff/cast_17.png) 0 0 no-repeat;}
#ca_18 p{width: 146px; background:url(../../img/staff/cast_18.png) 0 0 no-repeat;}



#ms_wrapp_r,#ms_wrapp_l{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	}
	
.messec{
	position:absolute;
	width:50%;
	height:110%;
	top:0;
	z-index:37;
	background:#fff;
     filter:alpha(opacity=90);
     -moz-opacity:0.0;
     -khtml-opacity: 0.9;
     opacity:0.9;
	}

#ms_wrapp_r .messec{
	left:100%;
	border-left:#000 1px solid;
}
#ms_wrapp_l .messec{
	left:-100%;
	border-right:#000 1px solid;
	}

.messec p{
	margin-top:20px;
	line-height:1.75;
	}
	
	.messec span{color:#41aff2;}

#ms_wrapp_r .ms_inner,#ms_wrapp_l .ms_inner{
	width:434px;
	margin-left:28px;
	margin-top:120px;
	padding-top:30px;
	}
	#ms_wrapp_l .ms_inner{
		margin-left:28px;
	}
	#ms_wrapp_l .ms_inner{
		margin-right:28px;
		margin-left:auto;
	}
	
#ms_wrapp_r .ms_close{
	position:absolute;
	top:150px;
	left:420px;
	z-index:25;
	display:none;
	}
#ms_wrapp_l .ms_close{
	position:absolute;
	top:150px;
	right:28px;
	z-index:25;
	margin-left:-100px;
	display:none;
	}
	
	.ms_close a img:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}




