/* /corp_info/ CSS common */

.h2_box {
	border-left:7px solid #c6c58c;
}
.h2_in_category {
	margin:0 0 0 4px;
	padding:6px 0 4px 3px;
	background:url(/template/img/dot_2px.gif) repeat-x left bottom;
	color:#333;
	font-weight:bold;
	font-size:0.97em;
	line-height:1.0;
	}
h2 {
	margin:2px 0px 2px 4px;
	padding:8px 0 5px 10px;
	background-color:#F4F3E8;
	color:#333;
	font-weight:bold;
	font-size:1.28em;
	line-height:1.0;
	}

h3 {
	clear:both;
	margin:20px 10px 20px 10px;
	padding:0;
	background:url(../img/back_h3_line.gif) repeat-x left 9px;
}

h3 span {
	margin:0 0 0 0;
	padding:1px 7px 0 18px;
	background:url(../img/back_h3.gif) #fff no-repeat left center;
	color:#333;
	font-weight:bold;
	font-size:0.85em;
	line-height:1.2;
}

h3 span.no_square {
	margin:0 0 0 0;
	padding:1px 7px 0 18px;
	background-image:none;
	color:#333;
	font-weight:bold;
	font-size:0.85em;
	line-height:1.2;
}

h4 {
	clear:both;
	float:none;
	margin:20px 10px 10px 30px;
	padding:0 7px 0 3px;
	background:url(../img/back_h4.gif) repeat-y left center;
	border-left:2px solid #c6c58c;
	font-weight:bold;
	font-size:0.97em;
	line-height:1.2;
	color:#333;
	}
h5 {
	clear:both;
	margin:0px 10px 10px 10px;
	padding:3px 0 1px 7px;
	border-bottom:1px solid #c6c58c;
	background-color:#fff;
	font-weight:bold;
	font-size:0.97em;
	line-height:1.2;
	color:#333;
	}
p { margin-left:40px; margin-right:10px; line-height:1.5; }

/* directors table photo --------------------------------*/
table.directors_photo {
	margin:4px 10px 10px 30px;
	padding:0;
	border-collapse:collapse;
	width:90%
	}
.directors_photo td {
	margin:0px;
	padding:15px 0px 4px 10px;
	white-space:normal;
	vertical-align:top;
	/*text-indent:-10px;*/
	border-bottom:1px solid #ccc;
	}
.directors_photo td.ph { padding-top:8px; width:90px; }
.directors_photo td span { font-weight:bold; }

/* directors table --------------------------------*/
ul.directors {
	margin:10px 10px 10px 60px;
	padding:0;
	width:80%;
	}
.directors li {
	display:block;
	float:left;
	margin:0;
	padding:3px 10px 0px 0;
	white-space:nowrap;
	width:30%;
	}
.directors li.direc_title {
	width:75%;
	}

