@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/index_back.gif);
}
img, div, input { 
    behavior: url("iepngfix.htc") 
}
/* 連結 ---------------------------------------------------- */
a:link {
	color: #555555;
	background: transparent;
	text-decoration: none;
  
}
a:visited {
	color: #888888;
	background: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff9933;
	background: transparent;
	text-decoration: underline;
}
/* 版型部份 ---------------------------------------------------- */
#wrap,#header,#pagefooter,#container{
    margin:0 auto;
    width:960px;
}
#wrap{
    background-image:url(../images/index_table_back.gif);
	}
#flash{
    float:left;
	width:630px;
	}
#right{
   margin:0 0 0 630px;
}
#pagefooter{
    clear:both;
    height:74px;
    background-color:#F8F0E6;
}
/* 右上 link  ----------------------------------------------------*/
ul#top_link{
	list-style-type:none;
	color:#666666;
	font-family: Verdana, "新細明體" ;
	font-size: 12px;
	float:right;
	margin-right:14px;
	margin-top:8px;
}
ul#top_link li{
	float:left;
	padding: 0 4px 0;
	}
#header_pic{
    float:left;
    margin-left:10px; 
    margin-top:23px; 
    width:244px;
    height:50px;
}
/* 右上 nav ---------------------------------------------------- */
#nav{
    float:right;
    width:690px;
    height:43px;
    margin-top:12px;
}
/* 特別介紹  ----------------------------------------------------*/
#special_pic{
    float:left; /* 因firefox一定要加 */
    width:126px;
    height:126px;
    margin-left:12px;
    margin-top:68px;
}
#special_box{
    float:left;
	width:145px;
	height:100px;
	margin-top:65px;
	margin-left:10px;
	}
.special{
	font-family:"新細明體";
	font-size:12px;
	color: #666666;
	line-height:16px;
	margin-top:20px;
}	
/* 最新消息 ---------------------------------------------------- */
#news{
    float:left;
	width:285px;
	height:180px;
	margin-left:15px;
	margin-top:20px;
	}
.news_title{
	font-family:"新細明體";
	font-size:13px;
	color: #666666;
	text-decoration: none;
}
.news_date{
	font-family:"新細明體", Arial;
	font-size: 13px;
	color: #D67E0D;
	text-decoration: none;
}
.news_line{
    border-top:1px dashed #cccccc;
}
