@charset "utf-8";
/* CSS Document */

/* 親メニュー */
#contents #sub #left_menu ul li a { 
   display: block; 
   background: url(../images/common/submenu.gif) left center no-repeat; 
	padding: 18px 0 15px 27px;
	margin: 0;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	margin-top: 0;
	color: #333333;
}
*html #contents #sub #left_menu ul li a { 
	padding: 18px 0 13px 27px;
	height: 16px;
	margin-top: 0px;
} 
#contents #sub #left_menu ul li.here a{
	background: url(../images/common/submenu_on.gif) left center no-repeat;
	color: #55411C;
}
#contents #sub #left_menu ul li a:hover{
	background: url(../images/common/submenu_on.gif) left center no-repeat;
	color: #55411C;
}
#contents #sub #left_menu ul li a.end{
	background: url(../images/common/submenu_end.gif) left center no-repeat;
}
#contents #sub #left_menu ul li.here a.end{
	background: url(../images/common/submenu_end_on.gif) left center no-repeat;
	color: #55411C;
}
#contents #sub #left_menu ul li a.end:hover{
	background: url(../images/common/submenu_end_on.gif) left center no-repeat;
	color: #55411C;
}

*html #contents #sub #left_menu ul li a.end{
	margin-top: -1px;
}
*:first-child+html #contents #sub #left_menu ul li a.end{
	margin-top: -1px;
}
/**html #contents #sub #left_menu ul li.here a{
	margin-top: -1px;
}
*html #contents #sub #left_menu ul li.here a:hover{
	margin-top: -1px;
}
*/
/* 子メニュー */
#contents #sub #left_menu ul li ul li a{
   display: block; 
	background: url(../images/common/submenu_child.gif) left center no-repeat;
	height: 16px;
	color: #574014;
	padding: 5px 10px 5px 43px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -1px;
	margin-top: 0;
}
#contents #sub #left_menu ul li ul li a.double{ 
   display: block; 
   height: 30px; 
   line-height: 15px; 
   font-weight: normal;
	color: #574014;
	margin-top: 0;
} 
#contents #sub #left_menu ul li.here ul li a{
	background: url(../images/common/submenu_child.gif) 25px center no-repeat;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #ECEAD9 1px solid;
}
#contents #sub #left_menu ul li.here ul li.here a{
	background: #FEFCEE url(../images/common/submenu_child_on.gif) 25px center no-repeat;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #ECEAD9 1px solid;
}
#contents #sub #left_menu ul li.here ul li a:hover{
	background: #FEFCEE url(../images/common/submenu_child_on.gif) 25px center no-repeat;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #ECEAD9 1px solid;
}
#contents #sub #left_menu ul li.here ul li a.end{
	background: url(../images/common/submenu_child.gif) 25px center no-repeat;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
#contents #sub #left_menu ul li.here ul li a.end:hover{
	background: #FEFCEE url(../images/common/submenu_child_on.gif) 25px center no-repeat;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
#contents #sub #left_menu ul li.here ul li.here a.end{
	background: #FEFCEE url(../images/common/submenu_child_on.gif) 25px center no-repeat;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
*html #contents #sub #left_menu ul li ul li a{
	margin-bottom: 0px;
   height: 17px; 
	padding: 5px 10px 5px 43px;
}
*html #contents #sub #left_menu ul li#lMenu07 ul li#lcMenu08 a{
	margin-top: 0px;
}
*:first-child+html #contents #sub #left_menu ul li#lMenu07 ul li#lcMenu08 a{
	margin-top: 0px;
}
/**html #contents #sub #left_menu ul li.here ul li.double a:hover{
	margin-top: 0px;
}
*html #contents #sub #left_menu ul li.here ul li.here a:hover{
	margin-top: -1px;
}
*:first-child+html #contents #sub #left_menu ul li li.end a{
	margin-top: 0px;
}*/

