@charset "utf-8";

/* =============================================================================
    Layout
============================================================================= */

/* Header
============================================ */
body {
  min-width: 734px;
}

/* Header
============================================ */
div#header {
  width: 734px;
  margin: 0 auto;
}


/* Contents
============================================ */
div#contents {
  width: 734px;
  margin: 0 auto;
}


/* Footer
============================================ */
div#footerContents {
  width: 700px;
  margin: 0 auto;
}


/* Clearfix
-------------------------------------------- */
.clearfix:after { /* float release */
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
.clearfix { display: inline-block; } /* float release for ie */
.clearfix { display: block; } /* cancel inline-block */
