/* レイアウト用CSS */
body {
	text-align:center;
	background-color: #cccccc;
	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:60px;
	letter-spacing:5px;
	padding-right:10px;
	margin-bottom:25px;
	background-image: url(../img/desing/s.index.tbk.jpg);
}
#footer {
	clear:both;
	height: 100px;
	padding: 20px;
}
#path {
	margin-top: 15px;
	margin-right:30px;
}
#navbar {
	background-color: #ffcc00;
	padding: 0px;
	width: 900px;
	height:25px;
	position: absolute;
	top: 60px;
	left: 0px;
	border-bottom: 1px solid #ffcc00;
	border-top: 1px solid #ffcc00;
}
#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: 110px;
	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:#009900;
	font-weight:normal;
	display:block;
	width: 110px;
}
#navbar a:link {
	color:#009900;
}
#navbar a:visited {
	color:#666;
}
#navbar a:active {
	color: #999999;
}
#navbar a:hover {
	color: #666;
}
#map {
	clear: both;
	padding: 5px;
	width: 880px;
	height: 30px;
	margin-top: 5px;
	margin-bottom:  15px;
}
