@charset "utf-8";
/* 基本設定 */
body{font-family: Arial, Helvetica, sans-serif; background-image: url(../images/bg.gif)}
a{ text-decoration:none; color: #003366}
a:hover{filter:alpha(opacity=50); /* IE */-moz-opacity:0.5; /* Moz + FF */opacity: 0.5; }


/* 目錄縮圖放大效果 */
#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;

}


/* 最外框 */
#ALL_BODY{ display:block; background-image:url(../images/top_bg_body.gif); background-repeat:repeat-x; width:100%}
#WARPPER{ display:block; background-image:url(../images/top.gif); width:970px; margin:auto; position:relative; padding-top:18px; background-repeat:no-repeat}

h1 a{ display:block; background-image:url(../images/logo.gif); width:359px; height:105px; text-indent:-9999px;}
h3{	display:block;	padding:15px 0 0 30px;	font-size:13px;	color:#666666;	font-weight:normal;	line-height:20px;	position:absolute;	top:20px; right:30px;}

/* 頁首 */
#HEADER{ display:block; background-image:url(../images/top_main.gif); width:970px; height:105px;}

/* 選單 */
#MAIN_NAV{ display: block; background-image:url(../images/menu_bg.gif); height:70px;}
#MAIN_NAV ul{ padding-left:31px;}
#MAIN_NAV li{ float:left;}
.m1 a{ display:block; background-image:url(../images/m1.gif); width:87px; height:70px; text-indent:-9999px;}
.m2 a{ display:block; background-image:url(../images/m2.gif); width:123px; height:70px; text-indent:-9999px;}
.m3 a{ display:block; background-image:url(../images/m3.gif); width:118px; height:70px; text-indent:-9999px;}
.m4 a{ display:block; background-image:url(../images/m4.gif); width:105px; height:70px; text-indent:-9999px;}
.m5 a{ display:block; background-image:url(../images/m5.gif); width:127px; height:70px; text-indent:-9999px;}
.search {display:block; background-image:url(../images/search.gif); width:135px; height:70px; text-indent:-9999px;}
.search_bg{display:block; background-image:url(../images/search_box.gif); width:135px; height:48px; padding-top:22px;}
*html .search_bg{ padding-top:21px;height:48px;}
.search_bg input{ display:block;border:0; background-image:url(../images/input_bg.gif); height:30px; width:130px; line-height:31px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:15px;}
.search_btn a{display:block; background-image:url(../images/search_button.gif); width:69px; height:70px; text-indent:-9999px;}
#MAIN_NAV a:hover{ background-position:bottom}

/* 內容 */
#CONTENT{ display:block; background-image:url(../images/main.gif); height:650px; position:relative}
#COVER{
	display:block;
	text-indent:-9999px;
	position:absolute;
	width:970px;
	height:10px;
	left: 0px;
	top: 482px;
	background-image:url(../images/cover.gif);
	background-repeat:no-repeat
	
}
#PHOTO a{
	display:block;
	background-image:url(../images/epaper.jpg);
	width:600px;
	height:430px;
	text-indent:-9999px;
	position:absolute;
	top:114px;
	left:65px;
	border: groove  #900 1px;
	 	
	}
.DATA{
	display:block;
	font-size:20px;
	color:#990000;
	font-family:"微軟正黑體", SimHei;
	position:absolute;
	top:85px;
	left:65px;
}
.BUTTON a{ display:block; background-image:url(../images/look.gif); width:169px; height:36px; text-indent:-9999px; margin-top:10px;}
#WORD{display:block;height:259pxfont-size:12px;color:#666666;line-height:18px;}

h4{
	display:block;
	background-image:url(../images/images.jpg);
	background-repeat:no-repeat;
	font-weight:normal;
	padding:0 0 0 100px;
	font-size:12px;
	color:#666666;
	width:720px;
	height:60px;
	position:absolute;
	left: 65px;
	top: 20px;
	line-height:18px;
}

#LIST {
	display:block;
	position:absolute;
	left: 677px;
	top: 108px;
	width:220px;
	height:440px;
	overflow:auto
}
#LIST li { float:left; padding:0 20px 15px 0}
#LIST li a{ display: block;width:170px;height:40px; line-height:40px;vertical-align:middle; font-size:12px; background-image:url(../images/line_point_1.gif); background-position:bottom; background-repeat:repeat-x; padding:5px 5px 8px 5px; font-family:"微軟正黑體"}
#LIST li img{ display:block; float:left;width:45px; height:40px; border:#FF6600 1px solid; margin-right:5px;}
#LIST li a:hover{ background-color:#006699; color:#fff;}
*html #LIST li{ display:inline}


/* 頁尾 */
#FOOTER{display:block; width:950px; height:65px; position:absolute; bottom:0; left:0; background-image: url(../images/down_bg.gif); padding:0 0 0 20px; font-size:11px; color:#666666; line-height:17px; }
#DOWN_LOGO a{ display:block; width:167px; height:45px; text-indent:-9999px; background-image:url(../images/down_logo.gif); position:absolute; right:10px; top:0px;}

/* 清除float */
.clearfloat{
clear:both;height:0;font-size:1px;line-height:0;}



