body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: white;
}

#iremono {
	margin: 0px auto;
	padding: 0;
	width: 1000px; /* 780px　変更前の幅 */
	height: 600px;
	background-color: yellow;
}

#header {
	width: 1000px; /* 780px　変更前の幅 */
	height: 100px;
	text-align: left;
	background-image: url(header.gif);
	background-position: right bottom;
	/* background-repeat: no-repeat; */
}

#header img {
	margin-top: 0px;
	margin-left: 30px;
}

#menu {
	position: relative;
	float: left;
	width: 160px;
	height: 440px;
	text-align: left;
	background-color: #ffcc33;
}

#main {
	float: right; /* left; right から変更 */
	width: 840px; /* 616px　元のサイズ */
	height: 440px;
	text-align: left;
	background-color: white;
}

.menu2 {
	position: relative;
	margin: 0px;
	float: left;
	width: 840px; /* 616px　元のサイズ */
	height: 36px;
	background-color: white;
}

/* 

.menu2 a {
	margin: 4px 0 0 4px;
	padding: 3px;
	border: 2px solid purple;
	width: 108px;
	font-size: 11pt;
	text-align: center;
	background-color: white;
	text-decoration: none;
}

.menu2 a:link, .menu2 a:visited {
	border: 2px solid purple;
	background-color: white;
	color: black;
}

.menu2 a:hover {
	border-right: 2px solid #0f394c;
	border-bottom: 2px solid #0f394c;
	background-color: gold;
}

menu2 の部分は「navi.css」で処理 */

/* ここからフッター 022008 */

#footer {
	clear: left;
	padding: 10px;
	width: 1000px; /* 780px　元のサイズ */
	height: 60px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: #cc5500;
}
