@charset "utf-8";

body {
	width: 1000px;
	margin: 0 auto;
	
	background-color: #333333;
}

table {
	text-align: justify;
}

td {
	text-align: justify;
}

a {text-decoration: none;}
a:hover, a:active {text-decoration: underline;}
.copyright {font-family: Arial; font-size: 11px; line-height: 16px; color: #877f7e;}
.copyright a {color: #877f7e;}
.date {font-family: Arial; font-size: 11px; line-height: 22px; color: #ffb400;}
.news a {font-family: Arial; font-size: 12px; line-height: 22px; color: #ffffff;}
.news a:hover { color: #ffffff; }
#icon1 a { display:block; width:233px; height:125px; background: url("index/icon-1.jpg") 0 0 no-repeat;}
#icon1 a:hover { background-position: -233px 0; }
#icon2 a { display:block; width:233px; height:125px; background: url("index/icon-2.jpg") 0 0 no-repeat;}
#icon2 a:hover { background-position: -233px 0; }

#main_header {
	font-size: 11px;
	position: absolute;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	width: 1000px;
}

#main_header .mainbar {
	background-image: url('index/bg_middle.png');
	background-repeat: repeat-x;
}

#main_header #inner {
	float: right;
	margin-right: 30px;
}

.bg_left {
	height: 30px;
	width: 12px;
	background-image: url("index/bg_left.png");
	background-repeat: no-repeat;
}

.bg_right {
	height: 30px;
	width: 12px;
	background-image: url("index/bg_right.png");
	background-repeat: no-repeat;
}

#main_header ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline;
	color: #FFFFFF;
}

#main_header li {
	list-style: none;
	float: left;
	margin: 0 2px;
	padding: 0 2px;
	color: #FFFFFF;
}

#main_header a {
	color: #FFFFFF;
}