/* ページのレイアウト用CSS */
body {
	text-align:center;
	background-color: #CCC;
	background-image: url(../img/desing/sadow.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	line-height: 1.3;
}
#contents {
	width: 900px;
	margin:auto;
	background-color:#FFFFFF;
	text-align:left;
	border:solid 1px #ffffff;
	position:relative;
}
h1 {
	text-align:left;
	height:120px;
	letter-spacing:5px;
	padding-right:10px;
	margin-bottom:40px;
	background-image:
	url(../img/desing/index.tb2.jpg);
}
h1 a {
	color:#D93E02;
}
h2 {
	margin-left:50px;
	margin-right:10px;
}
h3{
	margin-left:10px;
	margin-right:10px;
	margin-top: 25px;
}
p, #path {
	margin-left:10px;
	margin-right:10px;
}
h4 {
	margin-left:80px;
	margin-right:120px;
	margin-top: 10px;
}
#footer {
	clear:both;
	height: 100px;
	padding: 20px;
}
#navbar {
	background-color: #009900;
	padding: 0px;
	width: 900px;
	height:25px;
	position: absolute;
	top: 120px;
	left: 0px;
	border-bottom: 1px solid #009900;
	border-top: 1px solid #009900;
}
#navbar h2 {
    float: left;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	border-right: solid 1px #FFFFFF;
	border-left:none;
	padding-left:0px;
}
#navbar h2 a {
	display: block;
	width: 99px;
	text-align: center;
	background-image: url(../img/desing/green.gif);
	line-height: 25px;
	height: 25px;
	background-positon: left top;
}
#navbar h2 a:hover {
	background-position:left center;
}
#navbar h2 a:active {
	background-position:left bottom;
}
#navbar a {
	color:#ffffff;
	font-weight:normal;
	display:block;
	width: 110px;
}
#navbar a:link {
	color:#ffffff;
}
#navbar a:visited {
	color:#ffcc00;
}
#navbar a:active {
	color: #999999;
}
#navbar a:hover {
	color: #ff0000;
}
#map {
	padding: 5px;
	width: 840px;
	border-top: 1px solid #669966;
	height: 25px;
	margin-top: 25px;
}
#map1 {
	padding: 5px;
	width: 880px;
	height: 20px;
	margin-top: 5px;
	text-align:center;
	font-size:12px;
}
#map1 a:link {
	color:#666;
}
#map1 a:visited {
	color:#099;
}
#map1 a:active {
	color: #999999;}
#map1 a:hover {
	color: #099;
}

