/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #fff;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #999;}
	
a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #ddd;
}
a:hover, a:active {
	color: #fff;
}
.main_tab {
	width: 800px;
	background: #999;
}
.news_1, .news_2 {
	background: #999;
	border: 15px solid #666;
	text-align: justify;
	padding: 20px 5px;
}
.news_2 {
	background: #666;
	border: 15px solid #999;
}
.header {
	font-size: 14px;
	font-weight: bold;
}
.date {
	font: 10px Arial, Helvetica, sans-serif;
}
#head_line {
	background: #333;
}
#nav {
	width: 100%;
	background: #666;
	border-collapse: collapse;
	font: #fff 13px Verdana, Arial, Helvetica, sans-serif;
}
#nav td {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
}
#nav a {
	text-decoration: none;
}
.nav_up {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #666;
	text-align: center;
}
.nav_down {
	border-top: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
}
#footer {
	background: #999;
	font-size: 12px;
	padding: 20px;
}
#footer a {
	text-decoration: none;
	font-weight: normal;
}
img {
	display: inline;
	padding: 0;
}
a img {
	border: none;}
.img {
	display: block;
	overflow: auto;
	padding: 0;
}
.no_space {
    border: 0;
	padding: 0;
	overflow: auto;
}
.left {
	display: inline-block;
	float: left;
	padding: 4px 6px 0 0;
	}
.right {
	display: inline;
	float: right;
	padding: 4px 0 0 6px;
	}
.center {
	text-align: center;}
.clear {
	clear: both
}
a {outline: none;}
