#all {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	position: absolute;
	z-index: 0;
	height: 600px;
	top: 0px;
	width: 800px;	
}

img {
	border:0px;
}
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 33px;
	font-weight: bold;
	color: #543210;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
	margin: 0px;
	padding: 0px;
}

a{text-decoration:none;
}
a:link{color:#F36;
}
a:visited{color:#F36;
}
a:hover{
	color:#FF0;
}
a:active{color:#F36;
}

#side {
	background-image: url(gazou/side.gif);
	background-repeat: no-repeat;
	float:left;
	position: relative;
	z-index: 1;
	height: 600px;
	width: 170px;
	left: 0px;
	top: 0px;
}
#unit {
	float:left;
	position: relative;
	z-index: 1;
	height: 600px;
	width: 600px;
	left: 0px;
	top: 0px;
}
#side2 {
	background-color: #543210;
	float: right;
	height: 600px;
	width: 30px;
	position: absolute;
	z-index: 1;
	top: 0px;
	lefg: 0px;
	left: 600px;
}
#header {
	background-image: url(gazou/header.gif);
	clear: both;
	height: 171px;
	width: 600px;
	position: relative;
	z-index: 2;
	top: 0px;
}
#main {
	position: relative;
	z-index: 2;
	height: 350px;
	width: 600px;
	left: 0px;
	top: 0px;
}
#footer {
	background-image: url(gazou/footer.gif);
	position: relative;
	height: 79px;
	width: 600px;
	right: 0px;
	top: 0px;
}
#menubar {
	height: 100px;
	width: 600px;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	top: 70px;
	left: 0px;
}
#main_l {
	background-image: url(gazou/mainleft.png);
	float: left;
	height: 350px;
	width: 10px;
	position: relative;
	z-index: 3;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}
#contents {
	height: 350px;
	width: 590px;
	overflow: auto;
	position: relative;
	left: 0px;
	top: 0px;
	float: right;
	background-image: url(gazou/mainright.png);
	background-repeat: no-repeat;
	background-position: 584px 0px;
}