@charset "EUC-JP";

@import "./common.css";

/* ================= basic : elements ================= */
em {
	color: #993333;
	}

/* --------------------------------- NAVI ---------------------------------- */
/* main navi */
#NAVI ul.main li#BOARD_MEMBER span.self {
	background-image: url(../images/navi/navi_02_on.gif);
	}

/* sub navi */
#NAVI ul.main li#BOARD_MEMBER ul.sub {
	display: block;
	position: static;
	width: auto;
	background: transparent;
	border: none;
	padding: 0;
	margin: 4px 5px 0 5px;
	}
#NAVI ul.main li#BOARD_MEMBER ul.sub li.self {
	color: #993333;
	}

/* ---------------------------------- MAIN --------------------------------- */
/* link */
#MAIN a:visited { color: #993333; }
#MAIN a:hover { color: #993333; }

/* heading */
#MAIN h1 {
	color: #993333;
	}
#MAIN h2 {
	color: #993333;
	}

#MAIN h3 {
	color: #993333;
	background: url(../images/board_member/listmark.gif) left center no-repeat;
	padding-left: 10px;
	margin: 2em 0 1em 0;
	}

/* locator */
ul.to-top {
	clear: both;
	}

/* --- organization (Japan/index) --- */
/* organization chart */
dl.organization_chart {
	float: right;
	width: 335px;
	_width: 345px;
	border: solid 5px #ebd6d6;
	margin: -40px 0 10px 10px;
	}
dl.organization_chart dt {
	font-size: 14px;
	font-weight: bold;
	color: #800080;
	background: #ebd6d6;
	text-align: center;
	padding: 5px 0 10px 0;
	}
dl.organization_chart dd {
	text-align: center;
	padding: 5px 0 10px 0;
	}
dl.organization_chart dd span.date {
	display: block;
	text-align: right;
	margin: 0 5px 10px 0;
	}

/* organization */
dl.organization {
	}
dl.organization dt {
	font-weight: bold;
	margin-bottom: 0.1em;
	}
dl.organization dd {
	margin-bottom: 1.5em;
	}

dl.organization dd ul {
	_position: relative;
	font-weight: bold;
	margin-top: 1em;
	}
dl.organization dd ul li {
	background: url(../images/board_member/listmark.gif) 0 3px no-repeat;
	padding-left: 10px;
	margin-bottom: 1em;
	}

dl.organization dd ul li span.nations {
	font-weight: normal;
	margin-left: 0.1em;
	}


/* subcommittie */
dl.subcommittie {
	margin: 1.5em 5px 0 5px;
	}
dl.organization dl.subcommittie dd ul {
	font-weight: normal;
	margin-top: 0;
	}
dl.organization dl.subcommittie dd ul li {
	margin-bottom: 0.1em;
	}

/* --- organize (international) --- */
/* council chart */
p.council_chart {
	float: right;
	margin: 0 0 10px 10px;
	}
/* (test version start) */
dl.council_chart {
	float: right;
	margin: 0 0 10px 10px;
	}
dl.council_chart dt {
	line-height: 0;
	}
dl.council_chart dd {
	position: absolute;
	top: 101px;
	left: 473px;
	width: 137px;
	line-height: 0;
	}
dl.council_chart dd ul li#TO_IC {
	position: absolute;
	}
dl.council_chart dd ul li#TO_EXCOM {
	position: absolute;
	top: 47px;
	}
dl.council_chart dd ul li#TO_ITM {
	position: absolute;
	top: 113px;
	}
dl.council_chart dd ul li a {
	display: block;
	width: 137px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background-color: #ccf;
	}
/* (test version end) */

/* --- council --- */
/* council member */
table.council_member {
	width: 100%;
	border-collapse: collapse;
	}
table.council_member caption {
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	text-align: right;
	padding: 0;
	padding-bottom: 0.1em;
	}
table.council_member th {
	font-weight: normal;
	background: #dbb5b5;
	border: none;
	text-align: center;
	padding: 3px 10px;
	}
table.council_member td {
	background: #ebd6d6;
	border: solid 1px #ffffff;
	border-left: none;
	vertical-align: top;
	padding: 3px 10px;
	}

table.council_member th.title {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #993333;
	border-top: solid 2em #ffffff;
	border-right: solid 1px #ffffff;
	}
table.council_member th.corp {
	width: 25%;
	}
table.council_member th.section {
	width: 35%;
	}
table.council_member th.position {
	width: 25%;
	}
table.council_member th.name {
	width: 15%;
	border-right: solid 1px #ffffff;
	}

table.council_member tr#CHAIRMAN th.title {
	border-top: none;
	}

/* --- international --- */
/* site */
ul.site {
 /	float: left;/
	min-height: 7em;
	height: auto !important;
	height: 7em;
	margin-bottom: 1em;
	}
ul.site li {
	margin-left: 10px;
	}
ul#GROUP1 {
	padding-right: 1%;
	}
ul#GROUP2 {
	border-left: dotted 1px #000000;
	padding-left: 1%;
	}
A:link#tc { color: #2a02c3; }
A:visited#tc { color: #1c4585; }
A:hover#tc { color: #0293c3; }


