@charset "utf-8";

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

	Footer CSS

 -----------------------------------------
	INDEX
 -----------------------------------------

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

#footer {
	margin-top: 20px;
	clear: both;
	background-image: url(../../img/ft_back.jpg);
	background-repeat: repeat-x;
}




#footer #backTop {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer #backTop a {
	display: block;
	margin-right: 10px;
	overflow: hidden;
	float: right;
}
#footer #sitemap {
	
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#footer #sitemap #links{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
}

#footer #sitemap table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer #sitemap table td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #796A56;
	padding-right: 6px;
	padding-left: 6px;
}
#footer #sitemap table td.end {
	border-right-style: none;
}

#footer #sitemap table td li {
	margin-top: 10px;
	background-image: url(../../img/burret.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px center;
}
#footer #sitemap table td li a,#footer #sitemap table td li a:hover{
	text-decoration: underline;
}

#footer #sitemap .tit#other {
	margin-top: 50px;
}

#footer #sitemap #subLink {
	padding-top: 15px;
}
#footer #sitemap #subLink li {
	display: inline;
	margin-right: 15px;
	margin-left: 0px;
}
#footer #sitemap #subLink li a,#footer #sitemap #subLink li a:hover{
	text-decoration: underline;
}



#footer #copyright {
	background-color: #E50012;
}


#footer #copyright p{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 80%;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 3px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
