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

.multi_menu {
	width: 167px;
	height: auto;
	z-index: 99;
	margin: 0 auto;
	padding: 0px 0 30px 0;
	border-top: none;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
ul.ma_menu {
	height: auto;
	z-index: 99;
	margin-bottom:40px;
	border-top: none;
}
ul.ma_menu > li.block {
	padding: 0 0 15px 0;
	margin-bottom: 15px;
	background: url(../../data/wrapper/leftnav/line.jpg) bottom no-repeat;
}
ul.ma_menu > li {
	display: block;
	overflow: visible;
	cursor: pointer;
	list-style: none;
	position:relative;
	padding-bottom:2px;
	background:url(../../data/wrapper/leftnav/line.png) bottom no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
ul.ma_menu > li:last-child {
/*	border-bottom:none;*/
}
ul.ma_menu > li:hover ar {
	background: url(../../data/wrapper/leftnav/ar_.png) center right no-repeat;
}
ul.ma_menu ar{
	display:block;
	padding:0 15px 0 0;
	background: url(../../data/wrapper/leftnav/ar.png) center right no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
ul.ma_menu li a {
	font-size: 13px;
	line-height: 24px;
	display: block;
	letter-spacing: 0px;
	color: #63594B;
	text-decoration: none;
	padding: 10px 35px 10px 30px;
	outline: none;
	background:url(../../data/wrapper/leftnav/bg.png) top no-repeat;
	-webkit-transition: background 100ms linear;
	-moz-transition: background 100ms linear;
	-o-transition: background 100ms linear;
	transition: background 100ms linear;
}
ul.ma_menu li a:visited {
	color: #63594B;
	text-decoration: none;
}
ul.ma_menu > li:hover > a {
	color: #63594B;
	text-decoration: none;
	background:url(../../data/wrapper/leftnav/bg_.png) top no-repeat;
}
ul.ma_menu > li.act > a {
	color: #63594B;
	text-decoration: none;
	background:url(../../data/wrapper/leftnav/bg_.png) top no-repeat;
}
ul.ma_menu > li.act ar{
}
ul.ma_menu > li.active > a {
	color: #63594B;
	text-decoration: none;
	background:url(../../data/wrapper/leftnav/bg_.png) top no-repeat;
}
ul.ma_menu > li.active > a > ar{
}
/*第一層---------------------*/
/*第二層---------------------*/
ul.ma_menu ul {
	margin: 0 auto;
	display: none;
}
ul.ma_menu ul li {
	clear: both;
	list-style: none;
	border: none;
	background:url(../../data/wrapper/leftnav/line.png) center top no-repeat;
}
ul.ma_menu ul li:first-child {
	margin-top:2px;
}
ul.ma_menu ul li:last-child {
}
ul.ma_menu ul li a　span {
}
ul.ma_menu ul li a {
	margin: 0 auto;
	padding: 4px 10px 4px 35px;
	color: #447BA4;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	font-weight: normal;
	position: relative;
	background: url(../../data/wrapper/leftnav/dot.png) 20px 13px no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
ul.ma_menu ul li a:visited {
	color: #447BA4;
	text-decoration: none;
}
ul.ma_menu ul li a:hover {
	color: #DF7B19;
	font-weight: bold;
	text-decoration: none;
}
ul.ma_menu ul li.active > a {
	color: #DF7B19;
	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;
}
/************************************************/
/************************************************/