@charset "utf-8";

/* -------------------------------
base Layout
------------------------------- */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: left;
 }

#wrapper {
 }
/* -------------------------------
headerArea Layout
------------------------------- */
#headerArea {
  height: 5%;
  width: 100%;
 }

/* -------------------------------
contentsArea Layout
------------------------------- */
#contentsArea {
  width: 100%;
  text-align:left;
  clear:both;
 }

/* -------------------------------
footerArea Layout
------------------------------- */
#footerArea {
  width: 100%;
  height: 5%;
  clear: both;
 }