@charset "shift_JIS";

div.interview_title {
	width: 768px;
	margin: 0px auto;
}

div.interview_comment {
	width: 768px;
	margin: 0px auto;
	background-image: url(../../top_img/interview_bg.gif);
	background-repeat: repeat-y;
	background-color: #F00;
}

div.interview_textbox {
	float: left;
	width: 521px;
}

p.interview_photo {
	float: right;
	width: 247px;
}

p.fukidashi {
	background-image: url(../../top_img/interview_fukidashi.gif);
	background-repeat: repeat-y;
	padding: 0px 45px 0px 30px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}

p.fukidashi span a {
	color: #ff3300;
	font-weight: bold;
	background-image: url(../../top_img/interview_arrow.gif);
	background-repeat: no-repeat;
	padding-right: 15px;
	background-position: right top;
}


p.fukidashi span a:link,
p.fukidashi span a:visited {
	color:#ff3300;
	text-decoration: underline;
}

p.fukidashi span a:hover,
p.fukidashi span a:active {
	color:#ff3300;
	text-decoration: none;
}

