@charset "utf-8";

/* CSS Document */

#btnBack2Index {
	background: url(../character/img/top/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 48px;
	line-height: 1.4em;
	position: absolute;
	right: 20px;
	top: 94px;
	text-decoration:none;
}

#castInterviewContainer { margin-top: 20px; }

.castInterview {
	width: 620px;
	margin: 0 auto;
	padding: 0 10px;
}

#castInterview_body {
	padding-bottom: 30px;
	background: url(../../special/img/bg_pattern.gif);
}

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

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

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

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

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