/* ===============[ 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 -50px;
}
#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: 150px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../policy/img/h2-img.jpg) no-repeat;
}
#basic-policy {
	margin-bottom: 70px;
	clear: both;
}
#basic-policy ul {
	margin-left: 60px;
	margin-right: 40px;
}
#basic-policy li {
	font-size: 15px;
	font-weight: bold;
	list-style: none;
	padding-bottom: 20px;
	color: #666666;
	line-height: 160%;
}
#slogan {
	border: 1px solid #CCCCCC;
	text-align: center;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 25px;
	margin-top: 20px;
}
#slogan h4 {
	font-size: 1px;
	background: url(../policy/img/lomslogan.jpg) no-repeat;
	text-indent: -9999px;
	height: 40px;
	width: 560px;
	margin-bottom: 25px;
}
#slogan p {
	font-size: 15px;
	color: #0066CC;
	text-align: center;
}
#operating-policy {
	margin-bottom: 30px;
	clear: both;
}
#operating-policy ul {
	margin-left: 50px;
}
#operating-policy li {
	background: url(../shared-img/list-icon.gif) no-repeat 0px 4px;
	list-style: none;
	padding-left: 20px;
	padding-bottom: 10px;
}
#chief {
	clear: both;
	margin-bottom: 50px;
}

#chief h4 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 1em;
}
#chief-name {
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: 320px;
}
#chief h5 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dotted #999999;
	margin-bottom: 0.5em;
	clear: both;
}
#chief h6 {
	padding-left: 100px;
	font-size: 13px;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

#chief p {
	line-height: 1.7em;
	text-indent: 1em;
	padding-left: 100px;
}
#chief ul {
	padding-left: 130px;
	font-style: italic;
	margin-top: 1em;
}
#chief li {
	list-style-type: none;
}
#chief p#prologe {
	padding-left: 20px;
	text-indent: 0px;
}

#chief-photo {
	float: right;
	margin-left: 10px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#chief-lastline {
	padding-top: 1em;
	padding-bottom: 2em;
	line-height: 2em;
	text-indent: 0 !important;
	text-align: center !important;
	font-weight: bold;
}

