@import url("element.css");
@import url("font.css");


/* 頁面設定 */

html { font-size: 100%; margin: 0;padding: 0;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-family: 'Trebuchet MS',Arial, Sans-Serif;	
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	text-align: center;
	background:#ffffff;
	
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Clearing floats
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block }
.clearfix { display:block }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Accessibility & SEO
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
	display:none;
}
p.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}
ol.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		首頁元素
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
/*---- Flash -----*/	
	#MainFlash{
	/* Firefox hack to force scrollbars permanently */ 
	position:absolute;
 	top:0%;
	left:0%;
	/**/
	width:100%;height:100%; /* Firefox and not IE else*/ 
	#width:100%;#height:100%; /* for IE7 and above*/ 
	_width:100%;_height:100%; /* for IE6 and before*/
	padding: 0;margin: 0;
	}
	
	
/* Firefox hack to force scrollbars permanently */ 
#scroll { 
	position:absolute; 
	top:0; 
	bottom:-0.1px; 
	width:1em; 
	z-index:-1; 
}

