@charset "UTF-8";
/* 基本框架 */
#body {
width: 1020px;
height: 700px;
margin-left: 0px;
margin-top: 0px;
}
/* 內容主框架 */
#left {
width: 486px;
margin-left: 27px;
margin-top: 10px;
}
/* 表單*/
#left .list{margin-top:20px;}
#left .list ul{list-style: none;}
#left .list li{list-style: none; display:inline;}
#left .list li a{padding: 0 5px; text-align: center; font-size: 11pt; color:#663300; text-decoration: none; border-left:1px solid #663300; border-right:1px solid #663300;}
#left .list li a:hover{color:#FFFFFF; background-color:#660000;}

#left .title{padding: 0 5px; text-align: center; font-size: 11pt; color:#ffffff; background-color:#660000; text-decoration: none;}
/* 全球連絡網*/
#left .button a{padding:0 5px; text-align: left; font-size: 10pt; color:#FFFFFF; text-decoration: none; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF;}
#left .button a:hover{color:#663300;}
#left .button li{list-style: none; display:inline;}

#left .movie{
width:484px;
height:389px;
margin-top:20px;
border:2px solid #663300;}
/*快訊*/
#new{margin-top:10px; font-size: 14pt; color:#660000;}
#new .mar{
width:474px;
padding: 5px;
border:1px solid #663300;
font-size: 10pt; color:#333333;}
/*色塊訊息*/
#bar {
width: 486px;
margin-top:10px;
background-color:#663300;
font-size: 12pt; color:#ffffff;
}
#bar a:{font-size: 10pt; color:#ffffff; text-decoration: none;}
#bar a:hover{color:#666600;}
#bar li{list-style: none;}
#bar li a{font-size:9pt; color:#ffffff; text-decoration: none; line-height:14px;}
#left li a:hover{color:#FFFF66;}
/*版權*/
#copyright{
width: 486px;
margin-left: 27px;
margin-top: 10px;
text-align: left;
color: #333333;
font-size: 8pt;
text-decoration: none;
}
/*清除之前設定用*/
div.spacer {clear: both;margin: 0px;padding: 0px;}