@charset "utf-8";

#menu-headers {
	width:100%;
	height:59px;
	background-image:url(../images/top_images/menu_bg.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
#menu-headers:after /*--オーバーフロー非表示ではドロップダウンメニューが表示されない対処--*/
{
	content:".";
	display:block;
	height:0.1px;
	font-size:0.1em;
	line-height:0; 
	clear:both;
	visibility:hidden; 
}


#access {
	display:block;
	width:878px;
	height:59px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
}

#access .menu-header 	{
	background:url(../images/top_images/menu_sen.jpg) no-repeat 0 2px;
}


#access .menu-header,
div.menu {
	font-size:14px;
	margin:0;
	padding:2px 0;
	width:100%;
}
#access .menu-header ul,
div.menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#access .menu-header li,
div.menu li {
	float:left;
	height:56px;
	position:relative;
	background:url(../images/top_images/menu_sen.jpg) no-repeat 100% 0;
}
#access a {
	color:#fff;
	font-weight:bold;
	display:block;
	line-height:56px;
	margin-right:2px;
	padding:0 54px;
	text-decoration:none;
	/* background-image:url(images/access_a.jpg); */
	background-repeat:no-repeat;
	background-position:0px 0px;
}
	#access li.home a	{
		margin-left:2px;
	}
#access ul ul {
	position:absolute;
	top:38px;
	left:0;
	float:left;
	width:180px;
	z-index:99999;
	border-right-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-left-style:solid;
	border-right-color:#FFFFFF;
	border-left-color:#FFFFFF;
}
#access ul ul li {
	min-width:180px;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	line-height:1em;
	width:160px;
	height:auto;
	background-color:#EAEAEA;
	background-image:url(images/access_ul_ul_a.gif);
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:5px 12px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background: url(../images/top_images/menu_hover.gif) no-repeat 50% 0;
}
#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 ,
#access ul li.current-page-ancestor > a {
	color:#fff;
	background: url(../images/top_images/menu_hover.gif) no-repeat 50% 0;
}
* 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 ,
* html #access ul li.current-page-ancestor a {
	color:#fff;
}

#access ul.sub-menu { padding:0; }