@charset "utf-8";

/* CSS Document */

h2 {
	position:relative;
}

#btnBack {
	position:absolute;
	right:0px;
	top:0px;
}

#castInterviewContainer { margin-left: -5px; }

#castInterviewContainer h3 {
	text-align: center;
	margin-bottom: 30px;
}

#castInterviewHead, #castInterviewFoot {
	background: url(../../special/img/line_brown.png);
	width: 910px;
	height: 6px;
	margin: 0 37.5px;
}

#castInterviewBody {
	background: url(../../special/img/bg_pattern.gif);
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px 10px;
}

.castInterview {
	width: 860px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0 20px;
}

h4 {
	margin: 0 0 25px 10px;
	color: #ff542e;
	font-size: 22px;
	font-weight: bold;
}

.castInterviewThumb {
	float: left;
	width: 200px;
	text-align: center;
}

.castInterviewTxt {
	float: left;
	width: 660px;
}

.castInterviewTxt dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #544d00;
}

.castInterviewTxt dl dd {
	padding: 10px 30px 30px 20px;
	font-size: 14px;
	line-height: 1.5em;
}