@charset "utf-8";


/* CSS Document */




#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #069;
	height: 330px;
	padding: 0px;
}
#sitemap {
	height: 230px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px 0 0 0;
}
.navi {
	margin: 0px;
	float: left;
	height: 230px;
	width: 240px;
}
.navi h4 {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #CCC;
	padding: 5px 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid #FFF;
	text-align: center;
	margin-top: 10px;
}
.navi ul {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
.navi li {
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #fff;
	list-style-position: outside;
	padding-left: 5px;
}
.navi a:link {
	color: #CCC;
	text-decoration: none;
}
.navi a:visited {
	color: #CCC;
	text-decoration: none;
}
.navi a:hover {
	color: #0FF;
	text-decoration: none;
}
#copyright {
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #fff;
	padding: 5px 0;
}
#copyright p {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
