@charset "UTF-8";
/* Menu  */
ul.Space
{
	margin: auto;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 20px;
	line-height: 25px;
	float: left;
	height: 20px;
}
ul.MenuBar
{
	margin: auto;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: auto;
	line-height: 25px;
	float: left;
}

ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBar li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 105px;
	float: left;
	background: url(../img_com/navi02.jpg) repeat-x;
	height: 25px;
}

/* SubMenu  */
ul.MenuBar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 160px;
	position: absolute;
	left: -1000em;
	background: url(../testnavi/css/none);
}

ul.MenuBar ul.MenuBarSubmenuVisible
{
	left: auto;
}

ul.MenuBar ul li
{
	width: 160px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px groove #FFFFFF;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
/*ul.MenuBar ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
} */

ul.MenuBar ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: left;
	top: 0;
}

/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/

/* Submenu の枠 */
ul.MenuBar ul
{
	border: 1px solid #CCC;
}

/* Menu の装飾 */
ul.MenuBar a
{
	display: block;
	cursor: pointer;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../img_com/navi02.jpg) repeat-x;
	margin: 0px;
	height: 25px;
	width: 97px;
}

ul.MenuBar li a:hover, ul.MenuBar li a:focus
{
	color: #000000;
	background: url(../img_com/navi02_ov.jpg) repeat-x;
}

ul.MenuBar a.MenuBarItemHover, ul.MenuBar a.MenuBarItemSubmenuHover, ul.MenuBar a.MenuBarSubmenuVisible
{
	color: #333;
	background: url(../img_com/navi02.jpg) repeat-x;
}

/* SubMenu の装飾 */
ul.MenuBar ul a
{
	display: block;
	cursor: pointer;
	padding: 0px 0px 0px 5px;
	color: #FFFFFF;
	text-decoration: none;
	background: #00cccc url(../testnavi/css/none) 00;
	margin: 0px;
	height: 20px;
	width: auto;
}

ul.MenuBar ul a:hover, ul.MenuBar ul a:focus
{
	color: #000000;
	background: #66eeee url(../testnavi/css/none);
}

/*******************************************************************************
 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.MenuBar a.MenuBarItemSubmenu
{
	background-image: url(../img_com/MenuBarDown.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.MenuBar ul a.MenuBarItemSubmenu
{
	background-image: url(../img_com/MenuBarRight.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.MenuBar a.MenuBarItemSubmenuHover
{
	background-image: url(../img_com/MenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #CC0000;
}
/* 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.MenuBar ul a.MenuBarItemSubmenuHover
{
	background-image: url(../img_com/MenuBarRightHover.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.MenuBar iframe
{
	position: absolute;
	z-index: 1010;
}
/* 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.MenuBar li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: url(../img_com/navi02.jpg) repeat-x;
	}
		ul.MenuBar ul li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background: url(../testnavi/css/none);
	}
}
#wrapper br {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
