@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	color: #333333;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 78px;
	background-image: url(../images/header/header_bg.jpg);
	background-repeat: repeat;
}
#container {
	background-color: #000000;
	background-image: url(../images/backgroundimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

#container #main {
	padding: 0px;
	width: 1000px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container  #main  #main_contents_left {
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 404px;
	float: left;
}
#container #main #main_contents_right {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 566px;
	float: right;
}
#container #main #main_contents_left .title_news {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: medium;
	font-weight: bold;
	color: #666666;
}
#container #main #main_contents_left .news_list {
	margin: 0px;
	padding-top: 3%;
	padding-right: 0px;
	padding-bottom: 3%;
	padding-left: 0.8em;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	line-height: 110%;
}
#footer_menu {
	height: 120px;
	background-image: url(../images/footer/bg.gif);
	background-repeat: repeat;
	background-color: #333333;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 20px;
	color: #FFFFFF;
	background-color: #4FB133;
}
a:link.index_menu_link,a:visited.index_menu_link{
	color: #0066FF;
	text-decoration: underline;
	font-size: small;
}
a:hover.index_menu_link,a:active.index_menu_link{
	color: #FF6600;
	text-decoration: underline;
	font-size: small;

}
#footer_menu ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1em;
}
#footer_menu li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #FFFFFF;
	font-size: x-small;
	list-style-type: none;
	background-image: url(../images/footer/li_icon.gif);
	background-repeat: no-repeat;
	height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer_menu li a:link,#footer_menu li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer_menu li a:hover,#footer_menu li a:active{
	color: #FF6600;
	text-decoration: underline;

}
#footer_menu #footerrogo {
	line-height: 1em;
}
