@charset "EUC-JP";

/* フッタ  ----------------------------------------------------------------------- */

#footer1{
	background:#E9E0CD;
	height:25px;
	text-align:center;
	color:#333333;
	font-size:12px;
	padding-top:5px;
}
#footer a{
	color:#333333;
	text-decoration: none;
}
#footer a:hover{
	color:#333333;
	text-decoration: underline;
}

#footer2{
	width: 960px;	/* #boxとの差が余白 */
	text-align: left;
	height: 70px;
	background-color: #c2ac7c;	/*フッタ背景色*/
	font-size: 70%;
	position:relative;
}
#footerlogo{position:absolute; top:10px;left:30px;}
#footeraddress{
	color:#ffffff;
	position:absolute;
	top:35px;
	left:30px;
	line-height:1.2;
}
#footerbt{
	position:absolute;
	top:15px;
	left:640px;
}


