#footer {
	width: 100%;
	height: 219px;
	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: 150px;
	margin: 0 auto 0;
	background-image: url(../images/footer_main_back.jpg);
	background-repeat: no-repeat;
	position:relative;
	overflow:hidden;
}

#footer_main p.add{
	position:absolute;
	top:45px;
	left:520px;
	font-size:15px;
}

#footer_main p.caution{
	font-size:17px;
	text-align:center;
	padding:90px 0 0 0;
	color:#C40000;
	font-weight:bold;
	height:60px;
}


#fnav {
	width: 1000px;
	height:70px;
	margin: 0 auto 0;
	color:#FFFFFF;
	font-size:15px;
	overflow:hidden;
}

#fnav ul {
	width:600px;
	margin:20px auto 0;
}

#fnav ul li {
	float:left;
	margin:0;
	padding:0 5px 0 0px;
	list-style-type:none;
}

#fnav a:link,
#fnav a:visited {
	text-decoration: none;
	color:#FFF;
}

#footerNavi a:hover {
	color: #FFF;
	text-decoration: underline;
}


#copyright {
	width: 1000px;
	height: 50px;
	text-align: center;
	margin:0 auto 0;
	line-height:50px;
	font-size:12px;
	color: #663300;
	clear: both;
}
