
    #container 
    {
      position: relative;
    }
    #headbox
    {
        background-color: white;
        top:0;
        left:0;
        width:100%;
        position: fixed;
        z-index:1;
        margin:0px auto;
    }
    #headbox > div 
    {
        position:relative;
        width:1024px;
        margin:0px auto;
    }
    #headbox img 
    {
        border: 1px solid #FFFFFF;
        width:250px;
        height:90px;
    }
    #mainbody
    {
        margin:0px auto;
        margin-top:90px;

    }
    #mainbody > div
    {
        position:relative;
        margin:0px auto;
    }
    #footer
    {
        width:100%;
        padding:20px 20px 20px 20px;
        background-color:#666666;
        color:White;
        font-family:微軟正黑體;
    }
    #footer table
    {
        float: left;
    }
    #hpinfo 
    {

    }
    #footer > div
    {
        width:1024px;
        margin:0px auto;
    }
    #footer a
    {
        color:White;
        font-family:微軟正黑體;
    }
    .TBL_margin_left 
    {
        margin-left:20px;
        margin-right:20px;
    }
    
    .clear{
        clear:both;
    }
    
    ul { /* 取消所有ul預設的內縮及樣式 */ 
        margin: 0;
        padding: 0;
    }
    
    #mwt_mwt_slider_scroll
    {
    	position:fixed;
    }
    
    #mwt_slider_content
    {
        display:none;
    }
    
    #mwt_fb_tab 
    {
        display:none;
    }
    #mwt_fb_tab span 
    {
        display:none;
    }
    

    .drop-down-menu 
    {
        position:absolute;
        right:0px;
        bottom:0px;
        display: inline-block;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 14px;
        list-style: none;   
    }
    .drop-down-menu li {
        position: relative;
        white-space: nowrap;
        border-right: #ccc 1px solid; 
    }
    .drop-down-menu > li:last-child {
        border-right: none;
    }
    .drop-down-menu > li {
        float: left; /* 第一層是靠左對齊*/
    }  
    .drop-down-menu a {
        background-color: #fff;
        color: Black;
        display: block;
        padding: 0 10px;
        text-decoration: none;
        line-height: 30px;
    }
    .drop-down-menu a:hover { /* 滑鼠滑入按鈕變色*/
        background-color: #0098a3;
        color: #fff;
    }
    .drop-down-menu li:hover > a { /* 滑鼠移入次選單上層按鈕保持變色*/
        background-color: #0098a3;
        color: #fff;
    }
    .drop-down-menu ul { /*隱藏次選單*/
        display: none;
        border: #ccc 1px solid;
        position: absolute;
        z-index: 99;
        left: -1px;
        top: 100%;
        list-style: none;
    } 
    .drop-down-menu li:hover > ul { /* 滑鼠滑入展開次選單*/
        display:block;
    }
    .drop-down-menu ul li {
        border-bottom: #ccc 1px solid;
    }
    .drop-down-menu ul li:last-child {
        border-bottom: none;
    }
    .drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
        z-index: 999;
        top: 10px;
        left: 90%;
    }
    
    .sub-menu{display:inline-block; width:500px !important;}
     
    .sub-menu li{width:50% !important;}
     
    .sub-menu li a:hover{color:#FFFFFF;}
     
    .sub-menu li:nth-child(even){float:right;}




#func_menu
{
    
}
.btn 
{
    display:none;
}
#sidebody
{
    width:1024px;
    margin:0 auto;

}
#sidebody > div 
{
    margin:0 auto;
    margin-top:2%;
}

ul { 
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebody div
{
    
}


.MyTabStyle .main_color
{
    color: Red;
}
.MyTabStyle .ajax__tab_header
{
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    font-size: 14px;
    font-weight:bold;
    display: block;
    color: Red;
}
.MyTabStyle .ajax__tab_header .ajax__tab_outer
{
    border-color: Black;
    color: Red;
    padding-left: 10px;
    margin-right: 3px;
    border:solid 1px #d7d7d7;
}
.MyTabStyle .ajax__tab_header .ajax__tab_inner
{
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_outer
{
    background-color: Orange;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner
{
    color: #fff;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer
{
    border-bottom-color: #ffffff;
    background-color: #d7d7d7;
}
.MyTabStyle .ajax__tab_active .ajax__tab_inner
{
    color: #000;
    border-color: #333;
}
.MyTabStyle .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #d7d7d7;
    border-top-color: #ffffff;
}


.btn1 {
  background: #009FCC;
  background-image: -webkit-linear-gradient(top, #009FCC, #009FCC);
  background-image: -moz-linear-gradient(top, #009FCC, #009FCC);
  background-image: -ms-linear-gradient(top, #009FCC, #009FCC);
  background-image: -o-linear-gradient(top, #009FCC, #009FCC);
  background-image: linear-gradient(to bottom, #009FCC, #009FCC);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: 微軟正黑體;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
}
.btn1:hover {
  background: #007799;
  background-image: -webkit-linear-gradient(top, #007799, #007799);
  background-image: -moz-linear-gradient(top, #007799, #007799);
  background-image: -ms-linear-gradient(top, #007799, #007799);
  background-image: -o-linear-gradient(top, #007799, #007799);
  background-image: linear-gradient(to bottom, #007799, #007799);
  text-decoration: none;
}
.btn1 a 
{
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 16px;
}

.btn2 {
  background: #008844;
  background-image: -webkit-linear-gradient(top, #008844, #008844);
  background-image: -moz-linear-gradient(top, #008844, #008844);
  background-image: -ms-linear-gradient(top, #008844, #008844);
  background-image: -o-linear-gradient(top, #008844, #008844);
  background-image: linear-gradient(to bottom, #008844, #008844);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: 微軟正黑體;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
}
.btn2:hover {
  background: #227700;
  background-image: -webkit-linear-gradient(top, #227700, #227700);
  background-image: -moz-linear-gradient(top, #227700, #227700);
  background-image: -ms-linear-gradient(top, #227700, #227700);
  background-image: -o-linear-gradient(top, #227700, #227700);
  background-image: linear-gradient(to bottom, #227700, #227700);
  text-decoration: none;
}
.btn2 a 
{
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 16px;
}

.btn3 {
  background: #66DD00;
  background-image: -webkit-linear-gradient(top, #66DD00, #66DD00);
  background-image: -moz-linear-gradient(top, #66DD00, #66DD00);
  background-image: -ms-linear-gradient(top, #66DD00, #66DD00);
  background-image: -o-linear-gradient(top, #66DD00, #66DD00);
  background-image: linear-gradient(to bottom, #66DD00, #66DD00);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: 微軟正黑體;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
}
.btn3:hover {
  background: #55AA00;
  background-image: -webkit-linear-gradient(top, #55AA00, #55AA00);
  background-image: -moz-linear-gradient(top, #55AA00, #55AA00);
  background-image: -ms-linear-gradient(top, #55AA00, #55AA00);
  background-image: -o-linear-gradient(top, #55AA00, #55AA00);
  background-image: linear-gradient(to bottom, #55AA00, #55AA00);
  text-decoration: none;
}
.btn3 a 
{
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 16px;
}

.btn4 {
  background: #009FCC;
  background-image: -webkit-linear-gradient(top, #009FCC, #009FCC);
  background-image: -moz-linear-gradient(top, #009FCC, #009FCC);
  background-image: -ms-linear-gradient(top, #009FCC, #009FCC);
  background-image: -o-linear-gradient(top, #009FCC, #009FCC);
  background-image: linear-gradient(to bottom, #009FCC, #009FCC);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: 微軟正黑體;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
}
.btn4:hover {
  background: #007799;
  background-image: -webkit-linear-gradient(top, #007799, #007799);
  background-image: -moz-linear-gradient(top, #007799, #007799);
  background-image: -ms-linear-gradient(top, #007799, #007799);
  background-image: -o-linear-gradient(top, #007799, #007799);
  background-image: linear-gradient(to bottom, #007799, #007799);
  text-decoration: none;
}
.btn4 a 
{
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 16px;
}

.btn5 {
  background: #00AA88;
  background-image: -webkit-linear-gradient(top, #00AA88, #00AA88);
  background-image: -moz-linear-gradient(top, #00AA88, #00AA88);
  background-image: -ms-linear-gradient(top, #00AA88, #00AA88);
  background-image: -o-linear-gradient(top, #00AA88, #00AA88);
  background-image: linear-gradient(to bottom, #00AA88, #00AA88);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: 微軟正黑體;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
}
.btn5:hover {
  background: #008866;
  background-image: -webkit-linear-gradient(top, #008866, #008866);
  background-image: -moz-linear-gradient(top, #008866, #008866);
  background-image: -ms-linear-gradient(top, #008866, #008866);
  background-image: -o-linear-gradient(top, #008866, #008866);
  background-image: linear-gradient(to bottom, #008866, #008866);
  text-decoration: none;
}
.btn5 a 
{
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 16px;
}

.btn6 {
  background: #008080;
  background-image: -webkit-linear-gradient(top, #008080, #008080);
  background-image: -moz-linear-gradient(top, #008080, #008080);
  background-image: -ms-linear-gradient(top, #008080, #008080);
  background-image: -o-linear-gradient(top, #008080, #008080);
  background-image: linear-gradient(to bottom, #008080, #008080);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: 微軟正黑體;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
}
.btn6:hover {
  background: #2f4f4f;
  background-image: -webkit-linear-gradient(top, #2f4f4f, #2f4f4f);
  background-image: -moz-linear-gradient(top, #2f4f4f, #2f4f4f);
  background-image: -ms-linear-gradient(top, #2f4f4f, #2f4f4f);
  background-image: -o-linear-gradient(top, #2f4f4f, #2f4f4f);
  background-image: linear-gradient(to bottom, #2f4f4f, #2f4f4f);
  text-decoration: none;
}
.btn6 a 
{
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 16px;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #9e9e9e));
	background:-moz-linear-gradient(top, #ededed 5%, #9e9e9e 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #9e9e9e 100%);
	background:-o-linear-gradient(top, #ededed 5%, #9e9e9e 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #9e9e9e 100%);
	background:linear-gradient(to bottom, #ededed 5%, #9e9e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#9e9e9e',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #949494;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:微軟正黑體;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9e9e9e), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #9e9e9e 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #9e9e9e 5%, #ededed 100%);
	background:-o-linear-gradient(top, #9e9e9e 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #9e9e9e 5%, #ededed 100%);
	background:linear-gradient(to bottom, #9e9e9e 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#ededed',GradientType=0);
	background-color:#9e9e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}




.clear
{
   clear:both;
}


    .con1
    {
        width:330px;
        font-family:微軟正黑體;
        font-size: 14px;
        float:left;
        padding:0px 5px 0px 5px;
    }
    .con1 > h2
    {
        font-weight:bold;
        padding:5px 0px 5px 0px;
    }
    .con1 > p 
    {
        line-height:25px;
    }
    .con1 a 
    {
        text-decoration:none;
        color:Black;
    }
    .con1 table td 
    {
        padding-bottom:5px;
    }
    .ADmain
    { 
     margin-top: auto;
     margin-bottom: auto;
     max-height: 100%;
     max-width: 100% ; 
     margin:0px auto;
    }
    
    
    
    
    