/* ページのレイアウト用CSS */
body {
	text-align:center;
	background-color: #009900;
}
.contents {
	width: 602px;
	margin:auto;
	background-color: #FFFEFD;
	text-align:left;
	border:solid 1px #999999;
	position:relative;
}
h1 {
	background-image:url(herbs.jpg);
	height: 150px;
	font-size: 48px;
	padding-left: 10px;
	margin-bottom:40px;
}
h1 a{
	color: #FFFF99;
}
h2,h3,p {
	margin-left:10px;
	margin-right:10px;
}
.navbar {
	background-color: #FFBB9E;
	padding: 0px;
	width: 600px;
	position: absolute;
	top: 150px;
	left: 0px;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
}
.navbar h2{
	width: 100px;
	float: left;
	text-align: center;
	background-color: #FFD9C8;
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-image: url(nav_bk.gif);
	line-height: 1.5em;
	border-right: solid 1px #FFFEFD;
}
.navbar h2 a {
	display:block;
	width: 100px;
}
