@charset "utf-8";

/*ヘッダー*/
#header {
	width: 922px;
}
#header h1{
	padding:5px 0 3px 5px;
	border:1px solid #666666;
	font-size:12px;
}

/*フッター*/
#footer{
	width:922px;
	margin:30px 0 0;
	clear: both;
}
#footer a {
color:#333333;
text-decoration:none;
}
#footer a:hover {
color:#3333FF;
text-decoration:underline;
}
#footer p#copyright{
	height:20px;
	background-color:#850000;/*コピーライト背景色変更箇所*/
	color:#FFFFFF;/*コピーライト文字色変更箇所*/
	font-size:12px;
	padding:6px 0 0;
	text-align:center;
}

#footer div{
	height:50px;
	padding-top:20px;
	background-image: url(../../images/futo/top/footerimg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size:12px;
	text-align:center;
	
}