@charset "utf-8";

/* =======================================

	Footer CSS

========================================== */

#footer {
	position: relative;
	padding: 0;
	margin: 0 auto;
	zoom: 1;
	color: #FFF;
}

/* ------サイトマップ---------*/

#footer table {
	padding: 0;
	margin: 5px auto;
	width: 1000px ;
}

#footer table#sitemap a {
	color: #FFF;
	text-decoration: none;
}

#footer table#sitemap a:hover {
	color: #FBFAEA;
	text-decoration: underline;
}

#footer table#sitemap a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer table#sitemap td {
	width: 25%;
	padding: 0 10px 0;
}

#footer table#sitemap h3 {
	margin: 10px 0;
	font-size: 15px;
	color: #e9eef2;
	font-weight: bold;
	text-align: left;
	padding: 8px 5px;
	border-bottom: dashed 1px #AAA;
}

#footer ul {
	margin-bottom: 25px;
	padding-left: 5px;
}

/*----------Copyright--------*/
#copyright {
	padding: 5px 0 15px 0;
	font-size: 12px;
	margin: 0 auto;
	width: 1000px ;
	border-top: dashed 1px #7a7d85;
}
#flogo {
	background-image : url(/img/04_toumei.png) ;
	background-position : left center;
	background-repeat : no-repeat ;
	padding: 12px 7px 12px 10px;
	margin-left: 8px;
	
}
#copyright p {
	margin: 5px 0 5px 78px;
	line-height: 1.5em;
}

#copyright a {
	padding: 0 5px 0;
	font-weight: bold;
	color: #000000;
	background: #FFF;
	text-decoration: none;
}

#footer address#copyright a:hover,a:visited {
	text-decoration: underline;
}