body	{
	background-image: url(../img/background.gif);
	margin: 0px;
	padding: 0px;
	}


/* ヘッダーへのリンク設定 */
h1	{
	background-image: url(../img/sub-header.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
	color: #2c990a;
	}
h1 a	{
	color: #2c990a;
	font-size: 1px;
	display: block;
	height: 82px;
	margin-bottom: 160px;
	}

/*                         */


/* ナビゲーションバー */
.navbar	{
	background-color: #2c990a;
	padding: 0px;
	width: 771px;
	position: absolute;
	top: 82px;
	left: 0px;
	border-bottom: solid 1px #2c990a;
	border-top: solid 1px #2c990a;
	}
.navbar h2 {
	display: block;
	background-color :#2c990a;
	color: #ffffff;
	width: 154px;
	float: left;
	text-align: center;
	margin: 0px;
	font-size: 13px;
	line-height: 1.5em;
	border-bottom: solid 1px #2c990a;
	border-top: solid 1px #2c990a;
	border-right: solid 1px #2c990a;
	border-left: solid 1px #2c990a;
	}
.navbar h2 a {
	display: block;
	width: 152px;
	background-color :#ffffff;
	}
.navbar a:link{
	color: #2c990a;
	text-decoration: none;
	} 
.navbar a:visited{
	color: #2c990a;
	text-decoration: none;
	}
.navbar a:hover{
	color: #ffffff;
	background-color: #2c990a;
	text-decoration: none;
	} 
/*                   */


address	{
	font-size: 80%;
	font-style: normal;
	width:771px;
	position: relative;
	bottom: 0px;
	left: 0px;
	text-align: left;
	background-color: #a2da6c;
	color: #2c990a;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: none;
	clear: both;
	}


