/* フッター設定
-------------------------*/

#footer {
	width:100%;
	float:left;
	height:100%;
	min-height: 80px;
	background-color: #DAC9A6;
	margin-top: 0px;
	color:#000033;
}

#totp {
	width:940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: right;
	height: 28px;
}

#footerNavi {
	width:880px;
	margin: 10px auto;
}

#footerNavi li {
	width:auto;
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#footerNavi li a {
	position: relative;
	padding: 5px 10px 5px 20px; 
}
#footerNavi li a:hover {
	background: rgba(130,101,57,0.25);
	color: #000000;
}
#footerNavi li a:before {
	display: block;
	content: "";
	position:absolute;
	left: 5px;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top:-3px;
	border-top: 2px solid #3a3734;
	border-right: 2px solid #3a3734;
	transform:rotate(45deg);
	-webkit-transform:rotation(45deg);
}

#copyright {
	color:#FFFFFF;
	width:100%;
	float:left;
	background-color: #DAC9A6;
}
#chitosekan {
	width:940px;
	margin: 10px auto 5px;
	text-align: center;
	background-color: #DAC9A6;
	color: #000033;
	font-size: 12px;
}
