@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

ul.MenuBarVertical2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 180px;/* xxxxxxxxx   ito 0930 変更　8.2em aaaa */
}
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarVertical2 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 180px;/* xxxxxxxxx   ito 0308 2017 変更 8em */
	white-space: nowrap;
}
ul.MenuBarVertical2 ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 85%; /* xxxxxxxxx   ito 0930 変更　8.2em aaaa */
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 510px;/* xxxxxxxxx   ito 0308 2017 変更 8.2em */
	left: -1000em;
	background: #454545;
	top: -260px;
}
.ex01
{
	top: 0 !important;
}
ul.MenuBarVertical2 ul.MenuBarSubmenuVisible
{
	left: 0;
}
ul.MenuBarVertical2 ul li
{
	top: 0;/*  ito 0308 上記を基点にメニュー位置指定 */
	text-align: center;
	background-color: transparent;
	float: left; 
	width: 170px;/* xxxxxxxxx   ito 0308 変更　8.2em aaaa */
}
ul.MenuBarVertical2 ul li a
{
	padding: 5px; /* xxxxxxxxx   ito 0411 変更　15px 5px */
	line-height: 120%;
}
ul.MenuBarVertical2 ul li a img
{
	clear: both;
	padding-bottom: 3px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

ul.MenuBarVertical2 ul
{
	border: 1px solid #CCC;
}
ul.MenuBarVertical2 a
{
	transition: .3s; /* xxxxxxxxx   ito 0930 変更 xxxxxxxxx */
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	background: #454545; /* xxxxxxxxx   ito 0308 変更 xxxxxxxxx */
}
ul.MenuBarVertical2 a:hover, ul.MenuBarVertical2 a:focus
{
	background-color: #333;
	color: #FFF;
}
ul.MenuBarVertical2 a.MenuBarItemHover, ul.MenuBarVertical2 a.MenuBarItemSubmenuHover, ul.MenuBarVertical2 a.MenuBarSubmenuVisible
{
	background-color: #333;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

ul.MenuBarVertical2 a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarVertical2 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.MenuBarVertical2 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.MenuBarVertical2 li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
