/*--------------------------------------------------------
■グローバルメニューの設定
--------------------------------------------------------*/

#global-menu{
	float: left;
	position: absolute;
	top: 112px;
	width: 980px;
	text-align: center;
	z-index:5;
	padding:0;
	margin:0 auto;
	background:url(../images/global-menu-office.jpg) no-repeat;
}

#global-menu a {
	display:block;
	text-indent:-9999px;
	list-style: none;
	font-size: 0%;
}

#global-menu ul li {
	float:left;
	position:relative;
	display:block;
	width:196px;
	height:30px;
}

#global-menu ul li a {
	display:block;
	width:196px;
	height:30px;
	text-decoration:none;
}

#m1 a {width:196px;}
#m2 a {width:196px;}
#m3 a {width:196px;}
#m4 a {width:196px;}
#m5 a {width:196px;}

#m1 a:hover {background:url("../images/global-menu-office.jpg") 0px -30px no-repeat}
#m2 a:hover {background:url("../images/global-menu-office.jpg") -196px -30px no-repeat}
#m3 a:hover {background:url("../images/global-menu-office.jpg") -392px -30px no-repeat}
#m4 a:hover {background:url("../images/global-menu-office.jpg") -588px -30px no-repeat}
#m5 a:hover {background:url("../images/global-menu-office.jpg") -784px -30px no-repeat}