@charset "utf-8";
@import url(reset.css);
@import url(base.css);

body {
	background:#FFF;
}

#wrap {
	min-width:640px;
}

#wrap h1 {
	text-align:center;
}

#wrap address {
	text-align:center;
}

#wrap #content {
	width:640px;
	background:#FFF;
	padding:20px 0;
	font-size:1.4em;
	line-height:1.8;
	margin:0 auto;
}

#wrap #content h2 {
	margin-bottom: 20px;
	padding: 12px 0 7px 40px;
	font-size: 1.14em;
	line-height: 1.0;
	background:url(../image/h3_bg.jpg) left bottom no-repeat;
}

#wrap #content .box {
	height:500px;
	background:#eee;
}