@charset "utf-8";
/*----reset----*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 13px;
	background-color: #F6F6F6;
}
img {
	border-width: 0;	
}
a {
	color: #0066CC;
	text-decoration: none;
}
/*
a:visited {
	color: #339900;
}
*/
a:hover {
	color: #FF0000;
}
/*----主框架----*/
#wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#timebar {
	width: 790px;
	margin-bottom: 5px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
	height: 16px;
}

/*----logo導覽列----*/
#top {
	height: 60px;
	width: 790px;
	position: relative;
}
#top ul {
	width: 605px;
	list-style-type: none;
	position: absolute;
	top: 15px;
	right: 0px;
}

#top ul li {
	width: 85px;
	float: left;

}
#top ul li a {
	color: #0066CC;
	text-decoration: none;
	width: 85px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #0066CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0066CC;
	text-align: center;
	display: block;
	padding-top: 2px;
}
#top ul li a:hover {
	border-top-color: #336600;
	border-right-color: #336600;
}
#top ul li a:visited {
text-decoration:none;
color: #0066CC;}

/*----logo導覽列子選單----*/
#top ul li ol {
	position: absolute;
	top: 26px;
	left:0;
	width:605px;
	list-style-type: none;
}
#top ul li ol li{
	padding: 0 2px;
	float: left;
	width: auto;
}
#top ul li ol li a{
	width:auto;
	text-align: center;
	display: block;
	padding-top: 2px;
	border: none;
	color: #FF0000;
	text-decoration:underline;
}
#top ul li ol li a:hover{
	color: #CC0000;	
}


/*----中間四個區塊----*/
#main {
	width: 790px;
	margin-bottom: 5px;
}
.content {
	height: 170px;
	width: 380px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
#news1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
#news2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339900;
}
#news2  ul {
	margin-left: 25px;
	list-style-image: url(../images/08.gif.gif);
}
#news3  ul {
	margin-left: 25px;
	list-style-image: url(../images/77.gif.gif);
}
#main li {
	margin-bottom: 8px;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
/*---footer---*/
#footer {
	height: 35px;
	width: 790px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000CC;
}
#footer p {
color:#36f;
text-align:center;}
#footer div {
	background-image: url(../images/copyright.gif);
	height: 33px;
	width: 170px;
	text-indent: -9999px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#mainleft {
	width: 155px;
	padding-top: 10px;
	padding-left: 30px;
	float: left;
}
#mainright #content {
	color: #0066CC;

}

#mainright {
	width: 600px;
	float: right;
	padding-top: 10px;
}
#mainleft ul {
	list-style-image: url(../images/47.gif);
}
#mainright h1 {
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	font-size: 20px;
	font-weight: bold;
}
