@charset "utf-8";
/* CSS Document */
@import url("reset.css");
html{
	background:#D1E6FF;	
}

body{
	background:url(../img/bg001.png) top repeat-x #FFFFFF;
}

a:link, a:visited {color:inherit;color:expression(this.parentNode.currentStyle['color']); text-decoration:none;} 
a:hover {color:#3398CC; text-decoration:none;} 
a:active {color:#C33; text-decoration:none;} 

#wrapper{
    background:url(../img/bg002.png) bottom repeat-x;
}

/*首頁上方：標題、功能*/
#header{
	width:1000px;
	height:100px;
	margin:0 auto;
}

#header #title{
	*float:left;
}

#header #navi{
	float:right;
	font-size:15px;
	color:#030303;
	margin-top:5px;
}

#header #navi li{
    display:inline;
	list-style-type:none;
	padding:0 5px 0 10px;
	border-left:1px #030303 solid;
	*line-height:normal;
}

#header #navi li:first-child{
	border-left:none;
}

/*首頁上方：主選單*/
#header #topMenu{
	width:1000px;
	height:45px;
	background:url(../img/bgMenu.png) center bottom no-repeat;	
}

#header #topMenu ul{
	width:1000px;
	height:45px;
	margin:0 auto;
	position:absolute;
	z-index:1;
}

#header #topMenu ul li{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	float:left;
	list-style-type:none;
	margin-top:10px;
	padding:0px 19px;
	border-left:1px #ffffff solid;
	border-right:1px #626262 solid;
}

:root #header #topMenu ul li{
	letter-spacing:0.7px\9;
}

#header #topMenu ul li:first-child{
    border-left:none;	
}

#header #topMenu ul li:last-child{
    border-right:none;	
}

#header #topMenu ul li span{
	display:block;
	color:#C6C6C6;
	font-size:10px;
	padding-top:2px;
}

#header #topMenu ul li a:hover, #header #topMenu ul li a:hover span{color:#FC0;}
#header #topMenu ul li a:active{color:#C33;}

/*首頁中間*/
#main{
	width:1040px;
	margin:42px auto 0px auto;
	background:url(../img/shadow01.png) repeat-y;
	_margin-top:0px;
}

/*形象圖示*/
#main #welcome{
	width:1000px;
	height:200px;
	background:url(../img/welcome.png) no-repeat;
	position:relative;
	margin:0 auto;
}

#main #welcome img{
	position:absolute;
	right:5px;
	top:-74px;
}

/*主要內容*/
#main #container{
	width:1000px;
	background:#FFF;
	overflow:hidden;
	position:relative;
	padding-bottom:20px;
	margin:0 auto;
}

/*主要內容左邊：子項目選單*/
#main #container #leftContent{
	width:210px;
	float:left;
	background:#FFF;
	min-height:500px;
}

#main #container #leftContent #option{
	margin:10px;
}

    #main #container #leftContent #option li {
        padding: 10px;
        display: list-item;
        width: 150px;
        margin: 5px 0px;
        border: 1px solid #A5A5A5;
    }

/*#main #container #leftContent ul li:nth-child(1){
	border-left:8px solid #50B54D;
}

#main #container #leftContent ul li:nth-child(2){
	border-left:8px solid #DCDC37;
}

#main #container #leftContent ul li:nth-child(3){
	border-left:8px solid #DE6B1E;
}

#main #container #leftContent ul li:nth-child(4){
	border-left:8px solid #E22E64;
}

#main #container #leftContent ul li:nth-child(5){
	border-left:8px solid #C834DB;
}

#main #container #leftContent ul li:nth-child(6){
	border-left:8px solid #4C3DD6;
}

#main #container #leftContent ul li:nth-child(7){
	border-left:8px solid #38A2DB;
}

#main #container #leftContent ul li:nth-child(8){
	border-left:8px solid #29D892;
}

#main #container #leftContent ul li:nth-child(9){
	border-left:8px solid #0F7D51;
}*/

