/* ===============[ 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 -50px;
}
#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: 150px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../report/img/h2-img.jpg) no-repeat;
	}
#contents div {
	padding-bottom: 30px;
	clear: both;
}

#contents .blue-text {
	font-weight: bold;
	color: #0066CC;
	font-size: 15px;
}
#contents .date-text {
	color: #55AA00;
	font-weight: bold;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#contents p {
	margin-bottom: 0.7em;
	margin-left: 20px;
}
#contents img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#page-navi {
	clear: both;
	width: 660px;
	font-size: 11px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}
#page-navi .rew {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background: url(../information/img/arrow-left.gif) no-repeat 0px 5px;
}
#page-navi .fwd {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 25px;
	background: url(../information/img/arrow-right.gif) no-repeat 320px 5px;
}
#page-navi a {
	color: #666666;
	text-decoration: none;
}
#page-navi a:visited {
	color: #666666;
	text-decoration: none;
}
#page-navi a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#contents p {
	margin-bottom: 2em;
	margin-left: 20px;
}
#contents img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#contents li {
	margin-left: 3em;
