@charset "utf-8";
#hd .title {
	background-image: url(img/h2.jpg);
}
.staffbox, .castbox {

}
IMG.catch {
	margin-bottom: 30px;
}

.staffbox DL, .castbox DL {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 30px;
}
.staffbox DL DT {
	display: block;
	width: 530px;
	text-align: right;
	border-right: 10px solid #096;
	padding-right: 15px;
	float: left;
}
.castbox DL DT {
	display: block;
	width: 530px;
	text-align: right;
	padding-right: 25px;
	float: left;
	background-image: url(img/cast_dd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.staffbox DL DD, .castbox DL DD {
	padding-left: 570px;
	margin-bottom: 10px;
}
#ct .ct .staffbox H3 {
	font-size: 24px;
	line-height: 24px;
	background-color: #096;
	color: #FFF;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	text-align: left;
	text-indent: 0px;
}
#ct .ct .castbox H3 {
	font-size: 24px;
	line-height: 24px;
	background-color: #09C;
	color: #FFF;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	text-align: left;
	text-indent: 0px;
}
.staffbox DL DD SPAN   {
	font-size: 12px;
	line-height: 12px;
}
