﻿@charset "UTF-8";
/* AssetNowVersion: FX1.7.0 Last Up Date: 2008-7-25 DesignVersion: 1.6 */

/*****************************************************************************/
/* -=グローバルナビゲーション                                                */
/*****************************************************************************/

#GlobalNavigationWrapper {
	color: #000000;
	width: 980px;
	margin: 0 auto;
}

.GrobalNavigationTopBorder {
}

#GlobalNavigation {
	width: 100%;
}

.GrobalNavigationBottomBorder {
}

/*****************************************************************************/
/* グローバルナビゲーション(グループメニュー)                                */
/* common/subwebstop.cfm                                                     */
/*****************************************************************************/
/* グループリスト */
ul.globalPrimaryMenu {
	margin: 0;
	list-style-type: none; /* don't touch */
}
ul.globalPrimaryMenu:after {
	content: "";
	display: block;
	clear: both;
}
li.globalPrimaryMenu {
	margin-bottom: 0px;
	padding: 0px;
	float: left; /* don't touch */
	position: relative;
	z-index: 99;
	width: auto;
}
li.globalPrimaryMenu a {
	padding: 0;
	margin: 0;
}
li.globalPrimaryMenu a img {
  border: 0;
}