/* tsuruhime */

@charset "shift_jis";
/* CSS Document */
/*　castファイルメイン設定　*/
#cast_main {
	text-align: center;
	margin-left: auto;
	line-height: 1.5;
	width: 500px;
	margin-right: auto;
}
#cast_main H2 {
	margin-bottom: 20px;
	background-image: url(../img/cast_t.gif);
	background-repeat: no-repeat;
	height: 50px;
	background-position: center;
	margin-top: 30px;
}
#cast_main P {
	text-align: left;
	margin-bottom: 1em;
}

.photo {
	border: thin;
	border-color: #666666;
}

.proff {
	font-size: 90%;
}

#cast_main DL {
	width: 70%;
}

#cast_main DT {
	text-align: left;
	font-weight: bold;
	display: block;
	padding-left: 0.5em;
	width: 7em;
	float: left;
}
#cast_main DD {
	text-align: left;
	display: block;
	margin-bottom: 1em;
	border-bottom: 1px dotted #FF6666;
	width: auto;
	padding-left: 7em;
	border-left: 3px solid #FF6666;
}
