﻿/*左欄*/
#sidebar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 45px 0px;
	float: left;	
	height: 100%;
	width: 230px;
	background-image: url('images/submenu_footer.jpg');
	background-position: 0 bottom;
	background-repeat: repeat;

}
/*次選單區*/
.submenu {
	font-family: Arial;
	width: 220px;
	float: left;
	background-image: url(images/submenu_bg.jpg);
	background-position: left 0px;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 0px 140px 0px;
	height: 100%;
	position: relative;
	z-index: 100;
}
.submenu h4 {
	margin: 0px 0px 0px;
	margin: 0px 0px 0px;
	color: #247aa4;
	padding: 0px 0px 0px 0px;
	vertical-align: sub;
	height: 129px;
	width: 220px;
	line-height: 1.1em;
	background-image: url(images/page_title01.jpg);
	background-position: 0 0px;
	background-repeat: no-repeat;
}
.submenu ul {
	list-style: none;
	height: 100%;
	padding: 0 0 0 30px;
	margin: 0px;
}
.submenu li {
	float: left;
	position: relative;
	width: 85%; 
	line-height: 1.8em;
    background-image:url(images/sub_line.jpg);
	background-position: 10px bottom;
	background-repeat: repeat-x;
	padding: 0px 0px 0 10px;
	margin: 0px;

}
.submenu ul ul
{
    visibility: hidden;
    position: absolute;
    left: 100%;
    top: 0px;
    border: 1px solid #e6f3ff;
    height:100%;
    display:table;
    padding:0px 0px 0px 0px;
}    

.submenu table
{
    position: relative;
    top: -20px;
    left: 80%;
    font-size: 1em !important;
    vertical-align: middle;
}    

.submenu ul li:hover ul, .submenu ul a:hover ul
{
	visibility: visible;
	padding:0px;
    margin:0px;
   
}    
.submenu li a
{
	display: block;
	margin-top: 3px ;
	color: #000;
	text-decoration: none;
	vertical-align: bottom;
	text-align: left;
	padding: 0 10px 0 20px;
	font-weight: normal;
	background-image:url(images/sub_item.jpg);
    background-repeat: no-repeat;
    background-position: 5px 10px ;
    font-size:.9em;

}    
.submenu li a:hover 
{
    border: 0px;

}
.submenu ul ul li
{
    clear: both;
    text-align: left;
    background-color: #fff;
    border-bottom: 2px solid #ffd55c;
    line-height: 1.5em;
} 
.submenu ul ul li a
{
    display: block;
    width: 200px;
    font-size: .8em!important;    
    font-size: .8em;
    margin:0px 0px 0px 0px; 
    padding:3px 20px;
	color: #000;
	background-image:none;
} 
.submenu ul ul li a:hover
{
  	background-color:#ffe8a5 ;
}  
.submenu li.file {
}
.submenu li.list {
}
.submenu_bt {
}


/* 中間區塊*/
#en_container_wrap {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	height: 100%;
	background-color: #fff;
	float: right;
	width: 971px;
}
#en_container {
	height: 100%; 
	background-image: url(images/container.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding: 0px;
	margin:0px;
}

#en_content_wrap {
	float: left;
	text-indent: 1em;
	margin: 0px;
	height: 100%;
}
#en_content {
	float: right;
	margin: 0px;
	width: 76%;
	padding: 0px 0px 10px 0px;
	height: 100%;
}
#en_t_container_wrap {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	height: 100%;
	background-color: #fff;
	background-image: url(images/container.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#en_t_container {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#en_t_content_wrap {
}
#en_t_content {
	background-position: right 0em;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 50px;
	height: 100%;
}
#en_crumb {
	font-size: .8em;
	color: #333333;
	font-family: Arial;
	padding: 8px 0px 0px 20px;
	height: 33px;
	background-image: url('images/crumb_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0em 0px;
}
#en_crumb a {
	text-decoration: none;
	color: #561ba7;
}

#en_crumb a:hover {
	text-decoration: underline;
	color: #561ba7;
}

#en_crumb span a {
	text-decoration: none;
	color: #ffa800;
}
#en_crumb span a:hover {
	text-decoration: underline;
	color: #ffa800;
}
a.altC {
	font-size: .6em;
	color: #ffffff;
}
/*中間區塊結束*/
/* 頁面必用樣式*/
a:link
{
	color: #42A0FF;
	text-decoration: none;
} 

a:visited
{
	color: #3587C4;
	text-decoration: none;
}

a:hover
{
	color: #53BFE8;
	text-decoration: underline;
}

a:active
{
	color: #2b3239;
}

p
{
	margin: 0px;
}
h1,h2,h3,h4,h5,h6
{  padding:0px ;
   margin:0px;
}
img
{
    border:0px;}