/* ===============[ 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 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: 100px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../admission/img/h2-img.jpg) no-repeat;
}
#contents {
	background: url(../admission/img/back-photo.jpg) no-repeat 260px 50px;
}
#honbun-text {
	margin-left: 20px;
	width: 320px;
	margin-top: 50px;
	line-height: 180%;
	margin-bottom: 50px;
	font-weight: bold;
}
#kubun-contact-wrapper {
	margin-left: 20px;
	padding-bottom: 30px;
}
#member-kubun {
	height: auto;
	margin-bottom: 20px;
	width: 370px;
	float: left;
}
#member-kubun div {
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin-bottom: 15px;
}

#member-kubun h5 {
	font-size: 15px;
}
#member-kubun p {
	background: url(../shared-img/list-icon.gif) no-repeat 0px 3px;
	padding-left: 20px;
	margin-top: 10px;
	font-weight: bold;
}
#member-kubun ul {
	list-style: none;
	margin-left: 20px;
}
#contant {
	height: auto;
	width: 235px;
	float: right;
}
#contant p {
	border: 1px solid #CCCCCC;
	background: #F2F2F2;
	margin-top: 10px;
	padding: 20px 8px 20px 15px;
	line-height: 2em;
}
#contant p img {
	margin-top: 60px;
}
