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

#footer {
	text-align:right;
	padding-right:20px;
}
.multi_menu {
	width: 167px;
	height: auto;
	z-index: 99;
	margin: 0 auto;
	padding: 00px 0 30px 0;
	border-top: none;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
ul.left_menu {
	height: auto;
	display:block;
	z-index: 99;
}
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;
	padding-bottom:20px;
	background:url(../data/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.left_menu > li:first-child {
	border-top:none;
}
ul.left_menu > li:last-child {
	border-bottom:none;
}
ul.left_menu > li:hover {
}
ul.left_menu li a {
	font-size: 16px;
	line-height: 20px;
	display: block;
	letter-spacing:0px;
	font-weight:bold;
	color:#666666;
	text-decoration: none;
	padding:6px 10px 6px 30px;
	outline: none;
	background: url(../data/leftnav/dot.png) 5px 6px 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 a:visited {
	color:#666666;
	text-decoration: none;
}
ul.left_menu > li > a:hover {
	color:#CC3285;
}
ul.left_menu > li span{
}
ul.left_menu > li:hover span{
}
ul.left_menu > li.act{
}
ul.left_menu > li.active{
}
ul.left_menu > li.act > a{
	color:#CC3285;
}
ul.left_menu > li.active > a{
	color:#CC3285;
}
/*第一層---------------------*/
/*第二層---------------------*/
ul.left_menu ul {
	margin:0 auto;
	display: none;
	background:#FFF;
}
ul.left_menu ul li {
	clear: both;
	list-style: none;
	border:none;
}
ul.left_menu ul li:first-child {
	padding-top:5px !important;
}
ul.left_menu ul li:last-child {
	padding-bottom:5px !important;
}
ul.left_menu ul li:last-child a {
}
ul.left_menu ul li a　span{
}
ul.left_menu ul li a {
	margin:0 auto;
	padding:10px 10px 6px 10px;
	color:#999999;
	line-height:20px;
	font-size: 13px;
	text-decoration: none;
	outline: none;
	background:none;
	font-weight:normal;
	position:relative;
	border-bottom:none !important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
ul.left_menu ul li a:visited {
	color:#999999;
	text-decoration: none;
}
ul.left_menu ul li a:hover {
	color:#000000;
	text-decoration: none;
}
ul.left_menu ul li.active > a{
	color:#000000;
	text-decoration: none;
}
/*第二層---------------------*/

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