/*主要內容右邊：網站路徑、Banner、子項目內容*/
#main #container #rightContent{
	width:790px;
	float:right;
	background:#FFF;
	padding:8px 0 0 0;
	_margin-right:-25px;
}

/*網站路徑*/
#main #container #rightContent #path{
	color:#999;
	font-size:14px;
	margin-bottom:3px;
}

/*Banner*/
#main #container #rightContent #banner{
	background:url(../img/banner.png) no-repeat;
	font-family:"微軟正黑體", "新細明體";
	font-weight:bold;
	font-size:22px;
	width:775px;
	padding:50px 20px;
	color:#5E5E5E;
}

/*子項目內容*/
#main #container #rightContent #content h1{
	background:url(../img/dot1.png) left center no-repeat;	
	padding:5px 0;
	text-indent:25px;
	margin-top:25px;
	margin-left:10px;
}

#main #container #rightContent #content h2{
	margin:5px 50px;
}

#main #container #rightContent #content h3{
	text-indent:2em;
	margin:5px 0px 25px 80px;
}

#main #container #rightContent #content #btnSet{
	text-align:center;
	margin-top:10px;
}

/*下方選單*/
#main #bottomMenu{
	clear:both;
	width:1000px;
	height:45px;
	background:#606060;
	margin-left:20px;
}

#main #bottomMenu li{
	color:#D8D8D8;
	text-align:center;
	float:left;
	list-style-type:none;
	margin-top:14px;
	padding:0px 21px;
	border-left:1px #D8D8D8 solid;
}

#main #bottomMenu li:first-child{
    border-left:none;	
	margin-left:8px;
}

/*網頁下方:公司資訊、版權宣告*/
#footer{
	display:inline-block;
	width:100%;	
	margin-bottom:0px;
	padding-bottom:20px;
}

#footer #info{
	width:1000px;
	height:90px;
	background: url(../img/bgMenu2.png) no-repeat;
	margin:0 auto;
	position:relative;
	*margin-top:-24px;
	*margin-bottom:25px;
	_margin-top:0px;
	_margin-bottom:0px;
}

#footer #info table{
	margin:0 auto;	
}

#footer #info table tr td{
	padding:7px 10px;
	font-size:15px;	
}

#footer #info table tr{
	color:#D1D1D1;
}

#footer #info table tr:first-child{
	text-align:center;
	color:#FFF;
}

#footer #info img{
	position:absolute;
	top:7px;
	right:40px;
}

/*共用CLASS*/
.shadow{	
    /*-moz-box-shadow:0px 0px 12px 4px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:0px 0px 12px 4px rgba(20%,20%,40%,0.5);
	box-shadow:0px 0px 12px 4px rgba(20%,20%,40%,0.5);*/
	
	/*behavior:url(common/plugin/PIE.htc);*/
	
	/*filter:
		progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=0, Strength=10),
		progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=90, Strength=10),
		progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=180, Strength=10),
		progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=270, Strength=10);*/
}

.tag{
	padding-bottom:3px;
	border-bottom:1px solid #000;
	font-size:24px;
	font-weight:bold;
	margin:30px 15px 10px 0px;
}

/*.tag:first-child{
	margin-top:10px;	
}*/

.tag span{
	float:right;
	color:#A1A1A1;
	font-size:12px;
	padding-top:13px;	
}

.table01{
	border-collapse:collapse;
	margin:20px auto 0px auto;
}

.table01 tr th, .table01 tr td{
	border:1px solid #000;
	padding:10px 20px;
}

.table02{
	border-collapse:collapse;
	margin:20px auto 0px auto;
	width:700px;
}

.table02 tr th{
	padding:4px 8px;
	text-align:center;
	border:1px solid #666;
	vertical-align:middle;
}

.table02 tr td{
	padding:4px 8px;
	border:1px solid #666;
	line-height:25px;
}

.table03 tr th{
	font-weight:bold;
	background:#93C1FC;	
}

