/* ===============[ 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 0px;
}
#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 -50px;
}
#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(../organization/img/h2-img.jpg) no-repeat;
}
#organi-map {
	margin-left: 20px;
	padding-bottom: 40px;
	padding-top: 20px;
}
#proceed-table {
	margin-left: 20px;
	margin-top: 20px;
	border-collapse:collapse;
	width: 95%;
	margin-bottom: 30px;
}
#proceed-table th {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: center;
	background: #EBEBEB;
	padding-right: 4px;
	padding-left: 8px;
}
#proceed-table td {
	border: 1px solid #CCCCCC;
	padding: 4px 10px 4px 20px;
	text-align: justify;
}
#proceed-table .name-td {
	padding-left: 45px;
}
