@charset "UTF-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: インタビュー用CSS                                                          */
/* 作成日: 2011-3-30                                                                */
/* 最終更新日: 2011-3-30        　                                                  */
/*                                                                                  */
/* ################################################################################ */



div#interview {
	width: 880px;
}

div#interview:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* -------------------------------------------------------------------------------- */
/*      メインエリア                                                                */
/* -------------------------------------------------------------------------------- */

div#interview div.mainArea {
	margin-left: 35px;
	float: right;
	width: 612px;
	overflow: hidden;
}

/* 新着情報 ========================================================================*/
div#interview div.mainArea h2.news {
	margin-bottom: 10px;
}

div#interview div.mainArea dl.news {
	padding: 0 13px 13px;
	border: solid 1px #CCCCCC;
	height: 180px;
	overflow: auto;
}

div#interview div.mainArea dl.news dt {
	padding-top: 12px;
	color: #575757;
	background-color: inherit;
	font-size: 13px;
	font-weight: bold;
}

div#interview div.mainArea dl.news dd {
	padding-bottom: 10px;
	line-height: 1.4;
	background-image: url(../images/shared/border1.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
}

/* インタビュー ========================================================================*/
div#interview div.mainArea div.interview {
	margin: 0 auto 15px;
	border: solid 1px #CCCCCC;
	width: 610px;
}

div#interview div.mainArea div.interview div.pickup {
	padding-top: 10px;
	margin-bottom: 16px;
	width: 610px;
}

div#interview div.mainArea div.interview div.pickup:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#interview div.mainArea div.interview div.pickup h3 {
	padding: 8px 0 0px;
	text-align: center;
}

div#interview div.mainArea div.interview div.pickup p.photo {
	margin: 0 12px 0 7px;
	padding: 0;
	display: inline;
	float: left;
	width: 156px;
}

div#interview div.mainArea div.interview div.pickup div.entry {
	float: left;
	width: 416px;
}

div#interview div.mainArea div.interview div.pickup div.entry div.entryHeader {
	margin-bottom: 4px;
	padding-bottom: 22px;
	position: relative;
	background-image: url(../images/shared/border1.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#interview div.mainArea div.interview div.pickup div.entry div.entryHeader h4 {
	margin: 0;
	padding: 0;
	font-size: 27px;
	color: #575757;
	background-color: inherit;
	background-image: none;
}

div#interview div.mainArea div.interview div.pickup div.entry div.entryHeader p.date {
	position: absolute;
	bottom: 6px;
	left: 325px;
	color: #999999;
	font-size: 12px;
	text-align: right;
}

div#interview div.mainArea div.interview div.pickup div.entry div.entryBody p {
	line-height: 1.4;
	font-size: 13px;
}

div#interview div.mainArea div.interview div.pickup div.entry div.entryBody p.copy {
	margin-bottom: 4px;
	color: #2D7FB9;
	background-color: inherit;
	font-size: 18px;
	font-weight: bold;
}

div#interview div.mainArea div.interview div.pickup div.entry div.entryBody p.detailLink {
	margin-top: 13px;
	padding-left: 355px;
	background-image: url(../images/shared/arrow-icon1.png);
	background-repeat: no-repeat;
	background-position: 340px 2px;
}


/* 新着 ========================================================================*/
div#interview div.mainArea h2.interviewList {
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}

div#interview div.mainArea h2.interviewList span {
	position: absolute;
	top: 28px;
	left: 500px;
	z-index: 1;
}

div#interview div.mainArea h2.interviewList span a {
	text-decoration: none;
	font-size: 12px;
}

div#interview div.mainArea h2.interviewList span a:hover {
	text-decoration: underline;
}

div#interview div.mainArea div.interviewList {
	margin-bottom: 16px;
	border: solid 1px #CCCCCC;
}

div#interview div.mainArea div.interviewList div.entry {
	margin: 0 auto;
	padding-top: 13px;
	width: 588px;
	background-image: url(../images/shared/border1.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#interview div.mainArea div.interviewList div.last {
	background-image: none;
}

