@charset "utf-8";
/* CSS Document */

div#globalmenu {
	width:780px;
	height:36px;
	margin:0 auto;
　　  text-align:left;
}
* html div#globalmenu {
	margin:0 auto 0 auto;
}
div#globalmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
div#globalmenu li {
	margin:0;
	padding:0;
	float:left;
}
div#globalmenu li.home a {
	background: url(images/global_menu001.gif) no-repeat;
	width:156px;
	height:36px;
	margin:0;
	padding:0;
	display:block;
}
div#globalmenu li.home a:hover {
	background:url(images/global_menu001.gif) no-repeat;
	width:156px;
	height:36px;
	display:block;
}

div#globalmenu li.company a {
	background: url(images/global_menu002.gif) no-repeat;
	width:156px;
	height:36px;
	margin:0;
	padding:0;
	display:block;
}
div#globalmenu li.company a:hover {
	background:url(images/global_menu002.gif) no-repeat;
	width:156px;
	height:36px;
	display:block;
}
div#globalmenu li.carge a {
	background: url(images/global_menu003.gif) no-repeat;
	width:156px;
	height:36px;
	margin:0;
	padding:0;
	display:block;
}
div#globalmenu li.carge a:hover {
	background:url(images/global_menu003.gif) no-repeat;
	width:156px;
	height:36px;
	display:block;
}
div#globalmenu li.results a {
	background: url(images/global_menu004.gif) no-repeat;
	width:156px;
	height:36px;
	margin:0;
	padding:0;
	display:block;
}
div#globalmenu li.results a:hover {
	background:url(images/global_menu004.gif) no-repeat;
	width:156px;
	height:36px;
	display:block;
}
div#globalmenu li.inqury a {
	background: url(images/global_menu005.gif) no-repeat;
	width:156px;
	height:36px;
	margin:0;
	padding:0;
	display:block;
}
div#globalmenu li.inqury a:hover {
	background:url(images/global_menu005.gif) no-repeat;
	width:156px;
	height:36px;
	display:block;
}
