<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(layout.css);
body {
	color: black;
	font-size: 18px;
	font-family: 標楷體, 新細明體, 細明體, PMingLiU, MingLiU, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #ffffff;
	width: 960px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #ffffff;
	width: 960px;
}
#masthead h1 {
	text-align: center;
}
#masthead img {
	margin: 0px 0px 0px 20px;
}

#navigation {
	width: 960px;
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 620px;
	height:580px;
	margin: 0;
	padding: 0 10px;
	background-color: #FFFFCC;
}

#column_r {
	width: 300px;
	height:580px;
	margin: 0;
	float: right;
	padding: 0 10px;
	background-color: #bbbbbb;
	position: relative;
}
#footer {
	width: 960px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* 報頭的樣式 */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #000000;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* 導覽的樣式 */
#navigation ul {
	list-style-type: none;
	/*width: 100%;*/
	margin: 0;
	border-bottom: 2px solid #cccccc;*/
	padding: 0;
	height: 32px;
	overflow: hidden;
}
#navigation li {
	width: 160px;/*960px;*/
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #cccccc;*/
	float: left;
}
#navigation a {
	display: block ;
	width: 100%;
	padding: 5px 0 5px 0px;
	color: #333333;
	background: #ffffff;
	background-image: url('../images/list_bg.gif');
	background-position: left top ; 
	
	
	text-decoration: none ;
	text-align: center ;
}
#navigation a:hover {
	color: #ffffff;
	background-image: none ;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: transparent;
	background-position: right top ;
}
/* 頁尾的樣式 */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* 連結的樣式 */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}</pre></body></html>