/********************************
		footer
********************************/
#footer{
	padding:15px 0 0;
	font-size:80%;
	clear:both;
	background:url(image/footer_bg.gif) top repeat-x;
	background-color:#FFF6E1;
}
#footer a{
	color:#56421A !important;
}
#footer ul{
	display:block;
	clear:both;
}
#footer li{
	margin:0 22px 0 0;
	padding:0 0 0 13px;
	float:left;
	display:inline;
	background:url(image/icon_or.gif) left no-repeat;
}
#footer_navi{
	clear:both;
	overflow:hidden;
}

/*=====footer_info=====*/
#footer_info{
	padding:32px 0 35px;
	font-weight:bold;
	text-align:left;
	clear:both;
}
#footer_info_inner{
	width:600px;
	float:left;
}
#footer_info_left{
	width:299px;
	float:left;
	padding:10px 0;
	border-right:1px solid #E5CCB1;
}
#footer_info_center{
	width:283px;
	padding:10px 0 10px 15px;
	float:right;
	border-left:1px solid #FFF;
	border-right:1px solid #E5CCB1;
}
#footer_info_right{
	width:299px;
	float:right;
	padding:10px 0;
	border-left:1px solid #FFF;
}

.footer_info_title{
	font-size:150%;
	font-weight:bold;
	color:#66B72A;
}

.footer_info_title_small{
	font-size:57%;
	font-weight:bold;
	color:#66B72A;
}

/*=====copy=====*/
#copy{
	font-size:85%;
	background:#66B72A;
	border-top:1px solid #65AA29;
}
#copy p{
	padding:10px 0 15px;
	color:#FFF;
	border-top:1px solid #FFF;
}