
@charset "utf-8";
/* CSS Document */
/*********************************************************/
/*********************************************************/
ul.left_menu {
	display:block;
	position:relative;
	background:#FFF;
	padding-bottom:30px;
	overflow:hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	margin-bottom:25px;
}
ul.left_menu > li.block {
	padding:0 0 15px 0;
	margin-bottom:15px;
}
ul.left_menu > li {
	list-style:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.left_menu > li:first-child {
}
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 {
	color:#0C0C0C;
	font-size:17px;
	font-weight: bold;
	line-height:20px;
	padding: 14px 10px 14px 25px;
	display: block;
	background:#FFF;
	text-decoration:none;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.left_menu li a:after{
	content: '........................................................................';
	font-family:"新細明體";
	font-weight: normal;
	line-height:1;
	font-size: 12px;
	left:0px;
	right:0px;
	color:#CCCCCC;
    letter-spacing: 1px;
    display:block;
	position: absolute;
    overflow: hidden;
	bottom:-3px;
	z-index:10;
}
ul.left_menu li a:before{
	content:url(../images/leftnav/ar.png);
	width: 3px;
	height: 5px;
	display:block;
	position: absolute;
	left:15px;
	top:11px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.left_menu > li > a:hover:before, ul.left_menu > li.act > a:before, ul.left_menu > li.active > a:before {
}
ul.left_menu > li > a:hover, ul.left_menu > li.act > a, ul.left_menu > li.active > a {
	color:#3E2A7F;
	text-decoration:underline;
}
ul.left_menu > li.act, ul.left_menu > li.active{
}
/****************************************************/
/****************************************************/
ul.left_menu ul {
	margin:0 auto;
	display: none;
	background:#F5F5F5;
	padding:30px 0;
}
ul.left_menu ul li {
	clear: both;
	list-style: none;
	border:none;
}
ul.left_menu ul li:first-child {
}
ul.left_menu ul li:last-child {
}
ul.left_menu ul li:last-child a {
}
ul.left_menu ul li a　span{
}
ul.left_menu ul li a:before{
	display:none;
}
ul.left_menu ul li a, ul.left_menu ul li a:visited {
	margin:0 auto;
	padding:10px 10px 10px 10%;
	color:#666666;
	line-height:1.2;
	font-size: 15px;
	text-decoration: none;
	outline: none;
	border:none;
	background:none;
	font-weight:normal;
	position:relative;
	border-bottom:none !important;
}
ul.left_menu ul li a:hover, ul.left_menu ul li.active > a, ul.left_menu ul li.act > a {
	color:#925199;
}
/****************************************************/
/****************************************************/

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