/* CSS Document */

#staffcast_title{
	background-image: url(../02staffcast/images/h2_img.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#staffcast_title h2{
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.staffcast_box{
	padding:0 0 20px 0;
	margin:0 0 0 50px;
}

.staffcast_box th{
	width:35%;
	text-align:left;
	padding:3px 0;
	
}
.center_txt{
	width:5%;
	text-align:center;
}

/*staff*/
#staff_title{
	background-image: url(../02staffcast/images/h3_staff.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 440px;
}

#staff_title h3{
	margin: 0px;
	padding: 0px;
	text-indent:-9999px;
}

/*cast*/
#cast_title{
	background-image: url(../02staffcast/images/h3_cast.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 440px;
}

#cast_title h3{
	margin: 0px;
	padding: 0px;
	text-indent:-9999px;
}