@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

@charset "utf-8";

body {
	background: #E9F8C9;
	min-width: 750px;
	position: relative;
}
#wrap {
	background: #E9F8C9;
	line-height: 1.8;
	font-size:1.4em;
}
#main {
	background: #FFFBEE;
	width: 650px;
	padding: 50px;
	margin: 0 auto;
}
#content h3 {
	border-bottom:2px solid #CEDAA9;
	margin-bottom: 30px;
	padding: 9px 0px 6px 9px;
	color: #66523E;
	font-size: 1.285em;
	font-weight: bold;
	line-height: 1.6;
}
#flow .imgleft {
  margin-bottom: 30px;
}
#flow dl.text dt {
  font-weight: bold;
  background: #CEE2A0;
  padding: 3px 10px;
  color: #66523E;
  margin-bottom: 10px;
}
#content .section {
	margin-bottom: 50px;
}
#content p.text {
	overflow: hidden;
}
#content .imgleft,
#content .imgright {
	overflow: hidden;
}
#content .imgleft .image {
	float: left;
	margin-right: 20px;
}
#content .imgright .image {
	float: right;
	margin-left: 20px;
}
#content .contact{
	margin-top: 50px;
	text-align: center;
}
#content .text {
	overflow: hidden;
}
#content table {
	width: 100%;
}
#content table th,
#content table td {
	border: 1px solid #EEE4C6;
	padding: 15px 19px 14px;
	vertical-align: middle;
	color: #66523E;
}
#content table th {
	background:#F9F7E6;
	width: 380px;
	text-align: left;
	font-weight: normal;
}
#content table td {
	background: #fff;
}
#content p.close {
	text-align: center;
}