@charset "UTF-8";

/* contents set */
.links-menu-switch {
	width: 20px;
	margin: 0px;
	padding: 0px;
	float: right;
}
.links-menu-switch img {
	visibility: hidden;
}
.links-menu-switch span {
	display: none;
}
.links-menu-switch a,
.links-menu-switch a:link,
.links-menu-switch a:visited {
	background-image: url(parts/switch_indexnext.gif);
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.links-menu-switch a:focus,
.links-menu-switch a:hover{
	background-position: 0px -20px;
}
.links-menu-switch a:active {
	background-position: 0px -40px;
}


/* contents table set */
table.profile-table {
	width: 510px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-top: 1px solid #999999;
	empty-cells: hide;
}
table.profile-table th,
table.profile-table td {
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #999999;
}
table.profile-table th {
	width: 65px;
}
table.profile-table td {
	width: auto;
}

table.organization-table {
	width: 510px;
	margin: 0px;
	padding: 0px;
}
table.organization-table td {
	width: 255px;
	margin: 0px;
	padding: 0px;
}

table.executiveteam {
	width: 510px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999999;
}
table.executiveteam th {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	width: 75px;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #999999;
}
table.executiveteam td {
	vertical-align: top;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #999999;
}
.officialposition {
	font-size: 10px;
	width: 75px;
}
.neme {
	font-size: 12px;
}

table.iso-table {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-top: 1px solid #999999;
	empty-cells: hide;
}
table.iso-table th,
table.iso-table td {
	font-size: 1em;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #999999;
}
table.iso-table th {
	width: 80px;
}
table.iso-table td {
	width: autp;
}