/* ===============[ Global Navi Menu ]=============== */

#g-navi {
	height: 50px;
	width: 900px;
	clear: both;
}
#g-navi li {
	display: inline;
	list-style: none;
	float: left;
}
#g-navi li a {
	font-size: 1px;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
}
#g-navi .policy a {
	height: 50px;
	width: 160px;
	background: url(../shared-img/g-navi-policy.jpg) no-repeat 0px 0px;
}
#g-navi .policy a:hover {
	background: url(../shared-img/g-navi-policy.jpg) no-repeat 0px -50px;
}
#g-navi .vision a {
	height: 50px;
	width: 128px;
	background: url(../shared-img/g-navi-vision.jpg) no-repeat 0px 0px;
}
#g-navi .vision a:hover {
	background: url(../shared-img/g-navi-vision.jpg) no-repeat 0px -50px;
}
#g-navi .info a {
	height: 50px;
	width: 121px;
	background: url(../shared-img/g-navi-info.jpg) no-repeat 0px 0px;
}
#g-navi .info a:hover {
	background: url(../shared-img/g-navi-info.jpg) no-repeat 0px -50px;
}
#g-navi .report a {
	height: 50px;
	width: 120px;
	background: url(../shared-img/g-navi-report.jpg) no-repeat 0px 0px;
}
#g-navi .report a:hover {
	background: url(../shared-img/g-navi-report.jpg) no-repeat 0px -50px;
}
#g-navi .commit a {
	height: 50px;
	width: 121px;
	background: url(../shared-img/g-navi-commit.jpg) no-repeat 0px -50px;
}
#g-navi .commit a:hover {
	background: url(../shared-img/g-navi-commit.jpg) no-repeat 0px -50px;
}
#g-navi .organi a {
	height: 50px;
	width: 123px;
	background: url(../shared-img/g-navi-organi.jpg) no-repeat 0px 0px;
}
#g-navi .organi a:hover {
	background: url(../shared-img/g-navi-organi.jpg) no-repeat 0px -50px;
}
#g-navi .discl a {
	height: 50px;
	width: 127px;
	background: url(../shared-img/g-navi-discl.jpg) no-repeat 0px 0px;
}
#g-navi .discl a:hover {
	background: url(../shared-img/g-navi-discl.jpg) no-repeat 0px -50px;
}

/* ===============[ Page Contents ]=============== */

#contents-wrapper h2 {
	height: 150px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../committee/img/h2-img.jpg) no-repeat;
}
.committee-wrapper {
	clear: both;
	margin-bottom: 40px;
}
.committee-wrapper h4 {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.committee-wrapper p {
	margin-left: 20px;
	text-indent: 1em;
}
.committee-wrapper ul {
	margin-left: 20px;
}
.committee-wrapper li {
	background: url(../shared-img/list-icon.gif) no-repeat 0px 3px;
	padding-left: 20px;
	list-style: none;
}
.table-member {
	width: 150px;
	height: auto;
	float: right;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 10px 20px;
	margin-left: 25px;
	background: #F7F7F7;
}
.table-member-2 {
	margin-top: 20px;
	width: 100%;
	table-layout:fixed;
}
.table-member th {
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1em;
	font-weight: bold;
	font-size: 13px;
}
.table-member td {
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 13px;
}
