@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:0.81em;/*13px*/
	color:#534613;
	letter-spacing:1px;
	text-align:center;
	background:#3976c9 url(../images/body_bg.png) repeat-y center top;
}

h1 {
	padding:40px 0 38px 23px;
	margin:0;
	font-weight:normal;
	*height:69px;
	*overflow:hidden;
}
h2 {
	margin:0;
	padding:0;
	clear:both;
	line-height:110%;
	color:#8e1e00;
}
.center div h2 {/*內頁單元標題*/
	border-bottom:2px dotted #ad6300;
	padding: 5px 0;
	margin: 0 0 .6em;
	font-size: 1.23em;
}
h3 {
	margin:6px 0 10px;
	padding:0;
	font-size:1.15em;
	line-height: 140%;
}
p {
	line-height:150%;
}
ul, ol, dl {
	line-height:140%;
}
a {
	color:#004e8a;
	text-decoration: none;
}
a:hover {
	color:#b54000;
}
/*------------------more*/
.more {
	text-align:right;
	line-height:110%;
	letter-spacing:0;
	overflow:hidden;
	_width:98%;
	margin: 5px 0 5px;
	font-size:.92em;
}
.rightbg .more {
	margin-right: 15px;
	margin-bottom:0;
}
.more a {
	display:block;
	float:right;
	background: url(../images/more_bg.gif) no-repeat 0 5px;
	padding: 2px 0 3px 10px;
}
.more a:hover {
	color:#e25500;
}

.date {
	letter-spacing:0;
	font-family:Arial, Helvetica, sans-serif;
}
img, a img {
	border:none;
}

/*-------------------------nav*/
.nav {
	position: absolute;
	top: 4px;
	right:10px;
	padding: 0 0 0 18px;
	line-height: 120%;
	background:url(../images/nav_bg.png) no-repeat 0 0;
	height: 24px;
}
.nav ul {
	list-style: none;
	margin:0;
	padding:4px 5px 4px 0;
	font-size:.92em;
	background:url(../images/nav_ul_bg.png) no-repeat right top;
}
.nav li {
	margin:0 12px 0 0;
	padding:0;
	display:inline;
}
.nav ul li:first-child {
}
.nav li a {
	text-decoration:none;
	color: #fff6ac;
}
.nav li a:hover {
	text-decoration:none;
	color: #fff;
}
.nav .accesskey {
	margin-left: -3em;
}
.nav .accesskey a ,
.nav .accesskey a:hover ,
.nav .accesskey a:focus ,
.nav .accesskey a:visited
{
	color:#e9b13d;
}


/*-------------------------footer */
.footer {
	line-height:130%;
	width:100%;
	overflow: hidden;
	position:relative;
	font-size:.92em;
	background:url(../images/footer_bg.png) no-repeat center top;
	padding: 20px 0 20px;
	margin:0;
}
.footer .footSide {
	padding: 5px 0 20px 0;
	margin: 0 20px 0 0;
	width: 210px;
	float: left;
}
.footer .aaa {
	text-align:center;
	padding: 12px 0 5px;
	margin: 0;
}
.footer .update ,
.footer .visitor {
	margin: 6px auto;
	text-align:center;
}
.footer .update em,
.footer .visitor em {
	font-style:normal;
	margin-left: .6em;
}
.footer ul {
	list-style:none;
	margin:0 0 10px  230px;
	padding:16px 0 0 0;
}
.footer ul li {
	display: inline;
	margin: 0 .5em 0 0;
	padding: 0 0 0 .7em;
	border-left:1px solid #7d6117;
}
.footer ul li:first-child {
	border:none;
	padding:0;
}
.footer p {
	margin:0 0 0 230px;
	padding:0 0 4px;
	line-height: 150%;
}