div#interview div.mainArea div.interviewList div.entry dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#interview div.mainArea div.interviewList div.entry dl {
	width: 592px;
}

div#interview div.mainArea div.interviewList div.entry dl dt {
	margin-right: 8px;
	padding-bottom: 6px;
	float: left;
	width: 99px;
}

div#interview div.mainArea div.interviewList div.entry dl dd {
	float: left;
	width: 481px;
}

div#interview div.mainArea div.interviewList div.entry dl dd div.entryHeader {
	margin-bottom: 4px;
	padding-bottom: 2px;
	position: relative;
	background-image: url(../images/shared/border1.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#interview div.mainArea div.interviewList div.entry dl dd div.entryHeader h4 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #2D7FB9;
	background-color: inherit;
	background-image: none;
	font-weight: normal;
}

div#interview div.mainArea div.interviewList div.entry dl dd div.entryHeader h4 a {
	text-decoration: none;
}

div#interview div.mainArea div.interviewList div.entry dl dd div.entryHeader h4 a:hover {
	text-decoration: underline;
}

div#interview div.mainArea div.interviewList div.entry dl dd div.entryHeader p.date {
	position: absolute;
	top: 3px;
	left: 395px;
	color: #999999;
	font-size: 12px;
	text-align: right;
}

div#interview div.mainArea div.interviewList div.entry dl dd p.detailLink {
	margin-top: 3px;
	padding-bottom: 8px;
	padding-left: 395px;
	background-image: url(../images/shared/arrow-icon1.png);
	background-repeat: no-repeat;
	background-position: 380px 3px;
}

div#interview div.mainArea div.interviewList p.indexLink {
	margin-top: 13px;
	padding-bottom: 15px;
	padding-left: 450px;
	background-image: url(../images/shared/arrow-icon1.png);
	background-repeat: no-repeat;
	background-position: 435px 3px;
}

div.footerNav {
	margin: 0 auto;
	padding: 6px;
	width: 888px;
	color: #FFFFFF;
	background-color: #9D9D9D;
	font-size: 10px;
}

div.footerNav p {
	margin-bottom: 3px;
}

div.footerNav ul li {
	display: inline;
}

div.footerNav ul li a {
	color: #FFFFFF;
	background-color: inherit;
}



/* -------------------------------------------------------------------------------- */
/*      サイドバー                                                                  */
/* -------------------------------------------------------------------------------- */

div#interview div.sidebar {
	float: right;
	width: 212px;
}

div#interview div.sidebar h2 {
	padding: 0;
}

div#interview div.sidebar p.banner {
	margin-top: -20px;
	margin-bottom: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-right: solid 1px #EFEFEF;
	border-left: solid 1px #EFEFEF;
	border-bottom: solid 1px #EFEFEF;
	color: inherit;
	background-color: #FCFCFC;
	text-align: center;
}

div#interview div.sidebar p.banner a:hover img {
	opacity: 0.8;
}

div#interview div.sidebar dl {
	padding-top: 14px;
	border-right: solid 1px #EFEFEF;
	/* border-bottom: solid 1px #EFEFEF; */
	border-left: solid 1px #EFEFEF;
	padding-left: 8px;
	color: inherit;
	background-color: #FCFCFC;
}

div#interview div.sidebar dl dt {
	margin-bottom: 2px;
	padding-left: 10px;
}

div#interview div.sidebar dl dd {
	margin-bottom: 20px;
}

div#interview div.sidebar div.localNav ul {
	margin-left: 19px;
	list-style-type: none;
}

div#interview div.sidebar div.localNav ul li {
	margin-bottom: 8px;
	padding-left: 9px;
	background-image: url(../images/interview/marker01.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

div#interview div.sidebar div.localNav ul li a {
	color: #3F59D8;
	font-size: 13px;
}

div#interview div.sidebar div.localNav ul li a:hover {
	background-position: 0 0;
}
