/* CSS Document */

/* 左メニューメイン */
#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu li {
	display: block;
	float: left;
	text-indent: -9999px;
}

#menu li a {
	display: block;
	height: 45px;
	width: 153px;
	text-decoration: none;
	margin-bottom: 1px;
}

#menu li#mn-corporate #selected {
	display: block;
	height: 45px;
	width: 153px;
	text-decoration: none;
	margin-bottom: 1px;
	background: url(../img/menu_corporate_ov.gif) no-repeat;
}
#menu li#mn-corporate a {
	background: url(../img/menu_corporate.gif) no-repeat;
}
#menu li#mn-corporate a:hover {
	background: url(../img/menu_corporate_ov.gif) no-repeat;
}

#menu li#mn-business #selected {
	display: block;
	height: 45px;
	width: 153px;
	text-decoration: none;
	margin-bottom: 1px;
	background: url(../img/menu_business_ov.gif) no-repeat;
}
#menu li#mn-business a {
	background: url(../img/menu_business.gif) no-repeat;
}
#menu li#mn-business a:hover {
	background: url(../img/menu_business_ov.gif) no-repeat;
}

#menu li#mn-topics a {
	background: url(../img/menu_topics.gif) no-repeat;
}
#menu li#mn-topics a:hover {
	background: url(../img/menu_topics_ov.gif) no-repeat;
}

#menu li#mn-recruit a {
	background: url(../img/menu_recruit.gif) no-repeat;
}
#menu li#mn-recruit a:hover {
	background: url(../img/menu_recruit_ov.gif) no-repeat;
}

/* YAMATO */

#yamato {
	width: 146px;
	clear: both;
	float: left;
	margin: 0px;
	padding-top: 30px;
	display: block;
	color: #666666;
	font-size: 7.5pt;
	text-align: center;
	line-height: 140%;
}

#yamato img#bn {
	margin-bottom: 0px;
}

#yamato a:link {
	color: #0046A5;
	text-decoration: none;
}
#yamato a:visited {
	color: #003399;
	text-decoration: none;
}
#yamato a:hover {
	color: #FF9966;
	text-decoration: none;
}

/* お問い合わせ */

#contact {
	margin-bottom: 8px;
	margin-top: 20px;
}

#inquiry ul {
	padding: 0px;
	margin: 0px;
}

#inquiry li a {
	display: block;
	height: 21px;
	width: 153px;
	text-decoration: none;
	margin-bottom: -1px;
}

#inquiry li#inq-corporate a {
	background: url(../img/bt_inq_corporate.gif) no-repeat;
}
#inquiry li#inq-corporate a:hover {
	background: url(../img/bt_inq_corporate_ov.gif) no-repeat;
}
#inquiry li#inq-recruit a {
	background: url(../img/bt_inq_recruit.gif) no-repeat;
}
#inquiry li#inq-recruit a:hover {
	background: url(../img/bt_inq_recruit_ov.gif) no-repeat;
}
#inquiry li#inq-privacy a {
	background: url(../img/bt_inq_privacy.gif) no-repeat;
}
#inquiry li#inq-privacy a:hover {
	background: url(../img/bt_inq_privacy_ov.gif) no-repeat;
}

/* 個人情報保護方針 */

#privacy {
	clear: both;
	float: left;
	margin: 0px;
	padding-top: 30px;
	display: block;
}

#handling a {
	text-indent: -9999px;
	display: block;
	height: 21px;
	width: 146px;
	padding-bottom: 23px;
	text-decoration: none;
	background: url(../img/bt_privacy.gif) no-repeat;
}
#handling a:hover {
	background: url(../img/bt_privacy_ov.gif) no-repeat;
}

/* Pマーク */

#p-mark {
	text-align: center;
	padding-top: 18px;
	border-top: 1px dotted #81C18F;
	margin-bottom: 10px;
}

