/* CSS Document */

@charset "utf-8";

table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

/********************************/
/*上方LOGO區塊*/
/********************************/
#top_button{
	margin:auto;
	width:100%;
	height:113px;
	background-image: url(images/bg/bg_2.gif);
}





/********************************/
/*BANNER區塊*/
/********************************/
#banner{
	margin:auto;
	width:100%;
	height:158px;
	background-image: url(images/bg/bg_3.gif);
}





/********************************/
/*標題區塊*/
/********************************/
#title{
	margin:auto;
	width:100%;
	height: 70px;
	background-image: url(images/bg/bg_4.gif);
}
#title_left{
	float: left;
	width: 192px;
}
#title_right{
	float: left;
	width: 80%;
}





/********************************/
/*內容區塊*/
/********************************/
#page_body{
	margin:auto;
	width:100%;
}
#page_body_all{
	width:100%;
	background-image: url(images/left_button/1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#page_body_all_1{
	width:100%;
	background-image: url(images/left_button/2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#left{
	float: left;
	width: 192px;
	background-color: #CFD0D0;
}
#right{
	float: left;
	clear:right;
	width: 80%;
}





#ff_debug{
width:100%;
clear:both;
height:0px;
}





/********************************/
/*下方版權聲明區塊*/
/********************************/
#down{
	margin:auto;
	width:100%;
	height:90px;
	background-image: url(images/bg/bg_1.gif);
}
#down_logo{
	width:80px;
	float: left;
	padding-left: 20px;
}
#down_all{
	width:87%;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
}
.down_all_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
a.down_all_text:hover{
	color: #FF0000;
}
#down_name{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	font-weight: bolder;
}
#down_button{
	float: right;
}
.down_button_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
}
a.down_button_text:hover{
	color: #FF0000;
}




/********************************/
/*index BANNER區塊*/
/********************************/
#index_banner{
	margin:auto;
	width:100%;
	height:311px;
	background-image: url(images/bg/bg_5.gif);
}




/********************************/
/*index 內容區塊*/
/********************************/
#index_body{
	margin:auto;
	width:100%;
}
#index_body_all{
	margin:auto;
	width:95%;
}

