img {
	border: none;	
}
a {
	text-decoration: none;	
	color: #00479d;
}
a:hover {
	text-decoration: underline;	
}
form {
	padding: 0;
	margin: 0;
	border: none;	
}

.af-clear {
	clear: both;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;	
	background: url(../images/bg_head.png) #95CAFF top repeat-x;
	color: #535353;
}

.contents {
	margin: auto;
	width: 950px;
}

.headbar {
	height: 104px;
	overflow: hidden;
}

.headbar div.subbar {
	font-size: 13px;
	padding-top: 10px;
	width: 205px;
}
.headbar div.subbar a {
	color: #2d4652;	
}

.search {
	margin-top: 26px;
	height: 22px;
	overflow: hidden;
	background: url(../images/bg_searsh.png) top left no-repeat;	
}
.search input.txt {
	background: none;
	border: none;
	width: 130px;
	*width: 129px;
	*float: left;
	padding: 4px 8px;
}

.banner {
	height: 160px;
	overflow: hidden;
	background: url(../images/bg_banner.png) repeat-x;
	text-align:center;	
}

.nav {
	background: url(../images/bg_nav.png) #e3e3e3 center top repeat-x;
}
.nav2 {
	background: url(../images/bg_nav2.png) center bottom repeat-x;
}
.nav3 {
	background: url(../images/bg_nav3.png) center top no-repeat;
}

.nav .contents {
	min-height: 430px;
	_height: 430px;
	background: url(../images/bg_contents.png) #fff center bottom no-repeat;
	position: relative;	
}
.nav .contents .bar {
	position: absolute;
	z-index: 99;
	height: 6px;
	width: 100%;
	overflow: hidden;
	background: #3c3c3c;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.2;
	top: 0;
	left: 0;
}
.local {
	margin: 0 1px;
	border-bottom: 1px solid #bfbfbf;
	text-align: right;
	padding: 32px 30px 6px 30px;
	font-size: 11px;
}
.local a {
	color: #5c90a8;
}
.content {
	padding: 0 1px;
	padding-right: 30px;
	background: url(../images/bg_content.png) left center repeat-y;
	min-height: 330px;
	_height: 330px;
}
.content ul.sidebar, .content ul.subsidebar {
	padding: 0;
	margin: 0;
	list-style: none;
}
.content ul.sidebar {
	float: left;
	width: 213px;
	padding-top: 36px;
}
.content ul.sidebar li a {
	display: block;
	padding: 6px 0;
	padding-left: 40px;	
	color: #548eac;
	_height: 14px;
	_overflow: hidden;
}
.content ul.sidebar li a:hover {
	color: #fff;
	background: #66a0bb;
	text-decoration: none;
}

.content ul.sidebar li a.over {
	color: #2a5165;
	font-weight: bold;
}

.content ul.subsidebar {
	display: none;	
	padding-bottom: 6px;
}
.content ul.subsidebar li a {
	padding: 3px 0;
	padding-left: 52px;
	color: #2a5165;
	background: url(../images/sidebar-icon.png) 42px center no-repeat;
}
.content ul.subsidebar li a {
	padding: 3px 0;
	padding-left: 52px;
	color: #2a5165;
	background: url(../images/sidebar-icon.png) 42px center no-repeat;
}
.content ul.subsidebar li a:hover {
	background: url(images/sidebar-icon2.png) #2a5165 42px center no-repeat;
}

.content .main {
	float: right;
	width: 675px;	
	padding-bottom: 18px;
}

.footbar {
	border-top: 8px solid #898989;
}

.footbar .contents {
	background: url(../images/logo_foot.png) 7px center no-repeat;
	font-size: 13px;
	line-height: 1.5em;
	color: #434343;
}

.footbar .contents div {
	padding: 14px 0 14px 72px;
}

.footbar a {
	color: #fff;	
}

.headbar div.subbar, .footbar div.subbar {
	float: right;
	text-align: right;
	padding-right: 7px;
	padding-left: 0;
}

.flash {
	right: 0;
	top: 0;
	z-index: 50;
	width: 740px;
	height:440px;
	position: absolute;	
}

.section {
	background: url(../images/line01.png) bottom repeat-x;
	padding: 36px 7px;	
}
.section-noline {
	background: none;	
}
.section .title {
	padding-top: 24px;
	padding-bottom: 15px;
	background: left top no-repeat;
}

.list-table, .news-table {
	width: 100%;
	border-collapse:collapse;
	font-size: 12px;
}
.list-table th {
	background: #69b4b1;
	color: #fff;
	padding: 4px;
}
.list-table tr.row0 {
 background: #fff;		
}
.list-table tr.row1 {
 background: #eeeeee;
}
.list-table td {
	text-align: center;
	padding: 4px;
}
.list-table td.left {
	text-align: left;	
}
.news-table th, .news-table td {
	padding: 4px 0;	
}
.news-table th {
	width: 90px;
	text-align: left;
	white-space: nowrap;	
}
