* {
	margin: 0px;
	padding: 0px;
}

#wrap {
	margin: auto;
	height: auto;
	width: 950px;
}
#content {
	clear: both;
	float: left;
	height: 700px;
	width: 950px;
	background-color: #8BC267;
}
#img_box {
	clear: both;
	float: left;
	height: 203px;
	width: 950px;
}
#hako {
	background-image: url(images/hako.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: right;
	height: 142px;
	width: 542px;
	padding-left: 70px;
	padding-top: 35px;
}
#bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 228px;
	width: 930px;
	padding-top: 253px;
	padding-right: 20px;
}
.img_l1 {
	clear: both;
	float: left;
	height: 84px;
	width: 950px;
}
.img_l2 {
	clear: both;
	float: left;
	height: 119px;
	width: 950px;
}
.font {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	color: #006699;
	font-weight: bold;
	line-height: 25px;
}
.font2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0.1em;
	clear: both;
}
.btn {
	clear: both;
	float: right;
	height: 50px;
	width: 150px;
	margin-right: 45px;
	margin-top: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* コピーライト　*/
#foot {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	letter-spacing: 1px;
	color: #FFFFFF;
	line-height: 25px;
	float: left;
	clear: both;
	margin: auto;
}

