﻿@charset "utf-8";
/* CSS Document */

/*html 常用標籤*/
h1{ font-size:16px; color:#990000; padding:0 10px 0 10px; font-family:微軟正黑體,Comic Sans MS; }  /*標題*/
h1 a{text-decoration:none; color: #660000;}
h2{ font-size:16px; color:#FF0000; text-align:center; font-family:微軟正黑體,Comic Sans MS; }
h3{ font-size:14px; line-height:15px; text-align:center;  font-family:微軟正黑體,Comic Sans MS; }
img{ border:0px;}
p{font-size:14px; line-height:1.5em; text-indent:32px; font-family:微軟正黑體,Comic Sans MS; padding-left:10px; padding-right:10px;}
p2{font-size:14px; line-height:1.5em; font-family:微軟正黑體,Comic Sans MS; padding-left:10px; padding-right:10px;}



/*頁面結構*/ /*margin:0px auto; 置中*/ /*clear:both 不受float影響*/
#WRAP { display:block; width:960px; height:680px; background-image:url(pic/background.png); background-repeat:no-repeat; margin:0 auto;}
 #HEADER { display:block; width:960px; height:170px; }
   #HEADER #LINK { display:block; width:145px; height:20px; text-align:center; float:right; background-color:#FFCCCC;} 			 
   #HEADER #UP { display:block; width:250px; height:68px; padding:12px 0 0 12px; }
   #HEADER #NAV { display:block; /*width:660px;*/ height:90px; margin-left:155px;}
 #MAIN { display:block; width:960px; height:480px;}
   #MAIN #LEFT { display:block; width:155px; height:480px; float:left;}
   #MAIN #CONTENT { display:block; width:660px; height:480px; float:left; /*background-color:#FFCCCC;*/ }
   #MAIN #RIGHT { display:block; width:145px; height:480px; float:right;}
 #MAIN #RIGHT #WORD { display:block; width:145px; height:80px; float:left;}
 #FOOTER { display:block; background-color:#FF7E40; width:960px; height:25px; clear:both; margin-top:5px; text-align:center; }



/*NAV*/
li{ display:block; list-style:none; float:left; }

li.NAV1 a{ display:block; width:110px; height:90px; background-image:url(button/but01.jpg); text-decoration:none; text-indent:-9999px;}
li.current1 a{ display:block; width:110px; height:90px; background-image:url(button/but01_on.jpg); text-decoration:none; text-indent:-9999px;}
li.NAV1 a:hover { background-image:url(button/but01_on.jpg);}

li.NAV2 a{ display:block; width:110px; height:90px; background-image:url(button/but02.jpg); text-decoration:none; text-indent:-9999px;}
li.current2 a{ display:block; width:110px; height:90px; background-image:url(button/but02_on.jpg); text-decoration:none; text-indent:-9999px;}
li.NAV2 a:hover { background-image:url(button/but02_on.jpg);}

li.NAV3 a{ display:block; width:110px; height:90px; background-image:url(button/but03.jpg); text-decoration:none; text-indent:-9999px;}
li.current3 a{ display:block; width:110px; height:90px; background-image:url(button/but03_on.jpg); text-decoration:none; text-indent:-9999px;}
li.NAV3 a:hover { background-image:url(button/but03_on.jpg);}

li.NAV4 a{ display:block; width:110px; height:90px; background-image:url(button/but04.jpg); text-decoration:none; text-indent:-9999px;}
li.current4 a{ display:block; width:110px; height:90px; background-image:url(button/but04_on.jpg); text-decoration:none; text-indent:-9999px;}
li.NAV4 a:hover { background-image:url(button/but04_on.jpg);}

li.NAV5 a{ display:block; width:110px; height:90px; background-image:url(button/but05.jpg); text-decoration:none; text-indent:-9999px;}
li.current5 a{ display:block; width:110px; height:90px; background-image:url(button/but05_on.jpg); text-decoration:none; text-indent:-9999px;}
li.NAV5 a:hover { background-image:url(button/but05_on.jpg);}

li.NAV6 a{ display:block; width:110px; height:90px; background-image:url(button/but06.jpg); text-decoration:none; text-indent:-9999px;}
li.current6 a{ display:block; width:110px; height:90px; background-image:url(button/but06_on.jpg); text-decoration:none; text-indent:-9999px;}
li.NAV6 a:hover { background-image:url(button/but06_on.jpg);}




/*minitabs*/
/*a {color:#0000FF; }*/
#minitabs {font-weight:bold; padding:3px 0 25px 220px; font-size:13px; font-family:微軟正黑體,Comic Sans MS;/* margin:0 0 0 160px;*/ background-color:#FFCCCC; }
#minitabs li {display:inline; margin:0 5px;}
#minitabs a {border-bottom:4px solid #FFFFFF; color:#0099FF; text-decoration:none; /*margin:0;*/}
#minitabs a#current {border-color:#FF6600; color:#660000;}
#minitabs a:hover {border-color:#FF6600; color:#000000;}


/*狀態選擇器*/
/*.BGC{ background-color:#FFFFFF;}*/
.box{ width:640px; height:422px; overflow-y:auto; overflow-x:hidden; padding:20px 10px 10px 10px; /*background-color:#FFFFE8;*/} 
.LINKStyle a { font-size:12px; padding-top:5px; text-decoration:none; color:#000000; font-family:微軟正黑體,Comic Sans MS;}
.WORDStyle{ padding-top:80px;}
.SitemapS{ font-size:14px; line-height:1.5em; font-family:微軟正黑體,Comic Sans MS; padding-left:10px;}
.SitemapS a {text-decoration:none; color: #000066;}
.FOOTERStyle{ font:"Courier New", Courier, monospace; font-size:12px; padding-top:5px; padding-right:8px; text-align:center;}

.style1 {color:#FF0000}/*內文重點文字*/
.style2 {color:#0000FF;	font-weight: bold;}/*小標*/
.style3 {font-size:36px; color:#FF0033;}/*大標*/



/*filter: Alpha(opacity=30);透明*/