/* ===============[ 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 ]=============== */

#h2-index {
	height: 100px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../guide/img/h2-index-img.jpg) no-repeat;
}
#h2-link {
	height: 100px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../guide/img/h2-link-img.jpg) no-repeat;
}
#h2-sitemap {
	height: 100px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../guide/img/h2-sitemap-img.jpg) no-repeat;
}
#sitemap-wrapper a {
	color: #0066CC;
	text-decoration: none;
}
#sitemap-wrapper a:visited {
	color: #0066CC;
	text-decoration: none;
}
#sitemap-wrapper a:hover {
	text-decoration: underline;
}
.sitemap {
	float: left;
	padding-bottom: 20px;
	margin-left: 40px;
	font-size: 15px;
}
.sitemap ul {
	padding-left: 22px;
	background: url(../guide/img/map-line3.gif) repeat-y 22px 0px;
}
.sitemap li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
}
.sitemap ul ul {
	padding-left: 22px;
	background: url(../guide/img/map-line-non.gif) repeat-y 22px 0px;
}
.sitemap ul li ul li {
	font-size: 13px;
}
.sitemap .line1 {
	background: url(../guide/img/map-line1.gif) no-repeat;
}
.sitemap .line2 {
	background: url(../guide/img/map-line2.gif) no-repeat;
}
#link-wrapper {
	margin-left: 20px;
}
#link-wrapper a {
	color: #333333;
	text-decoration: none;
	padding-left: 20px;
	background: url(../guide/img/link-icon.gif) no-repeat 0px 5px;
	padding-top: 2px;
	padding-bottom: 4px;
	display: block;
}
#link-wrapper a:visited {
	color: #333333;
	text-decoration: none;
}
#link-wrapper a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#link-wrapper table {
	table-layout:fixed;
	border-collapse:collapse;
	margin-left: 20px;
	width: 97%;
	margin-bottom: 30px;
	margin-top: 10px;
}
#link-wrapper td {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#privacy {
	margin-left: 20px;
}
#privacy h4 {
	border-top: 1px dotted #999999;
	margin-top: 1em;
	padding-top: 1em;
}
#privacy li {
	margin-left: 30px;
}
#privacy #seitei {
	text-align: right;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}
