@charset "utf-8";
/* CSS Document */
/*第一層---------------------*/

.multi_menu {
	height: auto;
	z-index: 99;
	margin: 0 auto;
	padding: 0px 0 30px 0;
	border-top: none;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
ul.left_menu {
	height: auto;
	display:block;
	z-index: 99;
	margin-bottom:25px;
}
ul.left_menu > li.block {
	padding:0 0 15px 0;
	margin-bottom:15px;
}
ul.left_menu > li {
	display: block;
	cursor: pointer;
	list-style: none;
	position:relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
ul.left_menu > li:first-child {
	border-top:none;
}
ul.left_menu > li:last-child {
}
ul.left_menu > li:hover {
}
ul.left_menu li a.ar {
}
ul.left_menu li a, ul.left_menu li a:visited {
	font-size: 14px;
	line-height: 18px;
	display: block;
	letter-spacing:0px;
	color:#333333;
	text-decoration: none;
	padding:11px 35px 11px 15px;
	text-align: center;
	outline: none;
	border-bottom: #CCC 1px dashed;
	background:#FFF url(../images/leftnav/ar.png) 190px 15px no-repeat;
}
ul.left_menu > li > a:hover, ul.left_menu > li.act > a, ul.left_menu > li.active > a {
	color:#F8712C;
	background:#EEEEEE url(../images/leftnav/ar.png) 190px 15px no-repeat;
}
ul.left_menu > li.act, ul.left_menu > li.active{
}
/****************************************************/
/****************************************************/
ul.left_menu ul {
	margin:0 auto;
	display: none;
	background:#F6F6F6;
}
ul.left_menu ul li {
	clear: both;
	list-style: none;
	border:none;
}
ul.left_menu ul li:first-child {
	padding-top:10px;
}
ul.left_menu ul li:last-child {
	padding-bottom:10px;
}
ul.left_menu ul li:last-child a {
}
ul.left_menu ul li a　span{
}
ul.left_menu ul li a, ul.left_menu ul li a:visited {
	margin:0 auto;
	padding:5px 35px 5px 15px;
	color:#999999;
	line-height:20px;
	font-size: 13px;
	text-decoration: none;
	outline: none;
	font-weight:normal;
	position:relative;
	background:none;
	border-bottom:none !important;
}
ul.left_menu ul li a:hover, ul.left_menu ul li.active > a {
	color:#F8712C;
}
/****************************************************/
/****************************************************/

ul.left_menu ul ul li a {
	color: silver;
	padding-left: 40px;
}
ul.left_menu ul ul li a:hover {
	color: #675C7C;
}
/************************************************/
/************************************************/
