/* CSS Document */

@charset "utf-8";

table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}
/********************************/
/*Top區塊*/
/********************************/
#index_top {
	margin:auto;
	width: 100%;
	height:99px;
	background-image: url(images/bg/bg_3.jpg);
}





/********************************/
/*banner區塊*/
/********************************/
#index_banner {
    margin:auto;
	width:100%;
	height:355px;
	background-image: url(images/bg/bg_4.jpg);
}

#index_left {
    float:left;
	width: 686px;
}

#index_right {
    float:left; 
	clear:right;
	width: 27%;
	padding-left: 25px;
}

#banner {
	margin:auto;
	width: 100%;
	height:240px;
	background-image: url(images/bg/bg_1.jpg);
}
#ff_debug{
width:100%;
clear:both;
height:0px;
}





/********************************/
/*body區塊*/
/********************************/
#body{
	margin:auto;
	width:100%;
}
#left{
	float: left;
	width: 220px;
}
#right{
	float: left;
	clear:right;
	width: 74%;
	padding-left: 30px;
}





/********************************/
/*down內容區塊*/
/********************************/
#down{
	background-color: #6D6D6D;
}
#down_all{
	margin:auto;
	width:95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
}
#down_all_left{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
		float: left;
}
#down_all_right{
	float: right;
}
.down_all_right{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.down_all_right:hover{
	color: #FDF001;
}

a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { outline: none; } /* for Firefox */