#top{
	width: 820px;
	height: 423px;
	background-image: url(../img/top.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

body{
	background-color: #9FD295;
	margin: 0;
	padding: 0;
}
#container{
	width: 830px;
}
#menu{
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 5px;
	width: 182px;
}
#menu_top{
	background-image: url(../img/menu_top.gif);
	height: 63px;
}

#menu_middle{
	background-image: url(../img/menu_bg.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu_bottom{
	background-image: url(../img/menu_bottom.gif);
	height: 18px;
	background-position: top;
	background-repeat: no-repeat;
}

#content{
	float: left;
	width: 627px;
	margin: 0px;
	padding: 0px;
}
#content_top{
	background-image: url(../img/content_top.gif);
	height: 22px;
	background-repeat: no-repeat;
}
#content_middle{
	background-image: url(../img/content_bg.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 0px;
}
#content_bottom{
	background-image: url(../img/content_bottom.gif);
	height: 24px;
	background-repeat: no-repeat;
}



#p img{
	float: left;
}

ul.main_menu{
	list-style: none;
	line-height: 1.3em;
	margin-bottom: 0px;
	margin-top: 0px;
}

ul.sub_menu{
	list-style: none;
	margin-left: 8px;
	font-size: 80%;
}

#footer{
	font-size: 65%;
	text-align: center;
	margin-top: 15px;
}

#history{
	font-size: 70%;
	text-align: right;
}

#purpose{
	border: 3px dotted #006400;
	margin-top: 30px;
	font-size: 85%;
	padding: 3px 3px 3px 3px;
}

#manager{
	text-align: right;
	font-size: 75%;
	margin-top: 20px;
}

#address{
	vertical-align: middle;
}

#access_analyzer{
	display: none;
}

h3{
	color: #000140;
	border-left: 8px groove #FF4500;
	border-bottom: 0px solid #000140;
	padding-left: 2px;
}

h3.top{
	margin-top: 0px;
	color: #000140;
	border-left: 8px groove #FF4500;
	border-bottom: 0px solid #000140;
	padding-left: 2px;

}

ul{
	margin-top: 0px;
	margin-bottom: 0px;
}