@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* 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 */
#MenuBar1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 922px;
	position:absolute;
	left:21px;
	top:0px;
}
#MenuBar2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 145px;
}
/*  Add Start 2017/10/06 A.Nabeno 契約管理番号表示の追加 */
.head .select_box ul{
	display : table-cell
}

#MenuBarContractNo{
	width : 280px;
	vertical-align : middle;
	padding : 0 0 0 12px;
	list-style : none;
}
/*  Add End 2017/10/06 A.Nabeno 契約管理番号表示の追加 */

ul.MenuBarHorizontal {}
/* 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 */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 115px;
	float: left;
}

#MenuBar2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 145px;
	float: left;
}

ul.MenuBarHorizontal ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 113px;
}

#MenuBar2 ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 143px;
}

/* 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) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 148px;
	position: absolute;
	left: -1000em;
	border: 1px solid #c5b976;
	border-top: none;
	border-bottom:none;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
}

ul#MenuBar2 ul {
	background:#74878f;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 143px;
	position: absolute;
	left: -1000em;
	top:23px;
	top:33px \0/IE9;
	border: 1px solid #74878f;
	border-top: none;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
ul#MenuBar2 ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 148px;
	height: 23px;
}
ul#MenuBar2 ul li
{
	width: 143px;
	height: 23px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	height:32px;
	line-height:32px;
	color: #333;
	text-decoration: none;
	padding: 0 0 0 15px;
	/* font-size:0.8em; */
}
ul#MenuBar2 a
{
	display: block;
	cursor: pointer;
	height:25px;
	line-height:25px;
	color: #333;
	text-decoration: none;
	padding: 0 0 0 15px;
	/* font-size:0.6em; */
}
ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	height:23px;
	line-height:23px;
	color: #333;
	text-decoration: none;
	padding:0 0 0 15px;
	/* font-size:0.8em; */
}
ul#MenuBar2 ul a
{
	display: block;
	cursor: pointer;
	height:23px;
	line-height:23px;
	color: #333;
	text-decoration: none;
	padding: 0 5px 0 10px;
	/* font-size:0.6em; */
}
ul.MenuBarHorizontal ul li {
	border-bottom:1px solid #c5b976;
}
ul#MenuBar2 ul li {
	border-bottom:none;
	border-top:1px solid #c3d0d4;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	/* [disabled]background-color: #33C; */
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	/* [disabled]background-color: #33C; */
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	color: #FFF;
	background-image:url(../images/main_nav_off.png);
	background-repeat: no-repeat;
	background-position:left top;
}
ul#MenuBar2 a.MenuBarItemSubmenu
{
	color: #FFF;
	background-image:url(../images/head_nav_main.png);
	background-repeat: no-repeat;
	background-position:left top;
}
ul.MenuBarHorizontal a.MenuBarItemNonSubmenu
{
	color: #FFF;
	background-image:url(../images/main_nav_non.png);
	background-repeat: no-repeat;
	background-position:left top;
	cursor: default;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a
{
	color: #000000;
	background-image: url(../images/main_nav_sub_off.png);
	background-color:#f7f4e5;
	background-repeat: no-repeat;
	background-position:left top;
}
ul#MenuBar2 ul a
{
	color: #000000;
	background-image: url(../images/head_nav_sub_off.png);
	background-color:#f7f4e5;
	background-repeat: no-repeat;
	background-position:left top;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	color: #FFF;
	background-image:url(../images/main_nav_on.png);
	background-repeat: no-repeat;
	background-position:left top;
}
ul#MenuBar2 a.MenuBarItemSubmenuHover
{
	color: #FFF;
	background-image:url(../images/head_nav_main.png);
	background-repeat: no-repeat;
	background-position:left top;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a:hover
{
	color: #000000;
	background-image: url(../images/main_nav_sub_on.png);
	background-repeat: no-repeat;
	background-position:left top;
}
ul#MenuBar2 ul a:hover
{
	color: #000000;
	background-image: url(../images/head_nav_sub_on.png);
	background-repeat: no-repeat;
	background-position:left top;
}

/*  Add Start 2017/10/06 A.Nabeno 契約管理番号表示の追加 */
ul#MenuBarContractNo{
	color : #fff;
	background-image : url(../images/head_nav_cotract.png);
	background-repeat : no-repeat;
	background-position : left top;
}
/*  Add End 2017/10/06 A.Nabeno 契約管理番号表示の追加 */
/*******************************************************************************

 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 */
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
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
