<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#greeting {
  margin: 0 0 40px;
}

#company {
  margin-bottom: 50px;
}

#content table th {
  width: 160px;
}

#content table th,
#content table td {
  padding: 5px 9px;
}

#content p.top {
  margin: 0 0 40px;
  text-align: center;
}


/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/

#content .map {
  width: 640px;
  height: 400px;
  margin-bottom: 50px
}</pre></body></html>