@charset "shift_jis";
/* CSS Document */



#navi {
	clear:both;
	border-top:6px solid #36C;
	height:51px;
	display:block;
}


#naviInside {
	border:1px solid #CCC;
	margin-top:1px;
	height:42px;
}
#naviInside ul {
	white-space:no-wrap;
	width:905px;
}
#naviInside ul, #naviInside li {
	margin:0px;
	padding:0px;
	list-style:none;
}
#naviInside li {
	float:left;
	width:181px;
	/*visibility:hidden;*/
}
#menuTop a {
	background:url(../imgs/common/menu/btn01top.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	height:42px;
}
#menuTop a:hover {
	background:url(../imgs/common/menu/btn01top2.gif) no-repeat;
}
#menuService a {
	background:url(../imgs/common/menu/btn02service.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	height:42px;
}
#menuService a:hover {
	background:url(../imgs/common/menu/btn02service2.gif) no-repeat;
}

#menuCompany a {
	background:url(../imgs/common/menu/btn03company.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	height:42px;
}
#menuCompany a:hover {
	background:url(../imgs/common/menu/btn03company2.gif) no-repeat;
}

#menuIr a {
	background:url(../imgs/common/menu/btn04ir.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	height:42px;
}
#menuIr a:hover {
	background:url(../imgs/common/menu/btn04ir2.gif) no-repeat;
}

#menuRecruit a {
	background:url(../imgs/common/menu/btn05recruit.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	height:42px;
}
#menuRecruit a:hover {
	background:url(../imgs/common/menu/btn05recruit2.gif) no-repeat;
}	



/**ボタン統合メニュー**/

/*TOP
#gmenuTop {
	background:url(../imgs/common/menu/btnMenu.png) 0px 0px;
	text-indent:-9999px;
	display:block;
	height:42px;
}
#gmenuTop:hover {
	background:url(../imgs/common/menu/btnMenu.png) 0px -42px;
}*/

/*サービス
#gmenuService {
	background:url(../imgs/common/menu/btnMenu.png) -181px 0px;
	text-indent:-9999px;
	display:block;
	height:42px;
}
#gmenuService:hover {
	background:url(../imgs/common/menu/btnMenu.png) -181px -42px;
}*/

/*会社情報
#gmenuCompany {
	background:url(../imgs/common/menu/btnMenu.png) -362px 0px;
	text-indent:-9999px;
	display:block;
	height:42px;
}
#gmenuCompany:hover {
	background:url(../imgs/common/menu/btnMenu.png) -362px -42px;
}
*/
/*IR情報
#gmenuIr {
	background:url(../imgs/common/menu/btnMenu.png) -543px 0px;
	text-indent:-9999px;
	display:block;
	height:42px;
}
#gmenuIr:hover {
	background:url(../imgs/common/menu/btnMenu.png) -543px -42px;
}
*/
/*採用情報
#gmenuRecruit {
	background:url(../imgs/common/menu/btnMenu.png) -724px 0px;
	text-indent:-9999px;
	display:block;
	height:42px;
}
#gmenuRecruit:hover {
	background:url(../imgs/common/menu/btnMenu.png) -724px -42px;
}	

*/

ul#naviList {
      list-style: none;
      margin: 0;
      padding: 0;
}
ul#naviList li {
	float: left;
	text-indent:-9999px;
}
ul#naviList2 {
	list-style: none;
 	margin: 0;
 	padding: 0;
}
ul#naviList2 li {
	float: left;
	text-indent:-9999px;
}




@media print {
   #navi {
	display:none;
}
}
	
