@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 180%;
	font-size:13px;
	font-family: "微軟正黑體", Arial, sans-serif;
	color:#333;
		background-color: #FFF;

}
.logo
{
	float: left;
	margin-right: 15px;	
}

h1
{c
}
h2
{
		font-weight: bold;
		font-size:16px;
}
h3
{
	font-size:17px;
	color: #005899;	
	font-weight: bold;
}
h4
{
	color:#0097c8;
	display: inline;
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}
/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
a:link {
	color: #333;
	text-decoration: none; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{margin:0; padding:0;}

.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;

	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height:100%;
	padding-top: 0px;

}
.logotop
{
	width:950px;
	margin:10px;
	padding-top:20px;
	margin-top: 0px;

}
.logoleft {
	float: left;
	padding-right: 20px;
	width: 300px;
}
	
.index_left{
	width:450px;
	float:left;
    margin-top:10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	}

.index_content{

	width:420px;
	color:#333;
	margin-left:500px;
    margin-top:10px;
	margin-bottom:50px;
	padding-left:20px;
	color:#333;
	min-height:240px;
/*	border-left:solid #06C 1.5px;*/
}

.add
{
	margin-left: 20px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-right: 20px;
	padding-right: 15px;
}

.rightcontent{line-height:2em;}

#blue-line {
	background-color: #005899;
	height: 5px;
}
.floatleft
{
	float:left;
}
.floatright {
	float: right;
}
.p50
{
	width:50%
}
.back
{
	display: block;
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.copy
{
	clear:both;
	font-size:12px;
	color:#222;
	background:#E7E7E7;
	padding-top:20px;
	height:60px;
	line-height: 150%;
	z-index:999;
}
.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;	
	-webkit-text-size-adjust:none;
}
.left {
	height: 250px;
	width: 130px;
 color:#3d423d;
	border: thin #06F;
	float: left;
	padding: 10px 20px 0 0;
}
.navi {
	text-align: center;
	width: 960px;
	background-image: url(../images/navibar3.jpg);
	margin: 0 auto;
	padding: 0;
	box-shadow: 2px 2px #666 inset;
}
.navi li {
	display: inline;
	position: relative;
}
.navi a {
	display: inline-block;
	padding: 0 1em;
	color: #444;
	text-decoration: none;
	line-height: 30px;
	text-shadow: 1px 1px #FFF;
}
.navi a:hover {
	text-decoration: underline;
	color: #A0A0A0;
	font-weight: 900;
}
.navi ul {
	display: none;
	position: absolute;
	width: 8.5em;
	top: 22px;
	left: -1em;
	background: #BECFFC;
	margin: 0;
	padding: .3em .5em;
	border-radius: 10px;
}
.navi ul:before {
	content: "";
	display: block;
	border: solid 10px #6F9;
	border-color: transparent transparent #666;
	width: 0;
	margin: -20px auto 0;
}
.navi li li {
	display: block;
	border-bottom: dotted 1px #999;
}
.navi li li:last-child {
	border: 0;
}
.navi li li a {
	color: #666;
}
.navi li li a:hover {
	text-decoration: none;
	color: #000;
}
.content {
	font-size: 13px;
	line-height: 1.7em;
	letter-spacing: 1px;
	width: 920px;
	height: 100%;
	color: #333;
	margin-top: 10px;
	margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333;
	min-height:430px;
}
#newscontent {
	border: solid 1px #333;
	background: #E8E8E8;
}
.clearfloat
{
	clear:both;
}
#index_news date
{
	background-color: #ddd;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 	-webkit-text-size-adjust:none;
}
.more
{
	vertical-align: middle;
}
#index_news li
{
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 5px;
	white-space: nowrap;
	text-overflow : ellipsis; 
}
#index_news li date,date
{
	font-size: 11px;
	color: #333;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
hr
{
	height: 1px;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	margin-top: 15px;
	margin-bottom: 15px;
}
button
{
	padding:7px;
}
.center
{
	text-align: center;	
}
.cont_pic
{
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;	
}
.locat section
{
	height:230px;
	margin-bottom: 20px;
}

.caeer section
{
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
.caeer button
{

	background-color: #FF9;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
strong
{
		font-weight: bold;
}
.ground_left
{
	position: relative;
	width:450px;
	margin-top:20px;
	float:left;
}
.ground_right
{
	width:430px;
	margin-left: 480px;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}
dl
{
	margin-top: 10px;
	margin-bottom: 10px;

}
dt
{
	font-weight: bolder;
	color: #960;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: circle;
	display: list-item;
	list-style-position: outside;
	margin-left: 15px;
}
dd
{
		margin-left: 15px;
}
dd a:link
{
		text-decoration: underline;
}
.margin_20
{
	margin-bottom: 20px;	
}
.news_pre
{
 float:left;
}
.news_next
{
float:right
}
.back
{
	clear:both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
	position:relative;
	top: -20px;
}
