body {
	background: #1C3C7A;
	margin: 0px;
}

#spacer {
	width: 50%;
	margin-left: -445px;
	float: left;
}

#content {
	width: 900px;
	float: left;
}

#head {
	position: relative;
	left: 290px;
	top: 0px;
	width: 600px;
	height: 110px;
	z-index: 100;
}

#head .link {
	text-align: right;
	position: relative;
	top: 25px;
}

#head .link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

#head .link a:hover {
	color: #99D154;
}

#head .title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../img/title1.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 2px;
	position: relative;
	left: 10px;
	top: 50px;
	width: 200px;
	height: 20px;
	float: left;
}
#head .title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../img/title2.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 10px;
	padding-top: 2px;
	position: relative;
	left: 20px;
	top: 50px;
	width: 385px;
	height: 20px;
	float: left;
}

#banner {
	position: relative;
	top: -150px;
	float: left;
	z-index: 10;
}

#banner_logo {
	position: relative;
	left: 20px;
	top: 60px;
	z-index: 5;
}

#banner_main {
	background: #99D154;
}

#banner_image {
	background: #CCCCCC;
	position: relative;
	width: 690px;
	height: 345px;
	left: 10px;
}

#news {
	position: relative;
	left: 10px;
	top: 0px;
	float: left;
}

#news div.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#news div.news_record {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #000000;
}

#news div.news_record span.news_record_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #1C3C7A;
}

#news div.news_record span.news_record_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#news div.news_record span.news_record_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C3C7A;
	text-decoration: underline;
}

#news div.news_record span.news_record_text a:hover {
	color: #000000;
}

#news_main {
	background: #FFFFFF;
	position: relative;
	width: 170px;
	height: 345px;
}

#navi {
	position: relative;
	top: -140px;
	width: 900px;
}

.navi_box {
	padding-right: 10px;
	position: relative;
	width: 170px;
	height: 170px;
	float: left;
}

.navi_box_topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #0074BD;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #FFFFFF;
}

.navi_box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi_box ul li {
	line-height: 20px;
	border-bottom: dotted 1px #FFFFFF;
}

.navi_box ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.navi_box ul li a:hover {
	color: #1C3C7A;
	background: #99D154;
}
