﻿body {
	background-color: #C0E2C8;
	margin: 0;
	line-height: 1.6;
}

a:link, a:active, a:visited {
	color: #407Fa6;
	text-decoration: none;
}

a:hover, a:active:hover, a:visited:hover {
	color: #ff3333;
	text-decoration: underline;
}

p a img {
	border: solid 1px;
	margin: 0 1px;
}

a img {
	border: none;
}

#header, #header2 {
	background: url(./image/gotenba00.gif) no-repeat #DCFBDE;
	width: 701px;
	height: 158px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align: left;
	border: 0;
	padding: 0;
	color: #666666;
}

#header2 {
	height: 42px;
}

.title {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 4px;
}

.title2 {
	padding: 10px 20px 0;
}

.title2 a {
	font-size: 120%;
	font-weight: bold;
	padding-right: 20px;
	vertical-align: -0.5em;
}

.subtitle {
	padding-left: 300px;
}

#wrap {
	width: 701px;
	margin-left: auto;
	margin-right: auto;
	background: #FBF8CB;
}

#content {
	background: transparent;
	width: 659px;
	margin-top: -10px;
	padding: 20px;
	color: #666666;
	text-align: justify;
}

#history {
	background: #FBF8AB;
	padding: 10px;
	border: dotted #DBD88B;
	border-width: 2px 0;
}

p {
	text-indent: 1em;
}

table.history {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	_font-size: 75%;
	color: #808080;
	border: solid #6D88A4 1px;
	margin-left: 20px;
	border-collapse: collapse;
	text-align: left;
}

table.history th, table.history td {
	padding: 2px;
	border: solid #6D88A4 1px;
	vertical-align: top;
}

table.history th {
	color: #ffffff;
	background-color: #8DA8C4;
	vertical-align: middle;
	padding: 6px 10px;
}

table.history tr {
	line-height: 1.2;
}

ul {
	list-style-type: none;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0;
}

.inc {
	color: #4040c0;
}

.dec {
	color: #c04040;
}

.map {
	float: right;
	margin: 18px;
	width: 270px;
}

.map2 {
	margin: 18px auto;
	width: 270px;
}

.maplink {
	text-align: right;
	width: 100%;
	padding: 20px 0 0 0;
}

.photo {
	margin: 2px auto 6px;
	width: 324px;
	text-align: center;
	color: #DB7440;
	font-size: 85%;
}

.photo img {
	margin: 2px;
}

#navcontainer {
	width: 701px;
	background: #FBB480;
	border-top: solid 1px #FBB480;
	border-bottom: solid 1px #FBB480;
	line-height: 1;
	_padding-top: 10px;
}

#navlist li {
	margin-left: 15px;
	padding-right: 20px;
	display: inline;
	list-style-type: none;
	text-align: right;
	color: #666666;
}

#navlist li a:link { color: #666666; text-decoration:none; }
#navlist li a:visited { color: #333333; text-decoration:none; }
#navlist li a:hover { color: #FFFFFF; text-decoration:none; }

h1, h2 {
	font-weight: bold;
	color: #9AB7A6;
	margin-top: 1em;
}

h1 {
	font-size: 1.4em;
	border-left: solid 8px #9AB7A6;
	padding: 0 4px;
}

h2 {
	font-size: 1.2em;
}

blockquote {
	text-indent: 1em;
	line-height: 1.8;
	background: #FBF8AB;
	padding: 10px;
	border: solid 1px #DBD88B;
}

blockquote ul {
	margin: 0 2em;
	list-style-type: square;
}

#footer {
	background: #FBB480;
	padding: 9px;
	width: 683px;
	text-align: center;
	text-transform: lowercase;
	font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color:#333333;
}


