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

.multi_menu {
	width: 167px;
	height: auto;
	z-index: 99;
	margin: 0 auto;
	padding: 00px 0 30px 0;
	border-top: none;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
ul.ma_menu {
	width: 260px;
	height: auto;
	margin: 0 auto;
	z-index: 99;
	display:block;
	background: url(../../data/wrapper/leftnav/center.jpg) repeat-y;
}
ul.ma_menu > li {
	width:220px;
	display: block;
	overflow: visible;
	cursor: pointer;
	margin: 0 auto;
	list-style: none;
	border-bottom:#D6D6D6 1px dotted;
	behavior: url(../../scripts/pie/PIE.htc);
}
ul.ma_menu > li:last-child {
/*	border-bottom:none;*/
}
ul.ma_menu > li:hover {
	behavior: url(../../scripts/pie/PIE.htc);
}
ul.ma_menu li a {
	font-size: 13px;
	line-height: 20px;
	display: block;
	color:#666666;
	text-decoration: none;
	padding: 7px 10px 7px 30px;
	outline: none;
	background:url(../../data/wrapper/leftnav/dot.png) 15px 13px no-repeat;
	-webkit-transition: background 200ms linear, color 200ms linear;
	-moz-transition: background 200ms linear, color 200ms linear;
	-o-transition: background 200ms linear, color 200ms linear;
	transition: background 200ms linear, color 200ms linear;
}
ul.ma_menu li a:visited {
	color:#666666;
	text-decoration: none;
}
ul.ma_menu > li > a:hover {
	color:#444444;
	font-weight:bold;
	text-decoration: none;
}
ul.ma_menu > li a.act{
	color:#444444;
	font-weight:bold;
	text-decoration: none;
}
/*第一層---------------------*/
/*第二層---------------------*/
ul.ma_menu ul {
	margin:0 auto;
	display: none;
}
ul.ma_menu ul li {
	color:#444444;
	clear: both;
	list-style: none;
	/*border:none;*/
}
ul.ma_menu ul li.active {
	clear: both;
	list-style: none;
	/*border:none;*/
}
ul.ma_menu ul li:first-child {
}
ul.ma_menu ul li:last-child {
	margin-bottom:10px;
}
ul.ma_menu ul li a　span{
}
ul.ma_menu ul li a {
	margin:0 auto;
	padding:5px 5px 5px 30px;
	color:#666666;
	font-size: 13px;
	text-decoration: none;
	outline: none;
	font-weight: normal;
	background:none;
	position:relative;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
ul.ma_menu ul li a:visited {
	color: #666666;
	text-decoration: none;
}
ul.ma_menu ul li a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
ul.ma_menu ul li a.act {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
ul.ma_menu ul li a span{
	width:3px;
	height:3px;
	display:block;
	position:absolute;
	background:#A52D0F;
	top:19px;
	left:18px;
}
/*第二層---------------------*/

ul.ma_menu ul ul li a {
	color: silver;
	padding-left: 40px;
}
ul.ma_menu ul ul li a:hover {
	color: #675C7C;
}
ul.ma_menu span {
	float: right;
}
