@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
  FEATURE
-----------------------------------------------*/

#container {
	width: 890px;
	margin: 0 auto;
}


.divTop {
	height: 20px;
	background: url(../img/concept/divTop.gif) center repeat-x;
	clear: left;
	margin-bottom: 10px;
}
/* INTERVIEW */
h1.interview{
	text-indent: -9999px;
	background: url(../img/feature/title_interview.jpg) top left no-repeat;
	width: 890px;
	height: 55px;
}
#mainContents h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
.topImg {
	text-align: center;
}
#mainContents {
	margin: 10px 29px 0 28px;
	height: 200px;
}
#subArea {
	position: relative;
	height: 20px;
	width: 850px;
	margin: 0 auto 0 auto;
}
#subArea .backtofeat {
	position: absolute;
	left: 0;
	top: 0;
	width: 129px;
	height: 20px;
}
#subArea .backtofeat a{
	display: block;
	width: 129px;
	height: 20px;
	text-indent: -9999px;
	background: url(../img/feature/btn_backtofeat.gif) top left no-repeat;
}
#subArea .backtofeat a:hover{
	display: block;
	width: 129px;
	height: 20px;
	text-indent: -9999px;
	background: url(../img/feature/btn_backtofeat_r.gif) top left no-repeat;
}
#pageNext a{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 22px;
	text-indent: -9999px;
	background:url(../img/common/next.gif) no-repeat;
}
#pageNext a:hover{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 22px;
	text-indent: -9999px;
	background:url(../img/common/next_r.gif) no-repeat;
}
#pagePrev a{
	display: block;
	position: absolute;
	right: 55px;
	top: 0;
	width: 55px;
	height: 22px;
	text-indent: -9999px;
	background:url(../img/common/prev.gif) no-repeat;
}
#pagePrev a:hover{
	display: block;
	position: absolute;
	right: 55px;
	top: 0;
	width: 55px;
	height: 22px;
	text-indent: -9999px;
	background:url(../img/common/prev_r.gif) no-repeat;
}
#subArea .pageNext a, #subArea .pagePrev a {
	display: block;
	width: 55px;
	height: 22px;
}
/* image left layout */
#sideImgL {
	float: left;
	width: 350px;
	padding-left: 15px;
}
#mainContentsL {
	margin: 0 15px 0 380px;
}
#mainContentsL h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
/* image right layout */
#sideImgR {
	float: right;
	width: 350px;
	padding-right: 15px;
}
#mainContentsR {
	margin: 0 380px 0 15px;
}
#mainContentsR h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
/* SPECIAL */
h1.special{
	text-indent: -9999px;
	background: url(../img/feature/title_special.jpg) top left no-repeat;
	width: 890px;
	height: 55px;
}
/* 更新用スタイル*/
.intTitle {
	font-size: 12px;
	_font-size: 13px;
	font-weight: bold;
}