@charset "utf-8";
/* CSS Document */
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: this_dirctory_css.css
 * author		: kotaro sekiya
 * style info	: こEチEレクトリ冁EペEジCSS
 -----------------------------------------------------------*/
/* subpage.css -  2階層目以降Eージ用共通CSS
----------------------------------------------------------- */
@import url("../../../common/css/subpage.css");

#contents #article .pageTtl {
	margin-bottom: 20px;
}

#contents #article .subTtl {
	margin: 25px 0 10px 0;
}

#contents #article .headLine {
	margin-bottom: 12px;
}

#contents #article dt {
	font-weight: bold;
}

#tableArea {
	background: url(../img/bg_dot.gif) repeat-x left bottom;
}

#tableArea table {
	width: 100%;
	border: 0;
	margin-bottom: 1px;
}

#tableArea table table{
	margin:0;
}
#tableArea table table tr{
	background:none;
	padding:0;
}
#tableArea table table th{
	border:0;
	background:none;
	padding:0;
	width:9.5em;
	text-align:left;
	vertical-align:top;
}

#tableArea table table td{
	padding:0;
}

#tableArea table th {
	border-right: 2px solid #d0d0d0;
	width: 84px;
	background: url(../img/bg_dot.gif) repeat-x left top #ececec;
	text-align: center;
}

#tableArea table tr {
	background: url(../img/bg_dot.gif) repeat-x left top;
	padding: 10px 0 10px 15px;
}

#tableArea table td {
	padding: 10px 0 10px 15px;
}

#tableArea .officer dl,
#tableArea ul{
	margin-bottom:0;
}

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


.officer dt {
	float: left;
}

.officer dt.represen {
	width: 6.5em;
}

.officer dt.director {
	width: 55px;
	clear: both;
}

.officer dd {
	float: left;
	width: 150px;
}
