@charset "utf-8";
/* CSS Document */
/*フッター====================================================================*/
#footer {
	
	clear: both;
	font-size: 12px;
	line-height: 160%;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 1000px;
	
}



#footer a:link {
	color: #333333;
	text-decoration: none;
}

#footer a:visited {
	color: #333333;
	text-decoration: none;
}


#footer a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.inner_01 {
	border-top: 1px solid #999999;
	padding: 5px 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.footer_back01 {
	margin: 5px 0px 0px;
	padding: 10px;
	clear: both;
	font-size: 12px;
	line-height: 180%;
	color: #333333;
	border-top: 1px solid #999999;
	text-align: left;
	background: #EBEBEB;
}
.footer_01 {
	margin: 0px;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}




