/* CSS Document */

#all{
	display:block;
	width:100%;
	height:100%;
	background:#FFFFFF;
	
}
#block_background{
	display:block;
	margin:0 auto 0 auto;
	width:980px;
	height:100%;
	overflow:hidden;
	z-index:-1;
}
#main_data{
	width:980px;
	height:100%;
	background-color:#ffffff;
	float:left;
}
#page_bottom{
	display:block;
	width:100%;
	height:60px;
	border-top:#ffb400 solid 2px;
	text-align:center;
	float:left;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
}
/*------------------------------------HEAD/MENU_STYLE----------------------------------------*/
#head_style{
	display:block;
	width:980px;
	float:left;
}
#head_block{
	display:block;
	float:left;
	width:980px;
	height:250px;
	z-index:1;
	position:absolute;
	
}

#head_block_bg{
	display:block;
	width:980px;
	height:250px;
	z-index:-1;
}
#logo_left{
	display:block;
	float:left;
	height:146px;
}
#logo_right{
	display:block;
	float:right;
	height:96px;
	margin:50px 0 0 0;
}
#channel_block{
	display:block;
	float:left;
	width:980px;
	height:69px;
	font-size:16px;
	font-family:"微軟正黑體";
	font-weight:bold;
	text-align:right;
	vertical-align:bottom;
	line-height:69px;
}
#menu_block{
	display:block;
	float:left;
	width:936px;
	height:35px;
	background:url(../image/menu_bg.png) repeat-x;
	padding:0 22px;
}
.menu_button{
	display:block;
	float:left;
	width:104px;
	height:20px;
	text-align:center;
	padding:6px 0 0 0;
}
.menu_point{
	display:block;
	float:left;
	width:104px;
	height:9px;
	text-align:center;
}





/*------------------------------------ALL_STYLE----------------------------------------*/
html{
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "微軟正黑體";
}
body{
	color : #000 ;
	margin: 0px;
	padding: 0px;
	background:#ffffff;
}
table{
	color : #000 ;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration:none; 
	outline: none;
	}
a:link{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:none;
}
a:active{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000;
}
a:focus {
	-moz-outline-style: none; 
}
.cline{
	clear:both;
}
img{
	border:0px;
	margin:0;
	padding:0;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	font-family: "微軟正黑體";
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset {
border: 0;
}
address,caption,cite,code,dfn,em,th,var {
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
padding: 0;
margin: 0;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q:before,q:after {
content:'';
}
abbr,acronym { border: 0;
}
