
/* ****************************** サイトロゴ ****************************** */
.topLogo{
	text-align: left;
	width: 401px;
	height: 87px;
}

.topLogo img{
	width: 319px;
	height: 30px;
}


/* ****************************** 地域リンク ****************************** */
.linkNorthAmerica{
	width: 85px;
	height: 87px;
	text-align: center;
	line-height: 1.0rem;
}

.linkEurope{
	text-align: left;
	width: 70px;
	height: 87px;
}

.linkAsia{
	text-align: left;
	width: 55px;
	height: 87px;
}

.linkJapan{
	text-align: left;
	width: 150px;
	height: 87px;
}


/* ****************************** for リンク ****************************** */

.forBtnDiv{
	position: relative;
	width: 235px;
	height: 87px;
}

.forNow{
	 position: absolute;
	 left: 0px;
	 top: 30px;
	 cursor: pointer;
}

.forImage{
	width: 218px;
	height: 26px;
}

.forOpen{
	width: 11px;
	height: 8px;
	margin-bottom: 6px;
}

.forLinkArea{
	 display: none;
	 position: absolute;
	 width: 250px;
	 height: 80px;
	 left: 0px;
	 top: 76px;
	 background-color: rgba(0, 0, 0, 0.5);
	 z-index: 2;
}

.forLink01{
	margin-top: 0px;
}

.forLink02{
	margin-top: 20px;
}


/* ****************************** for メニューテーブル ****************************** */

.menuTable{
	width: 100%;
	background-color: rgba(0, 104, 191, 0.4);
}

.menuTable tr td table{
	width: 990px;
}
