﻿
@charset "utf-8";
/* CSS Document from wlwang, 這個css主要先將樣式做清除(移除)及框架設定*/

/*margin及padding標準化*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{margin:0px;padding:0px;}

/*標題font-size標準化*/
h1,h2,h3,h4,h5,h6{}

.
/*移除ol,ul的樣式*/
ul,ol{list-style:none;}

/*將font-style及font-weight 標準化成normal*/
address,kbd,th{font-style:normal;/*font-weight:normal;*/}

/*移除table的外框*/
table{border-collapse:collapse;border-spacing:0px;border:none;}

/*th文字向左*/
th,td{text-align:left;vertical-align:text-top;}

/*移除fieldset和img的border*/
fieldset,img{border:0px;}


/*=yahoo css reset
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
==*/


/*start layout
-------------------------------------*/
html{
	background-color:#f0f1f1;
	font-family:Arial, Helvetica, sans-serif;}

body{
	background:#ffffff url(../images/bg.jpg) repeat-x;
	margin:0px auto;
	width:100%;
	text-align:center;
	position:relative;
	color:#535353;	
	voice-family: "\"}\""; 
	voice-family:inherit;}

	
#wrapper{
	background:url(../images/bg_header.jpg) no-repeat top;
	width:1280px;	
	text-align:left;
	display:inline-block;
	font-family:Verdana, Arial, Helvetica, sans-serif;}

/*for pop windows*/
#pop_wrapper{
	width:95%;
	margin:0px auto;
	text-align:left;
	display:inline-block;
	font-family:Verdana, Arial, Helvetica, sans-serif;}

#header{	
	display:inline-block;	
	width:1280px;	
	clear:both;}

#content1{
	width:95%; /*733*/ 
	display:inline-block;
	clear:both;
	letter-spacing:1px;	
	padding-bottom:10px;}

#footer{
	background:#f0f1f1;
	border-top:1px solid #e3e3e3;
	height:77px;
	padding-top:15px;
	padding-bottom:10px;}