@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 */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
/* 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 */
/* 第1階層の表示状態 */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	float: left;
	width: 160px;
}
/* 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) */
/* 第2階層以降の表示状態 */
ul.MenuBarHorizontal ul {
	margin: 0;　/* 第2階層の表示位置 */
	padding: 0;　/* 第2階層の表示位置 */
	list-style-type: none;
	z-index: 1020;
	width: 150px;
	position: absolute;
	left: -1000em;
}
/*products*/
li#header-products ul,li#header-products ul li {
	width: 260px;
}
/*padding10なので20px減らす*/
li#header-products ul a {
	width: 240px;
}
li#header-products ul ul {
	width: 120px;
	margin:0 0 0 255px;
}
li#header-products ul ul li {
	width: 120px;
}
li#header-products ul ul a {
	width: 100px;
}

/*customer*/
li#header-customer ul {
	width: 151px;
}
li#header-customer ul a {
	width: 131px;
}
li#header-customer ul ul {
	width: 150px;
	margin: 0px 0 0 230px;
}
li#header-customer ul ul a {
	width: 130px;
}

/*csr*/
li#header-csr ul {
	width: 188px;
}
li#header-csr ul a {
	width: 168px;
}
li#header-csr ul ul {
	width: 150px;
	margin: 0px 0 0 230px;
}
li#header-csr ul ul a {
	width: 140px;
}

/*company*/
li#header-company ul {
	width: 157px;
}
li#header-company ul a {
	width: 136px;
}
li#header-company ul ul {
	width: 150px;
	margin: 0px 0 0 157px;
}
li#header-company ul ul a {
	width: 140px;
}

/*recruit*/
li#header-recruit ul {
	width: 157px;
}
li#header-recruit ul a {
	width: 136px;
}
li#header-recruit ul ul {
	width: 150px;
	margin: 0px 0 0 157px;
}
li#header-recruit ul ul a {
	width: 140px;
}


ul.MenuBarHorizontal ul li
{
	width: auto;
}
/* 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;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	/*width: 100px;*/
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
/* 第3階層の表示位置 */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5px 0 0 115px;
}
/* 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
{
	/*border: 1px solid #CCC;*/
}
ul.MenuBarHorizontal ul a {
	text-indent: 1em;
}
ul.MenuBarHorizontal ul ul a {
	text-indent: 0em;
}
ul.MenuBarHorizontal a.parent {
	text-indent: 1em;
	background-image: url(../img/base/header_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
ul.MenuBarHorizontal a.nolink-title {
	text-indent: 0em;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}
ul.MenuBarHorizontal a.title {
	text-indent: 0em;
	font-weight: bold;
}

/* Menu items are a light gray block with padding and no text decoration */
/* 第1階層の背景色・文字色 */
ul.MenuBarHorizontal a
{
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	/*height: 100%;  高さを合わせる */
}
/*枠をつける*/
ul.MenuBarHorizontal ul {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b9d0d8;
	border-left-color: #b9d0d8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b9d0d8;
	background-color: #eff4f7;
}
ul.MenuBarHorizontal ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b9d0d8;
}
/* 第2階層の背景色・文字色 */
ul.MenuBarHorizontal ul a {
	color: #02578d;
	background-color: #eff4f7;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;

}
/* 第3階層の背景色・文字色 */
ul.MenuBarHorizontal ul ul a {
	background-color: #eff4f7;
	color: #005a8c;
}
/* Menu items that have mouse over or focus have a blue background and white text */
/* 第1階層の背景色・文字色（ロールオーバー時） */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-position: right -38px;
}
/* 第2階層の背景色・文字色（ロールオーバー時） */
ul.MenuBarHorizontal ul a:hover,ul.MenuBarHorizontal ul a:focus {
	color: #02578d;
 background-color: #FFFFFF;
	text-align: left;
		background-position: right center;

}
/* 第3階層の背景色・文字色（ロールオーバー時） */
ul.MenuBarHorizontal ul ul a:hover,ul.MenuBarHorizontal ul ul a:focus {
 background-color: #FFFFFF;
		background-position: right center;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
/* 第1階層の背景色・文字色（ロールアウト時） */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #50B4E5;
	color: #FFF;
	background-position: right -38px;
}
/* 第2階層の背景色・文字色（ロールアウト時） */
ul.MenuBarHorizontal ul a.MenuBarItemHover , ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	color: #02578d;
 background-color: #FFFFFF;
	text-align: left;
		background-position: right center;
}
/* 第3階層の背景色・文字色（ロールアウト時） */
ul.MenuBarHorizontal ul ul a.MenuBarItemHover , ul.MenuBarHorizontal ul ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul ul a.MenuBarSubmenuVisible
{
	background-color: #FFFFFF;
		background-position: right center;
}


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

 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
{
	/*background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* 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.MenuBarItemSubmenu
{
	/*background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* 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
{
	/*background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* 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.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}

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

 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;
	}
}
a.header-ogc {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-image: url(../img/base/header_ogc.jpg);
	width:159px;
	height:38px;
}
a.header-products {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-image: url(../img/base/header_products.jpg);
	width:159px;
	height:38px;
}

a.header-csr {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-image: url(../img/base/header_csr.jpg);
	width:159px;
	height:38px;
}
a.header-company {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-image: url(../img/base/header_company.jpg);
	width:159px;
	height:38px;
}
a.header-recruit {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-image: url(../img/base/header_recruit.jpg);
	width:159px;
	height:38px;
}
a.on {
	background-position: left -38px;
}

