@charset "utf-8";

/*----------------------------------------
HTML:/union/list.html
CSS:/union/css/list.css


----------------------------------------*/


/* officer
---------------------*/
div.section.officer {
	width:540px;
	overflow:hidden;	
}
div.section.officer .officer-list-l {
	float:left;
	width:260px;
}
div.section.officer .officer-list-r {
	float:right;
	width:260px;
}



div.section.officer table {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
div.section.officer table th,
div.section.officer table td {
	font-size:0.8em;
	vertical-align:middle;
}
div.section.officer table tr.even td,
div.section.officer table tr.last.even td {
	background-color:#F7F6F3;
}

div.section.officer table td.name {
	font-size:1em;
}
div.section.officer table thead th {
	padding:7px;
	background:#D3CA86;
	border-right:1px solid #B4AA45;
	border-bottom:2px solid #B4AA45;
	font-weight:bold;
	text-align:center;
}
div.section.officer table tbody td {
	padding:7px 7px 8px 7px;
	background:
		url(../../images/common/bg_border_dotted.gif) 
		repeat-x left bottom;
	border-right:1px solid #CCCCCC;
	text-align:center;
}
div.section.officer table tbody tr.last td {
	background:none;
	border-bottom:1px solid #CCCCCC;
}
