@charset "big5";

/* 網頁整體設置
============================ */
body {
	font-size:13px;
	color: #717171;
	line-height:18px;
	font-family:"新細明體", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	/* background-color: #f9f7f1; */
	/* background-image: url(/images/201110/body_bg.gif); */
	background-repeat: repeat;
	background-position: 0px 0px;

}


/* 預設連結設置 */
a {
	text-decoration:none;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color: #FF6600;
}

a:active {
	color: #333;
	font-size: 12px;
}



/* 分隔線設置 */
hr {
	border:0;
	height:1px;
	border-bottom:#aaaaaa dashed 1px;
}

caption {
	font-size:12px;
	padding:5px;
}

/* 強調字句樣式設置 */
em {	
	color:#990000;
	font-style:normal;
}

/* 標題樣式設置 */
h1 {
	font-size:12px;
	font-weight:normal;
	line-height:1.5;
}

/* 文章樣式設置 */
p {
	padding:0;
	line-height:18px;
	letter-spacing:2px;
}

/* 表單輸入框設置 */
input, select, textarea {
	margin-bottom:5px;
	vertical-align:middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* 表單輸入框設置 */
input, textarea {
	margin:0;
	padding:0;
}

/* 表格標題設置 */
th {
	background:#f0f0f0;
}

/* 分隔線設置 */
hr {
	border:0;
	height:1px;
	border-bottom:#554230 dotted 1px;
	margin:0;
	padding:0;
}

img {
	border:none;
}

table { }

tr { vertical-align:top;}

td {
	font-size:12px;
	padding: 0px;
}

cite {
	font-weight:normal;
	font-style:normal;
}

i {
	letter-spacing:1px;	
}
