@charset "UTF-8";
/* formatting style
-------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
}
/* link style
-------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
-------------------------------------*/
#wrapper {
	width: 792px;
	margin: 0px auto;
}
#header h1 {
	padding: 5px;
	float: right;
}
#header {
	margin: 5px 2px 2px;
	border: 1px solid #333333;
	height: 80px;
	width: 786px;
}
#header ul {
	width: 680px;
	margin-top: 30px;
	margin-left: 5px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 1.5em;
	text-decoration: none;
	height: 1.5em;
	width: 100px;
	border-left: 1px solid #333333;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	background-color: #0B5425;
	color: #FFFFFF;
}
#home #header #nHome a,
#news #header #nNews a,
#hinoki #header #nHinoki a,
#people #header #nPeople a,
#map #header #nMap a, {
	color: #FFFFFF;
	background-color: #666666;
}
#header #top_text {
	padding-top: 2px;
	padding-left: 5px;
}
#main h1 {
	margin: 2px;
	float: left;
}
a:visited {
	height: auto;
	width: 260px;
	color: #333333;
	text-decoration: none;
}
/* footer styles
-------------------------------------*/
#main #content dt {
	margin: 2px;
	float: left;
	height: 258px;
	width: 258px;
	border: 1px solid #333333;
}
#main #content h2 {
	margin: 2.5px;
}
#main #content img {
	margin: 2px;
}
#main #news {
	height: auto;
	width: 522px;
	border: 1px solid #333333;
	margin: 2px;
	float: right;
}
#main #hinoki {
	margin: 2px;
	float: right;
	height: 1288px;
	width: 522px;
	border: 1px solid #333333;
}
#main #hinoki dt {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	margin: 10px 10px 5px;
	clear: both;
	height: 1.5em;
	width: 500px;
	border-bottom: 1px solid #CCCCCC;
}
#main #hinoki dd {
	margin: 5px 10px 15px;
	float: right;
	height: auto;
	width: 400px;
}
#main #hinoki img {
	margin-bottom: 5px;
	margin-top: 5px;
}
#main #people {
	margin: 2px;
	float: right;
	height: 1288px;
	width: 522px;
	border: 1px solid #333333;
}
#main #people dt {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 10px 5px;
	clear: both;
	width: 500px;
	border-bottom: 1px solid #CCCCCC;
}
#main #people dd {
	margin: 5px 10px 15px;
	float: left;
	width: 235px;
}
#main #map {
	margin: 2px;
	float: right;
	height: auto;
	width: 522px;
	border: 1px solid #333333;
}
#main #map {
	height: 1288px;
}
#main #map dt {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main #map dd {
	margin-left: 10px;
}
#main #people img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer #list {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	list-style: url(none) none;
}
#footer {
	height: 100px;
	width: 786px;
	margin: 2px;
	border: 1px solid #333333;
	clear: both;
}
#footer dt {
	float: left;
	border-style: none;
	color: #333333;
	text-decoration: none;
}
#footer dd {
	padding-left: 13em;
}
#footer img {
	margin: 5px;
	float: right;
}

