/* ===============[ 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(../form/img/h2-img.jpg) no-repeat;
}#form-wrapper {
	margin-left: 20px;
	padding-bottom: 30px;
}
#form-wrapper div {
	border: 1px solid #CCCCCC;
	padding: 15px 20px;
	margin-top: 20px;
}
#form-wrapper h4 {
	margin-bottom: 20px;
}
#form-wrapper p {
	line-height: 170%;
}
#submit-btn {
	text-align: center;
	clear: both;
	width: 195px;
	margin-right: auto;
	margin-left: auto;
}
.input-width {
	width: 390px;
}
dl dt {
	float: left;
	width: 150px;
	clear: both;
	height: auto;
	display: table-cell;
	padding-top: 15px;
	padding-bottom: 15px;
}
dl dt span {
	COLOR: #FF0000;
}
dl dd {
	margin-left: 170px;
	padding-top: 20px;
	padding-bottom: 20px;
}
dl dd input {
	Z-INDEX: 2; POSITION: relative
}
dl dd label {
	margin-right: 10px;
	position: relative;
	z-index: 1;
}
dl dd.error input {
	background: #ffcccc;
}
dl dd.error textarea {
	background: #ffcccc
}
dl dd.error label {
	background: #ffcccc
}
* html dl dd.error label {
	background: none transparent scroll repeat 0% 0%
}
* + html dl dd.error label {
	background: none transparent scroll repeat 0% 0%
}
dl dd p.error {
	FONT-WEIGHT: bold;
	COLOR: #FF0000;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
#form-wrapper .thanks {
	margin-right: 30px;
	margin-left: 50px;
	margin-bottom: 20px;
}
