#footer0 {
	width: 100%;
	height: 72px;
	clear: both;
	padding: 0px;
	margin: 0 0 0 0;
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
}

#footer_main {
	width: 1000px;
	height: 72px;
	margin: 0 auto 0;
	clear: both;
	background-image: url(../images/footer_main_back.jpg);
	background-repeat: no-repeat;
}

#footer_add {
	width:350px;
	float:left;
	padding:17px 0 0 45px;
}

#footer_navi {
	width:385px;
	float:right;
	padding:15px 0 0 0;
}

#footer_navi ul {
	margin:0;
}

#footer_navi ul li {
	float:left;
	margin:0;
	padding:0 0 0 5px;
	list-style-type:none;
	border-width:0 0px 0 0;
	border-style:solid;
	border-color:#000;
}

#footer_navi a:link,
#footer_navi a:visited {
	text-decoration: none;
	color:#006699;
}

#footer_navi a:hover {
	color: #006699;
	text-decoration: underline;
}

#copyright {
	width: 385px;
	text-align: right;
	font-size:11px;
	color: #878787;
	float:right;
	margin:3px 0 0 0;
}
