@charset "utf-8";

#main_base ul#navigation li.navi_3 a {
	position:relative;
	top:-62px;
}


/*---経営情報ページ共通ul設定------------------------------------------------*/

#left_area ul {
	margin:0 0 26px 0;
	padding:0;
}

#left_area ul li {
	display:inline;
	list-style-type:none;
}

#left_area ul li a {
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}

/*---ボタンStandard----------------------------------------------------------*/
#left_area ul li#strategy a {
	background:url(../images/management/management_strategy/left_botton_strategy.gif) no-repeat 0px 0px;
	width:165px;
	height:30px;
}

#left_area ul li#overview a {
	background:url(../images/management/management_strategy/left_botton_strategy.gif) no-repeat 0px -30px;
	width:165px;
	height:30px;
}

#left_area ul li#approach a {
	background:url(../images/management/management_strategy/left_botton_strategy.gif) no-repeat 0px -60px;
	width:165px;
	height:49px;
}

#left_area ul li#safety a {
	background:url(../images/management/management_strategy/left_botton_strategy.gif) no-repeat 0px -109px;
	width:165px;
	height:50px;
}


/*---ボタンHover--------------------------------------------------------------*/
#left_area ul li#strategy a:hover {
	background:url(../images/management/management_strategy/left_botton_strategy.gif) no-repeat -330px 0px;
	width:165px;
}

#left_area ul li#overview a:hover {
	background:url(../images/management/management_strategy/left_botton_strategy.gif) no-repeat -330px -30px;
	width:165px;
}

#left_area ul li#approach a:hover {
	background:url(../images/management/management_strategy/left_botton_strategy.gif) no-repeat -330px -60px;
	width:165px;
}

#left_area ul li#safety a:hover {
	background:url(../images/management/management_strategy/left_botton_strategy.gif) no-repeat -330px -109px;
	width:165px;
}


/*---ボタンNow-----------------------------------------------------------------*/
#left_area ul li#strategy_now a {
	background:url(../images/management/management_strategy/left_botton_strategy.gif) no-repeat -165px 0px;
	width:165px;
	height:30px;
}

#left_area ul li#overview_now a {
	background:url(../images/management/management_strategy/left_botton_strategy.gif) no-repeat -165px -30px;
	width:165px;
	height:30px;
}

#left_area ul li#approach_now a {
	background:url(../images/management/management_strategy/left_botton_strategy.gif) no-repeat -165px -60px;
	width:165px;
	height:49px;
}

#left_area ul li#safety_now a {
	background:url(../images/management/management_strategy/left_botton_strategy.gif) no-repeat -165px -109px;
	width:165px;
	height:50px;
}




