@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
.headerNaviRight ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 95%;
line-height:100%;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
/* 第１階層の表示状態 */
.headerNaviRight ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 120px;
	float: left;
}
.headerNaviRight ul.MenuBarHorizontal li.headerNaviHeadRight
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 80px;
	float: left;
}
.headerNaviRight ul.MenuBarHorizontal li li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
/* 第２階層以降の表示状態 */
.headerNaviRight ul.MenuBarHorizontal ul
{
	margin: 0;/* 第２階層の表示位置 */
	padding: 0;/* 第２階層の表示位置 */
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width:117px;
	position: absolute;
	left: -1000em;
}
.headerNaviRight ul.MenuBarHorizontal ul li
{
	width:117px;
}
/**/
.headerNaviRight ul.MenuBarHorizontal ul.headerNaviUse
{
	margin: 0;/* 第２階層の表示位置 */
	padding: 0;/* 第２階層の表示位置 */
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width:190px;
	position: absolute;
	left: -1000em;
}
.headerNaviRight ul.MenuBarHorizontal ul.headerNaviUse li
{
	width:190px;
}

.headerNaviRight ul.MenuBarHorizontal ul li ul
{
width:140px;
}
.headerNaviRight ul.MenuBarHorizontal ul li li
{
width:140px;
}
.headerNaviRight ul.MenuBarHorizontal ul li li dl
{
	margin:1px 0 0 0;
	padding:1px 0 0 0;
	background:#FFF url(/image/line_dot.gif) repeat-x 0 0;
	background:#FFF;
	height:1.0em
}
.headerNaviRight ul.MenuBarHorizontal ul li li dt
{
	margin:0 0 0 5px;
	padding:5px 0;
	background:#FFF;
}
.headerNaviRight ul.MenuBarHorizontal ul li li dd
{
	margin:0 0 0 5px;
	padding:0 0 0 1.2em;
	background:#FFF;
	height:1.0em
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
.headerNaviRight ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
/* Menu item containers are same fixed width as parent */
.headerNaviRight ul.MenuBarHorizontal ul li
{
	padding:1px 0 0 0;
	background:#FFF url(/image/line_dot.gif) repeat-x 0 0;
	/*width: 100px;*/
}
.headerNaviRight ul.MenuBarHorizontal ul li.headerNaviHead
{
	padding:0;
	background:#FFF;
	/*width: 100px;*/
}
.headerNaviRight ul.MenuBarHorizontal ul li.headerNaviHeadArrow
{
	padding:0;
	background:#FFF;
	/*width: 100px;*/
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
/* 第３階層の表示位置 */
.headerNaviRight ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 117px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
.headerNaviRight ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
.headerNaviRight ul.MenuBarHorizontal ul
{
	/*border: 1px solid #CCC;*/
}
/* Menu items are a light gray block with padding and no text decoration */
/* 第１階層の背景色・文字色 */
.headerNaviRight ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 2px 5px;
	font-weight: normal;
	color: #333;
}
/* 第２階層の背景色・文字色 */
.headerNaviRight ul.MenuBarHorizontal ul li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px;
	background:#FFF;
	font-weight: normal;
}
.headerNaviRight ul.MenuBarHorizontal ul li.headerNaviHeadArrow a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px;
	background:#FFF url(/image/arrow_01.gif) no-repeat 110px 7px;
	font-weight: normal;
	color: #333;
}
.headerNaviRight ul.MenuBarHorizontal ul li.headerNaviHeadArrow li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px;
	background:#FFF;
	font-weight: normal;
	color: #333;
}
.headerNaviRight ul.MenuBarHorizontal ul li.headerNaviArrow a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px;
	background:#FFF url(/image/arrow_01.gif) no-repeat 110px 8px;
	font-weight: normal;
	color: #333;
}
.headerNaviRight ul.MenuBarHorizontal ul li.headerNaviArrow li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px;
	background:#FFF;
	font-weight: normal;
	color: #333;
}
.headerNaviRight ul.MenuBarHorizontal ul.headerNaviUse li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px;
	background:#FFF;
	font-weight: normal;
	color: #333;
}
.headerNaviRight ul.MenuBarHorizontal ul li.headerNaviArrow li dd a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	background-color: #FFF;
	text-align: left;
	padding: 0 0 5px 0;
	font-weight: normal;
	color: #333;
}
.headerNaviRight ul.MenuBarHorizontal ul li a:link{
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.headerNaviRight ul.MenuBarHorizontal ul li a:visited{
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.headerNaviRight ul.MenuBarHorizontal ul li a:hover{
	background-color: #EAF5FA;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.headerNaviRight ul.MenuBarHorizontal ul li a:active{
	background-color: #EAF5FA;
	text-align: left;
	text-decoration: none;
	color: #333;
}


.headerNaviRight ul.MenuBarHorizontal ul li ul li a:link{
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.headerNaviRight ul.MenuBarHorizontal ul li ul li a:visited{
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.headerNaviRight ul.MenuBarHorizontal ul li ul li a:hover{
	background-color: #EAF5FA;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.headerNaviRight ul.MenuBarHorizontal ul li ul li a:active{
	background-color: #EAF5FA;
	text-align: left;
	text-decoration: none;
	color: #333;
}
/* 第３階層の背景色・文字色 */
.headerNaviRight ul.MenuBarHorizontal ul ul a {
	background-color: #FFF;
	color: #333;
}
/* Menu items that have mouse over or focus have a blue background and white text */
/* 第１階層の背景色・文字色（ロールオーバー時） */
.headerNaviRight ul.MenuBarHorizontal a:hover, .headerNaviRight ul.MenuBarHorizontal a:focus
{
}
/* 第２階層の背景色・文字色（ロールオーバー時） */
.headerNaviRight ul.MenuBarHorizontal ul a:hover,.headerNaviRight ul.MenuBarHorizontal ul a:focus {
	background-color: #EAF5FA;
	text-align: left;
	text-decoration: none;
	color: #333;
}
/* 第３階層の背景色・文字色（ロールオーバー時） */
.headerNaviRight ul.MenuBarHorizontal ul ul a:hover,.headerNaviRight ul.MenuBarHorizontal ul ul a:focus {
	background-color: #EAF5FA;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
/* 第１階層の背景色・文字色（ロールアウト時） */
.headerNaviRight ul.MenuBarHorizontal a.MenuBarItemHover, .headerNaviRight ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, .headerNaviRight ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
}
/* 第２階層の背景色・文字色（ロールアウト時） */
.headerNaviRight ul.MenuBarHorizontal ul a.MenuBarItemHover , .headerNaviRight ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, .headerNaviRight ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background-color: #EAF5FA;
	text-align: left;
}
/* 第３階層の背景色・文字色（ロールアウト時） */
.headerNaviRight ul.MenuBarHorizontal ul ul a.MenuBarItemHover , .headerNaviRight ul.MenuBarHorizontal ul ul a.MenuBarItemSubmenuHover, .headerNaviRight ul.MenuBarHorizontal ul ul a.MenuBarSubmenuVisible
{
	color:#333;
	background-color: #EAF5FA;
}

.headerNaviRight ul.MenuBarHorizontal ul li.headerNaviHeadArrow li dd a:hover {
	background-color: #FFF;
	text-decoration: underline;
}

.headerNaviRight ul.MenuBarHorizontal ul li.headerNaviArrow li dd a:hover {
	background-color: #FFF;
	text-decoration: underline;
}



/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
.headerNaviRight ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	.headerNaviRight ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	float: left;
	}
}
/*1014*/
/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
.headerSubnavi ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 95%;
line-height:100%;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
.headerSubnavi ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
/* 第１階層の表示状態 */
.headerSubnavi ul.MenuBarHorizontal li
{
margin-left:40px;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}

.headerSubnavi ul.MenuBarHorizontal li.headerSubnavi
{
margin-left:40px;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}

.headerSubnavi ul.MenuBarHorizontal li li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
/* 第２階層以降の表示状態 */
.headerSubnavi ul.MenuBarHorizontal ul
{
	margin: 0;/* 第２階層の表示位置 */
	padding: 0;/* 第２階層の表示位置 */
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width:130px;
	position: absolute;
	left: -1000em;
}
.headerSubnavi ul.MenuBarHorizontal ul li
{
	width:130px;
}
/**/
.headerSubnavi ul.MenuBarHorizontal ul.headerNaviCsr
{
	margin: 0;/* 第２階層の表示位置 */
	padding: 0;/* 第２階層の表示位置 */
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width:160px;
	position: absolute;
	left: -1000em;
}
.headerSubnavi ul.MenuBarHorizontal ul.headerNaviCsr li
{
	width:160px;
}
/**/
.headerSubnavi ul.MenuBarHorizontal ul.headerNaviEco
{
	margin: 0;/* 第２階層の表示位置 */
	padding: 0;/* 第２階層の表示位置 */
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width:160px;
	position: absolute;
	left: -1000em;
}
.headerSubnavi ul.MenuBarHorizontal ul.headerNaviEco li
{
	width:160px;
}
/**/
.headerSubnavi ul.MenuBarHorizontal ul.headerNaviRecruit
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width:180px;
	position: absolute;
	left: -1000em;
}
.headerSubnavi ul.MenuBarHorizontal ul.headerNaviRecruit li
{
	width:180px;
}
/**/

