img, form {
	border:				none;
	padding:			0;
	margin:				0
}

/* 表單樣式 */
input.txt, textarea.txt {
	font-size:			1em;
	border:				1px #aaa solid;
	border-top:			1px #888 solid;
	padding:			2px 3px 2px 3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}

textarea.txt {
	font-size:			1em;
	line-height:		1.4em;
	border:				1px #aaa solid;
	padding:			3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

input.btn {
	font-size:			1em;
	padding:			2px 0px 0 0px;
	color:				#575757;
}
*html input.btn {
	font-size:			12px;
	line-height:		10px;
	padding:			4px 0px 1px 0px;
}

select.txt, select.date {
	border:				1px #aaa solid;
	border-bottom:		1px #888 solid;
	font-size:			1em;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}

select.date {
	font-size:			0.9em;
}

select.txt option { 
	padding:			2px 3px 0 3px;

}

/* 公用樣式 */
.exp {
	color:				#9c9c9c;
	font-size:			11px;
}

.error {
	color:				#ff0000;
}

.end {
	clear:				both;
	height:				0;
	overflow:			hidden;	
}

a {
	text-decoration: 	none;	
	color:				#4f4f4f;
}

a:hover {
	color:				#0000ff;
}

/* 自訂樣式 */
html, body, p, div, td {
	font-size:			12px;
	color:				#4f4f4f;
 	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}

body {
	padding:			0;
	margin:				0;
	background:			#fff;
}

#sub_menu, #menu, #head_menu {
	list-style:			none;
	padding:			0;
	margin:				0;
}

#sub_menu li, #menu li {
	float:				left;
}

#head_menu li { 
	float:				right;
}

#head_menu, #sub_menu {
	height:				19px;
	padding-top:		8px;
	padding-right:		10px;
}

#menu {
	height:				76px;
}

#page_no {
	padding:			15px;
	text-align:			center;
	font-size:			12px;
	font-family: 		Georgia, "Times New Roman", Times, serif;
}

.contents {
	line-height:		1.5em;
}
.date {
	color:				#f55716;
	font-size:			.85em;
}

.list-table {
	border-bottom:		1px solid #e7e7e7;
}
.list-table th {
	padding-right:		1px;
}
.list-table td {
	padding:			8px;
	text-align:			center;
	border-bottom:		1px solid #e7e7e7;
}

#contact_list div {
	padding:			5px 12px 3px 12px;
	margin-bottom:		1px;
	background-color:	#f5f2ed;
}

.search-table {
	background: url(images/search_bg.gif) left repeat-y;
	margin-bottom:		20px;
	width:				530px;
}
.search-table td {
	padding:			0 16px 5px 20px;
}

.search_form div {
	padding:			0 0 5px 0;
}
.search_form .none td {
	padding:			3px 0;
}

.object_line {
	background:			url(images/object_line.gif) left bottom repeat-x;
}
.object_line div {
	padding:			4px 5px 5px 55px;
	font-family: 		Arial, Helvetica, sans-serif;	
}
*html .object_line div {
	padding-top:		5px;
}

.object_table td, .object_table th {
	background:			#fff;
	text-align:			center;
	padding:			5px;
}