@charset "utf-8";

*{
	margin:0;
	padding:0;
	color:#333333;
	font-size:16px;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", san-serif;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {  min-height: 1px; }

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a{
	border:none;
	color:#771d1d;
	font-weight:bold;
	overflow:hidden;
	outline:none;
}

#content{
	width: 700px;
	height:269px;
	background:url(../../images/interview/top/interview_bk.jpg) no-repeat;
}

#photo_area{
	float:left;
	padding:25px 0 0 15px;
	width:300px;
}

#photo{
	width:300px;
	height:150px;
	text-align:center;
	display:table;
}

#photo div{
	display:table-cell;
	vertical-align:middle;
}

* html #photo div {
	width:1%;
	display: inline;
	zoom: 1;
}

*:first-child+html #photo div {
	width:300px;
	line-height:150px;
	display: inline;
	zoom: 1;
}

#right_area{
	float:right;
	width:365px;
}

#person_name{
	width:340px;
	margin-right:25px;
	padding:60px 0 0 0;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	color:#771d1d;
	background:url(../../images/interview/top/name_dot_line.gif) repeat-x bottom left;
}

#abstract{
	padding:15px 5px 0 0;
}

span{
	font-weight:bold;
	color:#771d1d;
}

