@charset "shift_jis";
#home #container #globalnavi {
	z-index: 10;
}



/* IE6対策 << IE6でドロップダウンが機能するようにするための措置 >>
----------------------------------------------------------------*/
ul#MenuTitle {
	behavior: url("shared/css/csshover3-source.htc");
}


/* グローバルナビゲーション(メインコンテンツ)のサブコンテンツサイズ設定
   各メインコンテンツごとに、hover時のサイズを設定する
----------------------------------------------------------------*/
ul#MenuList  {
	position: absolute;
	height: 0px;
	width: 135px;
	overflow: hidden;
}
li#gprofile:hover ul#MenuList       {
	height: auto;
	width: 134px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	z-index: 100;
}
li#gproducts:hover   ul#MenuList       {
	height: auto;
	width: 224px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	z-index: 100;
}
li#gtechnical:hover   ul#MenuList           {
	height: auto;
	width: 134px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
li#gemployment:hover ul#MenuList           {
	height: auto;
	width: 134px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	z-index: 100;
}
li#gcontact:hover  ul#MenuList           {
	height: auto;
	width: 134px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#globalnavi         ul#MenuList            .List a     {
	height: 18px;
	width: 122px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	text-align: left;
	color: #333333;
	display: block;
	position: relative;
	margin: 0px;
	padding-left: 10px;
	background-color: #F2F2F2;
	text-decoration: none;
	border-bottom-style: none;
	z-index: 100;
}
#globalnavi         ul#MenuList           .List a:hover   {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #0099FF;
	background-image: none;
}

/* グローバルナビゲーション(サブコンテンツ)の設定
----------------------------------------------------------------*/
#globalnavi      #gproducts    ul#MenuList    .List a {
	height: 18px;
	width: 212px;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	text-align: left;
	background-repeat: repeat;
	position: relative;
	padding-left: 10px;
	background-color: #F2F2F2;
	text-decoration: none;
	vertical-align: middle;
	color: #333333;
}
#globalnavi         #gproducts         ul#MenuList      .List a:hover    {
	color: #0066FF;
	text-decoration: none;
	background-color: #0099FF;
	color: #FFFFFF;
	background-image: none;
}
