@charset "UTF-8";

@import "reset.css";
@import "base.css";

body {
	background-color: #fffbea;
}
#wrapper{
	margin: 0 auto;
	padding: 25px 0 0 0;
	width: 960px;	
	color: #666666;
}
section {
	position: relative;
	padding: 45px 0;
	border-bottom: dotted 1px #036350;
}
.logo {
	position: absolute;
	bottom: 25px;
	right: 0;
}
.notes {
	margin-bottom: 15px;
	font-size: 116%;
}
#present1, #present2 {
	display: table;
	width: 960px;
}
#present2 {
	padding: 30px 0;
}
.lBox, .rBox {
	display: table-cell;
	vertical-align: middle;
}
#present1 .lBox img {
	margin: 5px 0 0 -10px;
}
#present1 .lBox {
	width: 315px;
}
#present1 .rBox {
	width: 645px;
}
#present2 .lBox {
	width: 750px;
}
#present2 .rBox {
	width: 210px;
}
.btn {
	margin: 35px 0;
	text-align: center;
}
dl {
	display: table;
	padding: 40px 0;
	width: 960px;
	border-top: solid 1px #bababa;
}
dl dt, dl dd {
	display: table-cell;
	vertical-align: middle;
}
dl dt {
	width: 300px;
}