@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{margin:0;padding:0; font-family:Verdana, Arial, Helvetica, sans-serif;}
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;}
ol,ul {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;}
input {padding-top:2px;}

/*所有版面上的文字都會使用到的設定*/
body, td, p, form, input, textarea, select {
	font-size: 12px;
	color: #000000;
	line-height: 22px;
	text-decoration: none;
}


/*網頁最上端連結文字*/
.topbottom a , .topbottom {
	font-size: 12px;
	color: #663300;
	text-decoration: none;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.topbottom a:hover{
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}


/*登入文字欄用*/
.keyinword {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

/*中間內文使用*/
.center {
	font-size: 12px;
	line-height: 22px;
	color: #000000;
/*	margin:auto 20px;*/
	text-align:justify;
}


/*線條*/
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height:1px;
}

/*線條-點狀*/
.line_dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	height:1px;
}

/*底部宣告與連結文字*/
.lastword a , .lastword {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}

.lastword a:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}