.table03 tr td{
	text-align:center;
}

.table04{
	margin:0 auto;	
}

.table04 tr td{
	padding:0 10px;
}

.table05{
	
}

.table05 tr td{
	height:300px;
	vertical-align:top;
}

.table05 tr td img{
	width:280px;
	height:180px;
}

.table05 tr td h1{
	margin-top:0px !important;	
}

.table05 tr td h2{
	text-indent:-5em; 
	margin-left:130px !important;
	line-height:25px;
}

.table06{
	border-collapse:collapse;
	margin:0 auto;
	width:600px;
	font-size:15px;
}

.table06 tr th{
	border:1px #000 solid;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	background:#C8F8BC;
	font-weight:bold;
}

.table06 tr td{
	border:1px #000 solid;
	padding:10px 5px;
	vertical-align:middle;
	line-height:25px;
	background:#E8FFE9;
}

.table07{
	border-collapse:collapse;	
	width:250px;
	margin:0px 0px 15px 5px;
}

.table07 tr th, .table07 tr td{
	border:1px solid #000;
	padding:2px 5px;
	text-align:center;
	font-size:15px;
}

.table08{
	border-collapse:collapse;	
	margin:0 auto;
	font-size:15px;
	text-align:center;
}

.table08 tr th{
	border:1px solid #333;
	vertical-align:middle;	
	width:75px;
	height:75px;
	font-weight:bold;
	background-color:#F0D2AA;
}

.table08 tr td{
	border:1px solid #333;
	vertical-align:middle;
	width:75px;
	height:75px;
	background:#FAEDDE;
}

.table09{
	border-collapse:collapse;
	width:620px;
	margin:0 auto;	
}

.table09 tr td{
	text-align:center;
	border:1px solid #000;
	padding:10px;
	vertical-align:middle;
	line-height:25px;
}

.table10{
	border-collapse:collapse;
	margin:10px 90px;
}

.table10 tr td{
	
	border:1px solid #000;
	text-align:center;
	padding:5px 11px;
}

.table11 tr th, .table11 tr td{
	padding:10px 15px;
	vertical-align:middle;
}

.table12{
	width:750px;	
}

.table12 tr th, .table12 tr td{
	padding:10px 7px;
}

.imgCenter{
	margin:25px auto;
	display:block;
}

.pay{
	margin-top:20px;
}

.pay li{
	background:url(../img/btn01.png) left center no-repeat;
	width:174px;
	height:45px;
	padding-top:28px;
	padding-left:10px;
	color:#041FB6;
	margin:-20px 40px;
}

.note li{
	margin-bottom:8px;
	margin-left:40px;
	list-style:decimal inside;
}

.note2 li{
	margin-bottom:15px;
	line-height:28px;
	margin-left:40px;
	list-style:decimal outside;
}

.noteLink{
	margin-top:20px;
	color:#06C;
	text-decoration:underline;
}

.noteLink li{
	margin-left:40px;
	margin-bottom:15px;
	text-indent:25px;
	background:url(../img/dot2.png) left center no-repeat;
}

.noteLink2 li{
	margin-bottom:25px;
}

.noteLink3{
	margin-top:0px;
}

.noteLink3 li{
	margin:0px;
}

.bluelink{
	color:#4971CF !important;
	text-decoration:underline !important;	
}

.blueTip{
	color:#77A0CB;
	font-size:14px;
}

.colorRed{
	color:#F30;
}

.text1{
	width:45px;	
}

.text2{
	width:320px;
}

.text3{
	width:205px;	
	margin-bottom:5px;
}

.text4{
	width:240px;
}

.text5{
	width:300px;
	display:table;
	margin:10px auto 20px auto;	
}

.text6{
	width:370px;
	margin:5px 0;
}

.text7{
	width:30px;	
}

.area1{
	margin-bottom:8px;
}

.area1 input[type=radio]{
	margin-left:8px !important;
}

.apply01{
	border-collapse:collapse;
	margin:0 auto;
	width:720px;
}

