#exteriorWrapper{
	background:#ffffff url(../../common/img/background/bg04.jpg) repeat-x center top;
}

#interiorWrapper{
	/*background:url(../../common/img/character/chara_staffcast.png) no-repeat 0 150px;*/
	height:100%;
	background:transparent;
}

#contentsWrapper{
	position:relative;
	min-height:810px;
}

h3.pagetitle{
	position: absolute;
	top:0;
	left:-88px;
}

div.mainArea{
	width:590px;
	padding-top:50px;
	margin-left:375px;
    z-index:3;
    position:relative;
}

div.staffUnit{
	margin-bottom:30px;
	background:url(../img/staff_bg.png) no-repeat left top;
	height:400px;
	padding-top:80px;
}

div.castUnit{
	margin-bottom:30px;
	background:url(../img/cast_bg.png) no-repeat left top;
	height:247px;
	padding-top:70px;
}

div.staffUnit table{
	margin:0 0 0 82px;
}

div.castUnit table{
	margin:0 0 0 200px;
}

td.role{
	color:#739200;
	padding:0 10px 3px 0;
	vertical-align:top;
}

td.name{
	padding:0 0 3px 0;
}

td.name span{
	font-size:10px;
}