@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* --- #wrap --- */
#wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0 0;
	background: #000000;
}

/* --- header --- */
header {
	height: 181px;
	padding: 0 10px 0 30px;
	background: #ffffff;
}
header h1 {
	width: 400px;
	height:168px;
	background: #ffffff;
	border: solid 1px #000000;
	border-top: none;
	float: left;
	font-family: Gabriola;
	font-size: 145px;
	position: relative;
}
header h1 span {
	display: inline-block;
	width: 367px;
	height: 151px;
	padding-bottom: 30px;
	border: dotted 2px #009245;
	border-top: none;
	overflow: hidden;
	position: absolute;
	top: -30px;
	left: 15px;
}
header > div {
	padding-top: 60px;
	float: right;
}
header > div p {
	padding-left: 70px;
	font-family: Gabriola;
	font-size: 14px;
}

	/*nav*/
	nav ul {
		padding: 30px 20px  0;
		border-bottom: solid 5px #009245;
	}
	nav ul li {
		width: 98px;
		line-height: 50px;
		border: solid 1px #009245;
		border-bottom: none;
		border-radius: 20px 20px 0 0;
		text-align: center;
		font-family: Gabriola;
		font-size: 24px;
		float: left;
	}
	nav ul li a {
		color: #000000;
	}


/* --- section --- */
section {
	padding: 30px 30px 50px;
	background: #ffffff;
	position: relative;
	top: -12px;
}
section > div:first-of-type {
	width: 546px;
	height: 421px;
	padding-right: 7px;
	overflow: hidden;
	float: left;
}
section > div:first-of-type img {
	height: 421px;
}
section > div:last-of-type {
	width: 387px;
	height: 421px;
	overflow: hidden;
	float: left;
}
section > div:last-of-type > p {
	width: 387px;
	height: 191px;
	margin-bottom: 10px;
	overflow: hidden;
}
section > div:last-of-type > p img {
	margin-top: -20px;
	width: 387px;
}
section > div:last-of-type > div > p {
	width: 190px;
	height: 220px;
	overflow: hidden;
	float: left;
}
section > div:last-of-type > div > p img {
	margin-left: -170px;
	width: 400px;
	height: 220px;
}
section > div:last-of-type > div p:first-of-type {
	margin-right: 7px;
}