.apply01 tr th{
	border:1px solid #000;
	padding:10px 0px;
	background:#80ACD6;
	font-weight:bold;
	color:#222;
	vertical-align:middle;
}

.apply01 tr td{
	border:1px solid #000;
	width:600px;
	padding:10px 5px;
	vertical-align:middle;
}

.apply01 input[type=radio]{
	margin-left:15px;
}

.apply01 input[type=radio]:first-child{
	margin-left:0px;
}

.apply01 textarea{
	width:320px;	
}

.apply02{
	margin:0 auto;
}

.apply02 tr th{
	text-align:right;
	padding-right:20px;
	padding-bottom:15px;
	font-weight:500;
}

.apply03{
	width:480px;	
}

.apply03 tr td{
	width:320px;
}

a:hover{
	color:#C03;	
}

.list1{
	width:700px;
	margin:0 auto;
	border-collapse:collapse;
}

.list1 tr th{
	padding:15px 0 4px 0;
	font-weight:bold;
	border-bottom:2px solid #333;
}

.list1 tr td{
	padding:15px 0 2px 0;
	border-bottom:1px #CCCCCC solid;	
}

.list1 tr td:first-child{
	width:150px;
	color:#257FE0;
	text-align:center;
}

.list2{
	width:700px;
	border-collapse:collapse;
	margin:20px auto;
}

.list2 tr th{
	border:1px #999999 solid;
	background:#80ACD6;
	font-size:12px;
	text-align:right;
	padding:10px;
}

.list2 tr th:first-child{
	font-size:16px;
	font-weight:bold;
	width:430px;
	text-align:left;
}

.list2 tr td{
	border:1px #999999 solid;
	padding:20px;
	line-height:25px;
}

.list3 tr td:nth-child(1){
	width:60px;	
	text-align:center;
}

.list3 tr td:nth-child(2){
	width:110px;
	text-align:center;
}

.list3 tr td:nth-child(3){
	width:80px;
	text-align:center;
}

.list4 tr td:nth-child(1){
	width:60px;	
	text-align:center;
}

.list4 tr td:nth-child(2){
	width:120px;
	text-align:center;
}

.list5 tr td:nth-child(3){
	text-align:center;
}

.list6 tr td{
	border:1px #999999 solid;
	padding:8px 10px;
	vertical-align:middle;
}

.list6 tr td img{
	width:130px;
	height:40px;
	display:block;
	margin:0 auto;
}

.list7 tr td:nth-child(2){
	width:120px;
	text-align:center;
}

.list7 tr td:nth-child(3){
	width:240px;
	text-align:center;
}

.list7 tr td:nth-child(4){
	text-align:center;
}

.list8 tr td:nth-child(4),.list8 tr td:nth-child(5){
	text-align:center;
}

.ListMenu{
	text-align:right;
	padding:5px 50px 0 0;
}

.ListMenu a{
	color:#06C;
	text-decoration:underline;
	margin-left:10px;	
}

.pager1{
	margin-top:25px;
	text-align:center;
	word-spacing:20px;
	font-size:14px;
	color:#257FE0;
}

#backLink{
	width:100px;
	background:url(../img/BlueArrow.png) top center no-repeat;
	padding-top:48px;
	text-align:center;
	color:#257FE0;
	text-decoration:underline;
	margin:0 auto;
	display:block;
}

#backLink:hover{
	color:#FC0;
	background:url(../img/BlueArrow2.png) top center no-repeat;
}

#mylist{
	border:1px double #3399FF;
	padding:20px 30px;
	width:550px;
	margin:15px auto;	
}

#mylist ul{	
	list-style:decimal;
}

#mylist li{
	margin-bottom:20px;
}

.editor ol{
	list-style:decimal;
	margin:20px 0px 20px 40px;
}

.editor ul{
	list-style:disc;
	margin:20px 0px 20px 40px;
}

.editor blockquote{
	 margin-left:20px;
}

