@charset "utf-8";
@import url("./_about_common.css");

/*---------- 役員組織図 CSS ----------*/

#ContentBody #MainBox p.Updated {
	text-align: center;
	color: #399;
	font-size: 75%;
}
#ContentBody #MainBox table#Officer {
	width: auto;
	margin: 20px auto;
	border-collapse: collapse;
	background-image: url("../common/images/opacity_w.png");
	_background-image: none;
	_background-color: #fff;
}
#ContentBody #MainBox table#Officer th ,
#ContentBody #MainBox table#Officer td {
	padding: 5px 15px;
	border: 1px solid #ccc;
}
#ContentBody #MainBox table#Officer th {
	line-height: 1.1;
	color: #666;
	background: #f0f0f0;
	font-size: 75%;
	letter-spacing: .1em;
	font-weight: normal;
}
#ContentBody #MainBox table#Officer td {
	font-size: 81.25%;
	line-height: 1.4;
}
#ContentBody #MainBox table#Officer strong {
	font-size: 123.07692%;
	letter-spacing: .1em;
	font-weight: normal;
}
#ContentBody #MainBox table#Officer .Ruby {
	font-size: 76.92307%;
}
#ContentBody #MainBox table#Officer .Belong {
	color: #366;
}