.headerSubnavi ul.MenuBarHorizontal ul li ul
{
width:130px;
}
.headerSubnavi ul.MenuBarHorizontal ul li li
{
width:130px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
.headerSubnavi ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	margin: 0 0 0 -70px;
	_margin: 0 0 0 0;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
.headerSubnavi ul.MenuBarHorizontal ul.headerNaviCsr.MenuBarSubmenuVisible
{
	left: auto;
	margin: 0 0 0 -120px;
	_margin: 0 0 0 0;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
.headerSubnavi ul.MenuBarHorizontal ul.headerNaviEco.MenuBarSubmenuVisible
{
	left: auto;
	margin: 0 0 0 -100px;
	_margin: 0 0 0 0;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
.headerSubnavi ul.MenuBarHorizontal ul.headerNaviRecruit.MenuBarSubmenuVisible
{
	left: auto;
	margin: 0 0 0 -120px;
	_margin: 0 0 0 0;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
/* Menu item containers are same fixed width as parent */
.headerSubnavi ul.MenuBarHorizontal ul li
{
	padding:1px 0 0 0;
	background:#FFF url(/image/line_dot.gif) repeat-x 0 0;
	/*width: 100px;*/
}
ul.MenuBarHorizontal ul li.headerNaviHead
{
	padding:0;
	background:#FFF;
	/*width: 100px;*/
}
.headerSubnavi ul.MenuBarHorizontal ul li.headerNaviHeadArrow
{
	padding:0;
	background:#FFF;
	/*width: 100px;*/
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
/* 第３階層の表示位置 */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 130px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
.headerSubnavi ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	margin: 0 0 0 -132px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
.headerSubnavi ul.MenuBarHorizontal ul
{
	/*border: 1px solid #CCC;*/
}
/* Menu items are a light gray block with padding and no text decoration */
/* 第１階層の背景色・文字色 */
.headerSubnavi ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 2px 5px;
	font-weight: normal;
	color: #333;
}
/* 第２階層の背景色・文字色 */
.headerSubnavi ul.MenuBarHorizontal ul li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px;
	background:#FFF;
	font-weight: normal;
}
.headerSubnavi ul.MenuBarHorizontal ul li.headerNaviHeadArrow a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px;
	background:#FFF url(/image/arrow_01.gif) no-repeat 110px 7px;
	font-weight: normal;
	color: #333;
}
.headerSubnavi ul.MenuBarHorizontal ul li.headerNaviHeadArrow li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px;
	background:#FFF;
	font-weight: normal;
	color: #333;
}
.headerSubnavi ul.MenuBarHorizontal ul li.headerNaviArrow a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 15px;
	background:#FFF url(/image/arrow_01_back.gif) no-repeat 5px 8px;
	font-weight: normal;
	color: #333;
}
.headerSubnavi ul.MenuBarHorizontal ul li.headerNaviArrow li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px;
	background:#FFF;
	font-weight: normal;
	color: #333;
}
.headerSubnavi ul.MenuBarHorizontal ul.headerNaviCsr li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px;
	background:#FFF;
	font-weight: normal;
	color: #333;
}
.headerSubnavi ul.MenuBarHorizontal ul li.headerNaviArrow li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px;
	background:#FFF;
	font-weight: normal;
	color: #333;
}
.headerSubnavi ul.MenuBarHorizontal ul li a:link{
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.headerSubnavi ul.MenuBarHorizontal ul li a:visited{
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.headerSubnavi ul.MenuBarHorizontal ul li a:hover{
	background-color: #EAF5FA;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.headerSubnavi ul.MenuBarHorizontal ul li a:active{
	background-color: #EAF5FA;
	text-align: left;
	text-decoration: none;
	color: #333;
}


.headerSubnavi ul.MenuBarHorizontal ul li ul li a:link{
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.headerSubnavi ul.MenuBarHorizontal ul li ul li a:visited{
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.headerSubnavi ul.MenuBarHorizontal ul li ul li a:hover{
	background-color: #EAF5FA;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.headerSubnavi ul.MenuBarHorizontal ul li ul li a:active{
	background-color: #EAF5FA;
	text-align: left;
	text-decoration: none;
	color: #333;
}
/* 第３階層の背景色・文字色 */
.headerSubnavi ul.MenuBarHorizontal ul ul a {
	background-color: #FFF;
	color: #333;
}
/* Menu items that have mouse over or focus have a blue background and white text */
/* 第１階層の背景色・文字色（ロールオーバー時） */
.headerSubnavi ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
}
/* 第２階層の背景色・文字色（ロールオーバー時） */
.headerSubnavi ul.MenuBarHorizontal ul a:hover,ul.MenuBarHorizontal ul a:focus {
	background-color: #EAF5FA;
	text-align: left;
	text-decoration: none;
	color: #333;
}
/* 第３階層の背景色・文字色（ロールオーバー時） */
.headerSubnavi ul.MenuBarHorizontal ul ul a:hover,.headerSubnavi ul.MenuBarHorizontal ul ul a:focus {
	background-color: #EAF5FA;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
/* 第１階層の背景色・文字色（ロールアウト時） */
.headerSubnavi ul.MenuBarHorizontal a.MenuBarItemHover, .headerSubnavi ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, .headerSubnavi ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
}
/* 第２階層の背景色・文字色（ロールアウト時） */
.headerSubnavi ul.MenuBarHorizontal ul a.MenuBarItemHover , .headerSubnavi ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, .headerSubnavi ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background-color: #EAF5FA;
	text-align: left;
}
/* 第３階層の背景色・文字色（ロールアウト時） */
.headerSubnavi ul.MenuBarHorizontal ul ul a.MenuBarItemHover , .headerSubnavi ul.MenuBarHorizontal ul ul a.MenuBarItemSubmenuHover, .headerSubnavi ul.MenuBarHorizontal ul ul a.MenuBarSubmenuVisible
{
	color:#333;
	background-color: #EAF5FA;
}

.headerSubnavi ul.MenuBarHorizontal ul li.headerNaviHeadArrow li dd a:hover {
	background-color: #FFF;
	text-decoration: underline;
}

.headerSubnavi ul.MenuBarHorizontal ul li.headerNaviArrow li dd a:hover {
	background-color: #FFF;
	text-decoration: underline;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
.headerSubnavi ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	.headerSubnavi ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	float: left;
	}
}


