@charset "utf-8";

*{
	margin:0;
	padding:0;
	color:#333333;
	font-size:14px;
	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:#613403;
	overflow:hidden;
	outline:none;
	text-decoration:none;
}

a:hover{ text-decoration:underline; }

.roll a:hover{ text-indent:-9999px; }

img{
	border:0 none;
	vertical-align:bottom;
}

body{
	width:100%;
	height:100%;
	text-align:left;
	background:#111111;
}

#contents_bk{
	min-width:1000px;
	height:1000px;
	background:url(../../images/interview/contents_bk.jpg) repeat-y;
}

#header{
	width:800px;
	height:370px;
	margin-left:90px;
}

#shadow{
	position:absolute;
	left:90px;
	top:70px;
}

#date_area{
	float:left;
	padding-top:70px;
	width:200px;
}

#month, #day{
	padding:0 0 0 85px;
}

#photo_area{
	float:right;
	padding-top:70PX;
	width:600px;
}

#photo{
	width:600px;
	height:300px;
	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:600px;
	line-height:300px;
	display: inline;
	zoom: 1;
}

#counter_area{
	width:800px;
	height:36px;
	margin-left:90px;
}

#counter{
	float:left;
	font-size:14px;
	color:#ffffff;
	height:14px;
	padding:11px 10px 11px 15px;
}

#person_name{
	float:right;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	height:14px;
	padding:11px 15px 11px 10px;
}

#contents{
	width:775px;
	margin-left:90px;
	padding:20px 0 25px 25px;
}

#proverb_area{
	width:740px;
	height:101px;
	margin-bottom:15px;
	background:url(../../images/interview/maxim_bk.png) no-repeat;
}

#proverb{
	font-weight:bold;
	padding:35px 17px 0;
	width:706px;
	height:64px;
}

#other_area{
	height:235px;
	width:750px;
}

.contents_body{
	margin:10px 0;
}

.contents_body h2{
	margin-bottom:15px;
}

.contents_body .jScrollPaneTrack{
	background: url(../../images/interview/scroll/scroll_track.gif) repeat-y;
}

.contents_body .jScrollPaneDrag{
	background: url(../../images/interview/scroll/scroll_drag.gif) repeat-y;
}

.contents_body .jScrollPaneDragTop{
	background: url(../../images/interview/scroll/scroll_drag_top.gif) no-repeat;
	height: 7px;
}
.contents_body .jScrollPaneDragBottom{
	background: url(../../images/interview/scroll/scroll_drag_bottom.gif) no-repeat;
	height: 7px;
}

#box{
	height: 175px;
}

.scroll_area{
	width: 740px;
	height: 175px;
	overflow: auto;
}

#other_area div#contents_body{
	padding:15px 30px 20px;
}

.content_publicRelations {
	line-height:20px;
	display:block;
}

.content_company_info {
	line-height:20px;
	display:none;
}

.content_suffering {
	line-height:20px;
	display:none;
}

.content_dream {
	line-height:20px;
	display:none;
}

#tab_menu {
	position:absolute;
	top:270px;
	left:890px;
}

#menu_publicRelations{
	cursor:pointer;
	padding-bottom:5px;
}

#menu_suffering{
	cursor:pointer;
	padding-bottom:5px;
}

#menu_company_info{
	cursor:pointer;
	padding-bottom:5px;
}

#menu_dream{
	cursor:pointer;
	padding-bottom:5px;
}

dl#company_info {
	width:728px;
}

dl#company_info dt {
	float:left;
	width:60px;
	padding:4px 10px;
	clear:both;
	font-weight:bold;
	color:#860000;
	border-top:1px solid #D3B680;
}

dl#company_info dd {
	margin-left:80px;
	padding:4px 10px;
	border-top:1px solid #D3B680;
}

