@charset "UTF-8";
/* AssetNowVersion: ST1.9.0 Last Up Date: 2009-09-09 DesignVersion: 1.8 */

/*****************************************************************************/
/* -=グローバルナビゲーション                                                */
/*****************************************************************************/

#GlobalNavigationWrapper {
	margin:0 auto;
	color: #000000;
	width: 989px;
	height:auto !important;
	min-height:57px;
	_height:57px;
	background: url(images/GlobalNavigationWrapper_bg.gif) no-repeat 0 0;

}


#GlobalNavigation {
	margin: 0 auto ;
	width: 970px;
	display: block;
}

	#GlobalNavigation:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}


/*****************************************************************************/
/* グローバルナビゲーション(グループメニュー)                                */
/* common/subwebstop.cfm                                                     */
/*****************************************************************************/
/* グループリスト */
ul.globalPrimaryMenu {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	list-style-type: none; /* don't touch */
	display: block;
	background: url(images/GlobalPrimaryMenu_bg.jpg) repeat-x 0 0;
}
	ul.globalPrimaryMenu:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
li.globalPrimaryMenu {
	float: left; /* don't touch */
	padding-right: 1px;
	font-weight:bold;
	background: url(images/li_globalPrimaryMenu_bg.jpg) repeat-x 100% 0;
}
/* a要素一括指定 */
a.globalPrimaryMenu,
a.globalPrimaryMenuSelected {
	margin: 1px 0 0;
	padding-top: 10px;
	padding-right: 36px;
	padding-bottom: 10px;
	padding-left: 36px;
	display: block; /* don't touch */
	float: left; /* for Mac IE5 */
	text-align: center;
	color:#3e3e3e;
}
/* 未選択アイテム */
a.globalPrimaryMenu,
a.globalPrimaryMenu:link,
a.globalPrimaryMenu:visited {
	text-decoration: none;
}
/* 未選択アイテムa.hover要素 */
a.globalPrimaryMenu:hover {
	color:#3e3e3e;
	text-decoration: none;
	background: url(images/li_globalPrimaryMenu_hover_bg.jpg) repeat-x 100% 0;
}
/* 選択済みアイテム */
a.globalPrimaryMenuSelected,
a.globalPrimaryMenuSelected:link,
a.globalPrimaryMenuSelected:visited,
a.globalPrimaryMenuSelected:hover {
	color:#3e3e3e;
	text-decoration: none;
}

li#grp1 {
	border-bottom:2px solid #48b2ca;
}

li#grp28 {
	border-bottom:2px solid #80be2d;
}

li#grp25 {
	border-bottom:2px solid #e8b005;
}

li#grp24 {
	border-bottom:2px solid #3166ac;
}

li#grp26 {
	border-bottom:2px solid #30ac70;
}

li#grp23 {
	border-bottom:2px solid #e97e38;
}

li#grp27 {
	border-bottom:2px solid #7469c9;
}

li#grp7 {
	border-bottom:2px solid #80be2d;
}

