body,td,div,span{
	font-size:14px;
}
div.interview_list_speech{
	border-bottom:1px solid #cccccc;
	background-color:#ffffff;
	padding:5px;
}
div.interview_list_speech_alter{
	border-bottom:1px solid #cc0000;
	background-color:#eeeeee;
	padding:5px;
}
span.interview_list_speaker{
	color:blue;
	font-weight:bold;
}
span.interview_list_content{
	position:related;
	line-height:150%;
}

span.interview_list_time{
	color:#888888;
}

div.interview_playinfo_container{
	width:180px;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
}
div.interview_playinfo_container_alter{
	width:180px;
	background-color:#e0e0ff;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
}

div.interview_playinfo_img{
	padding:5px;
	border:1px solid #888888;
	text-align:center;
}

div.interview_playinfo_img img{
	width:160px;
	height:120px;
	border:1px solid #888888;
}

div.interview_playinfo_title{
	text-align:center;
	border:1px solid #888888;
}


div.interview_question{
	border-bottom:1px solid #cccccc;
	background-color:#ffffff;
	padding:5px;
}
div.interview_question_alter{
	border-bottom:1px solid #cc0000;
	background-color:#eeeeee;
	padding:5px;
}
span.interview_question_speaker{
	color:blue;
	font-weight:bold;
}
span.interview_question_content{
	position:related;
	line-height:150%;
}

span.interview_question_time{
	color:#888888;
}