.editor a{
	color:#36F;
	text-decoration:underline;
}

.editor a:hover{
	color:#900;
	text-decoration:underline;
}

.uploader{
	text-align:center;	
}

.uploader input[type=text]{
	width:300px;
	margin:5px 5px 5px 0;
}

.literalList{
	padding-left:35px;
}

.literalList h1{
	color:#039;
	font-weight:bold;
}

.div1{
	padding-left:20px;
	padding-right:20px;	
}

.p1{
	font-weight:bold;
	margin-top:30px;	
}

.explian{
	
}

.explian p{
	text-indent:2em;
	line-height:24px;
	margin-bottom:20px;
	padding-right:13px;
}

.explian img.center{
	border:1px #999 solid;
	display:block;
	margin:0 auto;
}

.explian .top{
	text-align:right;	
	color:#06F;
	padding-right:13px;
	font-size:14px;
}

.explian ul{
	margin-left:70px;
	list-style-type:decimal;
	list-style-position:outside;
	line-height:30px;
	padding-right:13px;
}

.explian h1{
	color:#06C;
	font-weight:bold;	
}

.explian h2{
	margin-right:15px !important;	
}

.explian hr{
	border:none; 
	border-bottom:1px dashed #999; 
	width:760px; 
	margin:0 auto;	
}

.explian .ul1{
	text-indent:-2em;
	margin-left:135px;
	list-style:none;
}

.explian .ul2{
	margin-left:170px;
}

.explian .ul3{
	margin-left:125px;
	text-indent:-16px;
}

.explian .li1{
	margin-left:50px;
	text-indent:-42px;	
}

.sitemap a{
	color:#09C;
	line-height:30px;
}

.sitemap a:hover{
	color:#F30;
	text-decoration:underline;
}

.sitemap .sm1{
	margin-left:20px;
}

.sitemap .sm2{
	margin-left:45px;	
}

.orange{
	color:#F39A25;	
}

.captcha{
	border:1px solid #666;
	vertical-align:middle;
}

.sel1{
	width:300px;
	height:250px;
	margin:0 auto;
	display:table;
}

.del{	
	float:right;	
}

.del span{
	color:#F30 !important;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.para1{
	text-indent:2em;
	line-height:25px;
}

.para2{
	text-indent:-4em;
	margin-left:100px !important;
	margin-top:20px !important;
	line-height:25px;	
}

.para3{
	text-indent:-5em;
}

.para4{
	text-indent:-6em;	
}

.para5{
	margin-left:108px !important; 
	text-indent:-3em;
}

.para6{
	margin-left:50px !important; 
	text-indent:-2em;
}

.para7{
	margin-left:66px !important; 
	text-indent:-3em;
}

.mg1{
	margin:0px 0px 0px 40px;
}

.mg2{
	margin-let:0px;
}

.block1{
	border:1px solid #CCC;
	padding:10px 0px;
	width:250px;
	height:120px;
	margin-left:5px;
	margin-bottom:20px;
	float:left;
}

.block1 h1{
	margin-top:0px !important;
	font-weight:bold;
}

.block1 h2{
	margin-right:5px !important;
}

.adminMenu1{
	margin:0 auto;	
}

.adminMenu1 th{
	text-align:right;
	padding:10px 15px;
}

.cbox1{
	margin-left:100px;	
}

.adminMenu2 input[type=checkbox]{
	margin:10px 0px;
}

body.AdminStyle #topMenu{
	background:url(../img/Admin_bgMenu.png) center bottom no-repeat !important;
}

body.AdminStyle #info{
	background:url(../img/Admin_bgMenu2.png) center bottom no-repeat !important;
}

body.AdminStyle{
	background:url(../img/Admin_bg001.png) top repeat-x #FFFFFF;
}

body.AdminStyle #wrapper{
    background:url(../img/Admin_bg002.png) bottom repeat-x;
}

body.AdminStyle #main #container #rightContent #banner{
	background:url(../img/Admin_banner.png) no-repeat;
}
