body {
  font-family: Verdana, Arial, sans-serif;
	background-image: url(../image/bg.outer.gif);
  line-height: 120%;
	font-size: 14px;
	margin-top: 0px;
}
#frame {
  position: relative;
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../image/bg.inner.jpg);
	background-repeat: no-repeat;
	height: 768px;
	width: 1024px;
}
#logo {
	height: 195px;
	width: 1024px;
	background-image: url(../image/logo.jpg);
	background-repeat: no-repeat;
}
#logo #navi {
  position: absolute;
  top: 170px;
  padding-left: 385px;
  font-size: 14px;
  color: white;
}
#content-container {
  height: 340px;
}
#content-container .image-left {
  float: left;
  width: 365px;
  height: 340px;
  background-color: white;
}
.image-left img {
  padding-top: 1px;
  padding-bottom: 1px;
}
#content-container .content {
  float: left;
  width: 470px;
  height: 340px;
  background-color: white;
}
#content-container .content .text {
  height: 330px;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 1.0em;
  line-height: 16px;
  overflow: auto;
}
#content-container .image-right {
  float: right;
  width: 189px;
  height: 340px;
  background-color: #ebefe5;
}
.image-right img {
  padding-top: 10px;
  padding-left: 10px;
}
#footer {
  position: relative;
	background-image: url(../image/footer.jpg);
	background-repeat: no-repeat;
	height: 234px;
}
#footer a {
  color: white;
}
#footer .text {
  padding-top: 10px;
  padding-right: 10px;
  color: white;
  font-size: 12px;
  font-weight: 100px;
  text-align: right;
}
.clear {
  clear: both;
}
#navi a {
  /* text-decoration: none; */
  color: white;
}
#content-container .content .text a {
  color: black;
}
h1 {
  font-size: 15px;
  font-weight: 200;
  color: #3a5f3d;
}
h1.large {
  font-size: 36px;
}
h2, h3 {
  font-weight: 200;
  color: #3a5f3d;
}
h2 {
  font-size: 20px;
}
ul {
  /* list-style-position: inside; */
	-webkit-padding-start: 15px;
  margin-bottom: 10;
	margin-left: 0;
  padding-left: 15;
}
li {
  padding-left: 2px;
  padding-bottom: 5px;
}
