/* CSS Document */

/* ヘッダー＆フッターすべてのページ
------------------------------*/

body {
	background-image:url(img/bg.gif);
	background-repeat:repeat;
}

#head {
	background-image:url(img/wood_01.gif);
	background-repeat:repeat-x;
	width:945px;
	height: 26px;
}


#wrapper {
	width:945px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-top:0px;
	margin-left: auto;
	background-image: url(img/wood_03.gif);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#foot {
	background-image:url(img/wood_02.gif);
	background-repeat:repeat-x;
	width:945px;
	height: 26px;
}

