@charset "utf-8";
/* common */

/* 加入上述以使png生效 */
*{font-family:Verdana, Arial, Helvetica, sans-serif}
body{margin:0px; background-color:#000000; background-image:url(../images/bg_enter.jpg); background-repeat:repeat-x;}
#maincenter{width:980px; margin:0 auto;}
#enterflash{text-align:center;}
#enterlogo{text-align:center; width:980px; margin-top:10px; margin-bottom:10px;}
#enterlogo img{behavior: url("js/iepngfix.htc"); }
#enterword{text-align:center; width:980px; margin-top:5px; margin-bottom:5px;}
#copyright{text-align:center; width:980px;}
/* font */
.font_size12{font-size:12px;}
.font_size13{font-size:13px;}
.font_size15{font-size:15px;}
.font_size18{font-size:18px;}
.font_size21{font-size:21px;}
.font_size24{font-size:24px;}
.font_size30{font-size:30px;}

.font_type_white{color:#FFFFFF;}
.font_type_white a{color:#FFCC00; text-decoration:none;}
.font_type_white a:hover{color:#FFCC00; text-decoration:underline;}

.font_type_link{color:#FFFFFF;}
.font_type_link a{color:#FFFFFF; text-decoration:none;}
.font_type_link a:hover{color:#FFCC00;}

.font_type_copy{color:#918484;}



/* 跨瀏覽器對應方式
body{
background-color:#000000;           //FireFox及其他瀏覽器 
background-color:#666666\0;         //IE8能識別\0
*background-color:#999999;          //IE7也能識別*號 
_background-color:#CCCCCC;          //IE6能識別下劃線
}
*/



/*此為捲軸樣式
*{
scrollbar-3Dlight-color:#433E30;
scrollbar-arrow-color:#756842;
scrollbar-darkshadow-color:#555144;
scrollbar-face-color:#AB9962;
scrollbar-highlight-color:#CAC5A6;
scrollbar-shadow-color:#766E38;
scrollbar-track-color:#605F53;
}
SCROLLBAR-3DLIGHT-COLOR 捲軸邊框3D底部顏色 
SCROLLBAR-ARROW-COLOR 捲軸箭頭顏色 
SCROLLBAR-DARKSHADOW-COLOR 捲軸右下邊框陰影顏色 
SCROLLBAR-FACE-COLOR 捲軸整體面顏色 
SCROLLBAR-HIGHLIGHT-COLOR 捲軸邊框亮面顏色 
SCROLLBAR-SHADOW-COLOR 捲軸左上邊框陰影顏色 
SCROLLBAR-TRACK-COLOR 捲軸底部顏色 

*/