@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 {
	width:216px;
	height: auto;
	display:block;
	z-index: 99;
	border-top:none;
	margin:0 auto;
	margin-bottom:20px;
}
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;
	border-bottom:#C9C9C9 1px dotted;
}
ul.left_menu > li span{
	display:block;
	padding:8px 35px 8px 10px;
	text-align:right;
	background: url(../images/leftnav/ar.png) 190px 10px no-repeat;
}
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;
	outline: none;
	background:url(../images/leftnav/bg_.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.left_menu > li > a:hover, ul.left_menu > li.act > a, ul.left_menu > li.active > a{
	color:#FFF;
	background:url(../images/leftnav/bg.png) repeat;
}
ul.left_menu > li > a:hover > span, ul.left_menu > li.act > a > span, ul.left_menu > li.active > a > span{
	background: url(../images/leftnav/ar_.png) 190px 10px no-repeat;
}
ul.left_menu > li.act, ul.left_menu > li.active{
}
/****************************************************/
/****************************************************/
ul.left_menu ul {
	width:100%;
	margin:0 auto;
	/*display: none;*/
}
ul.left_menu ul li {
	clear: both;
	list-style: none;
	border:none;
	display:block;
}
ul.left_menu ul li:first-child {
}
ul.left_menu > li > ul > li:last-child a {
}
ul.left_menu > li ul li:last-child a {
}
ul.left_menu > li ul li a　span{
}
ul.left_menu > li > ul > li > a, ul.left_menu > li > ul > li > a:visited {
	margin:0 auto;
	color:#505050;
	line-height:14px;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	display:block;
	padding: 7px 10px 7px 35px;
	font-weight:normal;
	position:relative;
	border-bottom:none !important;
	background:url(../images/leftnav/ar2.png) 17px 7px no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
ul.left_menu > li > ul > li a:hover, ul.left_menu > li > ul > li.active > a {
	color:#FF7E13;
	font-weight:bold;
	background:url(../images/leftnav/ar2_.png) 17px 7px no-repeat;
}
/****************************************************/
/****************************************************/
ul.left_menu ul ul{
	width:100%;
	margin:0 auto;
	/*display: none;*/
}
ul.left_menu ul ul li:first-child a {
	padding-top:10px;
}
ul.left_menu ul ul li:last-child a {
	padding-bottom:10px;
}
ul.left_menu ul ul li a {
	color:#505050;
	display:block;
	line-height:16px;
	padding-left: 40px;
	background:#FFF7EC;
	padding: 3px 10px 3px 34px;
	text-decoration:none;
}
ul.left_menu ul ul li a:hover, ul.left_menu ul ul li.active > a {
	color:#FF7E13;
	font-weight:bold;
	background:#FFF7EC;
}
/************************************************/
/************************************************/
