@charset "UTF-8";
/* CSS Document */



.main_contents #staff_box{
	width:auto;
	height:200px;
	margin:40px 0px 0px 60px;
	overflow:auto;
}

.main_contents #staff_box2{
	width:auto;
	height:200px;
	margin:0px 0px 0px 60px;
	overflow:auto;
}

.main_contents #staff_box3{
		width:auto;
	height:400px;
	margin:0px 0px 0px 60px;
	overflow:auto;
}

.staff_face{
width:203px;
height:auto;
margin:0px 0px 0px 30px;
padding:0;
float:left;
}

.staff_face a:hover img{
opacity:1;
filter: alpha(opacity=100);        /* ie lt 8 */
-ms-filter: "alpha(opacity=100)";  /* ie 8 */
-moz-opacity:1;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 1;              /* Safari 1.x */
zoom:1;
}


.staff_face .staff_title{
margin:0;
padding:10px 0px 0px 0px;
font-size:10px;
color:#000000;
}

.staff_face .staff_name{
margin:0;
padding:0px 0px 10px 0px;
}
