@charset "UTF-8";
@import url("../main.css");
@import url("../layout.css");
@import url("../page_type/interview.css");


#PageBackImage {
	background:url(../../img/maincolume/interview/staff/page_back.jpg) no-repeat top center;
}
#MainColumn {
	margin-left:7px;
	_margin-left:4px;
}

/* ------------------ MainColumn --------------------- */
#MainColumn .Title{
	margin-left:29px;
}
#MainColumn .Pankuzu{
	width:743px;
}
.Note{
	width:743px;
	margin-bottom:30px;
	background: url(../../img/maincolume/back_note.jpg) repeat-y 29px 0px;
}
.NoteTop{
	background: url(../../img/maincolume/back_note_top.jpg) no-repeat 29px 0px;
}
.NoteBottom{
	padding:0px 0px 55px 30px;
	background: url(../../img/maincolume/back_note_bottom.jpg) no-repeat 29px bottom;
}
.Note .Contents{
	clear:both;
	overflow:hidden;
	padding:0px;
	margin:10px 20px 40px 30px;
}
.Note .Contents p{
	margin-bottom:1em;
}
.Note .Contents .QSubTitle{
	margin:0px 0px 10px 0px;
	padding-left:50px;
	font-weight:bold;
	background:url(../../img/maincolume/interview/staff/subtitle_back.gif) no-repeat center left;
}
.Note .ImgRight img{
	float:right;
	margin-right:10px;
}
.Note .ImgLeft img{
	float:left;
	margin-right:10px;
}
.NextStaffPage{
	float:right;
	overflow:hidden;
	position:relative;
	top:0px;
	left:28px;
}
.NextStaffPage img{
	position:absolute;
	top:6px;
	left:6px;
}
.NextStaffPage span{
	width:180px;
	display:block;
	position:absolute;
	top:40px;
	left:150px;
}

.NextStaffPage a{
	display:block;
	width:353px;
	height:152px;
	overflow:hidden;
	color:#3b2a1e;
	background:url(../../img/maincolume/interview/staff/back_nextpage.gif) no-repeat top left;
}
.NextStaffPage a:hover{
	background:url(../../img/maincolume/interview/staff/back_nextpage_over.gif) no-repeat top left;
}

