﻿@charset "UTF-8";

/*
グローバルナビ
-------------------------------------------*/

#access {
	background: #241d15;
	background-image: url(../images/navi.gif);
	display: block;
}
#access .menu-header,
div.menu {
	font-size: 13px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #ffffff;
	background-image: url(../images/navi_li.gif);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	width: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-right: 1px;
	background-position: bottom;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #443d35;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access0 li:hover > a,
#access li a:hover {
	background: #544d55;
	background-image: url(../images/navi_li_ov.gif);
}
#access ul ul :hover > a {
	background: #544d55;
	color: #ffffff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #ffffff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #ffffff;
}
