body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

	#wrapper{width:850px; margin: 1em auto 0;}
	#wrapper h1 { font-size: 10px; color: #e2dec7; vertical-align: bottom; margin-top: 0em; margin-bottom: 0em; }

/* 	#wrapper a {color:#fff;} */

	#editor{font-size:10px; color: #fff;width: 318px; height: 00px; margin-top:-16px ; 
		position: relative;top: -85px; left: 485px; line-height: 1.5;}
	#editor a {color:#fff;}


.f10brown-top { font-size: 10px; color: #e2dec7; }

.f10-navi { font-size: 10px; color: #222222; line-height: 160%; }
.f10-navi a:link { text-decoration: underline; color: #6b5e53; }
.f10-navi a:visited { text-decoration: underline; color: #6b5e53; }
.f10-navi a:hover { text-decoration: underline; color:#FF6600}
.f10-navi a:active { text-decoration: underline; color: #FF6600; }

.f10w {
	font-size: 10px;
	line-height: 160%;
	color: #D4CFB9;
}
.f12w { font-size: 12px; line-height: 160%; color: #FFFFFF; }
.f12w a:link { text-decoration: none; color: #FFFFFF; }
.f12w a:visited { text-decoration: none; color: #FFFFFF; }
.f12w a:hover { text-decoration: underline; color: #febb1c; }
.f12w a:active { text-decoration: underline; color: #febb1c; }

.f16w { font-size: 16px; line-height: 160%; color: #FFFFFF; }
.f16w a:link { text-decoration: none; color: #FFFFFF; }
.f16w a:visited { text-decoration: none; color: #FFFFFF; }
.f16w a:hover { text-decoration: underline; color: #febb1c; }
.f16w a:active { text-decoration: underline; color: #febb1c; }

.f12left-navi { font-size: 12px; line-height: 160%; color: #6b5e53; }
.f12left-navi a:link { text-decoration: none; color: #6b5e53; }
.f12left-navi a:visited { text-decoration: none; color: #6b5e53; }
.f12left-navi a:hover { text-decoration: underline; color: #FF6600; }
.f12left-navi a:active { text-decoration: underline; color: #FF6600; }

.f14w { font-size: 14px; line-height: 160%; color: #FFFFFF; }

.f12kihon { font-size: 12px; line-height: 160%; color: #222222; }
.f12red { font-size: 12px; line-height: 160%; color: #FF0000; }
.f14 { font-size: 14px; line-height: 160%; color: #222222; }

h1 { font-size: 10px; color: #e2dec7; vertical-align: bottom; margin-top: 0em; margin-bottom: 0em; }

.footer-nav {
  width: 850px;
  margin: 15px auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.footer-links {
  display: flex;
  align-items: center;
}

.footer-links a {
  color: #d8d1c4;
  text-decoration: none;
}

.footer-links a:visited {
  color: #d8d1c4;
}

.footer-links a:hover,
.footer-links a:active {
  color: #bd892d;
}

.footer-separator {
  margin: 0 16px;
  color: #d8d1c4;
}

.footer-copy {
  font-size: 12px;
  color: #beb7a2;
  text-align: right;
}


.footer-nav-top {
  width: 850px;
  margin: 15px auto 30px;
  font-size: 13px;
}


.footer-divider {
  margin: 8px 0;
  border: 0;
  border-top: 1px solid rgba(184, 174, 157, 0.5);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-address {
  color: #d8d1c4;
}

.footer-address a,
.footer-address a:visited {
  color: #d8d1c4;
  text-decoration: none;
}

.footer-address a:hover,
.footer-address a:active {
  color: #bd892d;
}