@charset "UTF-8";
/* AssetNowVersion: FX1.9.0 Last Up Date: 2009-08-31 DesignVersion: 1.8 */

/*****************************************************************************/
/* -=グローバルナビゲーション                                                */
/*****************************************************************************/

#GlobalNavigationWrapper {
	display: none;/*width: 100%;
	color: #000;
	background: #FFF url(images/GlobalNavigationWrapper_bg.png) repeat-x center left;*/
}
.GrobalNavigationTopBorder {
	color: #FFFFFF;
	background: #065EB4 url(images/GrobalNavigationTopBorder_bg.gif) repeat-x left top;
	width: 100%;
	height: 2px;
}
#GlobalNavigation {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
.GrobalNavigationBottomBorder {
	clear: left; /* for Netscape 7.2 */
	background: #065EB4 url(images/GrobalNavigationBottomBorder_bg.gif) repeat-x left top;
	width: 100%;
	height: 3px;
}

/*****************************************************************************/
/* グローバルナビゲーション(グループメニュー)                      		          */
/* common/subwebstop.cfm                                                     */
/*****************************************************************************/
/* グループリスト */
ul.globalPrimaryMenu {
	width: 100%;
	list-style-type: none; /* don't touch */
}
li.globalPrimaryMenu {
	float: left; /* don't touch */
}
/* a要素一括指定 */
a.globalPrimaryMenu,
a.globalPrimaryMenuSelected {
	margin: 0;
	/*padding: 14px 10px 12px 30px;*/
	padding: 14px 10px 12px 10px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #C8C8C8;
	display: block; /* don't touch */
	float: left; /* for Mac IE5 */
	/*background: #FFF url(images/globalPrimaryMenu_bg.png) repeat-x -5px center;*/
	background: #FFF url(images/globalPrimaryMenu_bg.png) repeat-x -35px center;
	/*font-size: 116%;*/
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
/* 未選択アイテム */
a.globalPrimaryMenu,
a.globalPrimaryMenu:link,
a.globalPrimaryMenu:visited {
	color: #000;
}
/* 未選択アイテムa.hover要素 */
a.globalPrimaryMenu:hover {
	border-left: 1px solid #FFF;
	border-right: 1px solid #C8C8C8;
	color: #039;
	background: #FFF url(images/globalPrimaryMenu_hover_bg.png) repeat-x -35px center;
}
/* 選択済みアイテム */
a.globalPrimaryMenuSelected,
a.globalPrimaryMenuSelected:link,
a.globalPrimaryMenuSelected:visited,
a.globalPrimaryMenuSelected:hover {
	padding: 14px 15px 12px 15px;
	border-left: 1px solid #10569D;
	border-right: 1px solid #10569D;
	color: #FFF;
	font-weight: bold;
	background: #085FB3 url(images/globalPrimaryMenuSelected_bg.png) no-repeat center bottom;
}

/*****************************************************************************/
/* -=グローバルナビゲーション（手動追加版）                                         */
/*****************************************************************************/
#DynamicGNaviTop #globalNav {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: #48A03E;
	border-top: solid 3px #CDCDCC;
	border-bottom: solid 1px #CDCDCC;
}
#globalNav .globalNavList {
	display: table;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	border-bottom: solid 1px #2C8C1E;
}
#globalNav .globalNavList li {
	display: table-cell;
	margin: 0;
	padding: 0;
	border-left: solid 1px #2C8C1E;
	list-style: none;
	vertical-align: middle;
	text-align: center;
	font-size: 100%;
}
#globalNav .globalNavList li a {
	display: block;
	padding: 10px 20px 8px;
	color: #FFF;
	text-decoration: none;
	position: relative;
}
#globalNav .globalNavList li:hover {
	background: #00712C;
}

/*****************************************************************************/
/* -=ポップアップメニュー                                         */
/*****************************************************************************/
.dark-tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	background: url(images/bg_tooltip_top.png) no-repeat center top;
}
/* Tips */
.dark-tooltip .tip {
	display: none;
}
/* ポップアップ内のスタイル */
.tooltip-box {
	margin-top: 10px;
	padding: 25px;
	max-width: 250px;
	height: auto;
	border: solid 2px #57AA4D;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFF;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	overflow: hidden;
}
.tooltip-box.two-column {
	max-width: 300px;
}
.tooltip-box .localNav,
.tooltip-box .localNavItem {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tooltip-box .localNavItem a {
	display: block;
	margin: 0;
	padding: 0 0 7px 13px;
	background: url(images/bg_AttentionLink_a.gif) no-repeat left 0.4em;
}
.tooltip-box .localNav.column-box {
	float: left;
	width: 140px;
}
.tooltip-box .localNav.column-box:first-child {
	margin-right: 20px;
}
