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