@charset "utf-8";

/*######################################

Footer
======================================*/

footer{
	margin-top: 50px;
	background: url(../img/base/ft_back.png) repeat-x;
	background-color: #EBE8D6;
}

#foot_in{
	width: 967px;
	margin: auto;
}

#ft_logo{
	background:url(../img/base/ft_logo.png) no-repeat;
	width: 237px;
	height: 99px;
	float: left;
	font-size: 10px;
	padding: 8px 0 0 25px;
	margin-top: 15px;
}

#ft_logo2{
	background:url(../img/base/ft_logo2.png) no-repeat;
	width: 287px;
	height: 99px;
	float: left;
	font-size: 10px;
	padding: 8px 0 0 25px;
	margin-top: 15px;
}

#ft_logo h2{
	padding-bottom: 10px;
}

#totop{
	float: right;
}

#ft_menu{
	float: right;
	margin: 28px 0 0 0;
	*margin: 33px 0 0 0;
	font-size: 0px;
	line-height: 0;
}

#ft_menu ul li{
	float: right;
	padding: 0 8px;
}

.ft_right{
	float:right;
}

#copy{
	background: url(../img/base/ft_line.png) repeat-x top;
	text-align: center;
	padding: 5px 0 30px 0;
}