@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* {
  font-family: 'Nanum Gothic', sans-serif;
}
img {
  border:0;
}
a {
  color:inherit;
  text-decoration:inherit;
}
body {
  margin:0;
  text-align:center;
}
div.page-layout {
  width:100%;
  min-width:1000px;
  background:#f2e5d3;
}
div.page-area {
  width:1000px;
  height:100%;
  margin:0 auto;
}
div.page-top {
  height:80px;
  background:#f2e5d3;
}
div.page-top > div.page-area {
  position:relative;
}
div.page-top img.logo {
  margin-top:10px;
  height:70%;
}
div.page-top span.text-telephone {
  position:absolute;
  left:0;
  top:0;
  font-size:0.8em;
  font-weight:bold;
  color:#333;
  padding:5px;
}
div.page-top ul.navi-quick {
  position:absolute;
  top:0;
  right:0;
  list-style:none;
  margin:0;
  padding:0 10px;
  background:#410100;
  border-bottom-right-radius: 0.6em 0.6em;
  border-bottom-left-radius: 0.6em 0.6em;
}
div.page-top ul.navi-quick li {
  display:inline-block;
  color:#f2e5d3;
  font-size:0.7em;
  padding:8px 4px;
}
div.page-navi {
  height:46px;
  background:#fff;
}
div.page-navi img.navi-allow {
  position:absolute;
  z-index:10;
}
div.page-navi > ul.navi {
  list-style:none;
  background:url(../images/menu-bg.png) repeat-x;
  height:46px;
  margin:0;
  padding:0;
  letter-spacing: -1em;
}
div.page-navi > ul.navi > li {
  display:inline-block;
  border-right:1px solid #888;
  margin-right:1px;
  margin-top:12px;
  padding:0 50px;
  font-weight:bold;
  color:#333;
  letter-spacing: normal;
}
div.page-navi > ul.navi > li:last-child {
  border-right:0;
}
div.page-navi > ul.navi > li.on {
  color:#2d5b00;
}
div.page-navi-sub {
  display:none;
  width:100%;
  position:absolute;
  z-index:9;
  text-align:left;
  background:url(../images/menu-subbg.png) repeat-x;
  height:132px;
}
div.page-top > div.page-area {
  position:relative;
}
div.sub01 {
  margin-left:70px;
}
div.sub02 {
  margin-left:200px;
}
div.sub03 {
  margin-left:50px;
}
div.sub04 {
  margin-left:190px;
}
div.sub05 {
  margin-left:563px;
}
div.sub06 {
  margin-left:670px;
}
div.sub07 {
  margin-left:742px;
}
div.sub08 {
  margin-left:805px;
}
div.page-navi-sub ul.navi-sub-column {
  margin:12px 0;
  display:inline-block;
  list-style:none;
  padding:10px 20px;
  border-left:2px solid #91b36a;
}
div.page-navi-sub ul.navi-sub-column li {
  text-align:left;
  font-size:0.9em;
  color:#fff;
  padding:2px 0;
}
div.page-navi-sub ul.navi-sub-column li a:hover {
  text-decoration:underline;
}
div.page-body {
  background:#fff;
}
div.page-bottom {
  height:80px;
  background:#bd9964;
  padding-top:20px;
  text-align:left;
}
div.page-bottom > div.page-area {
  padding:0 40px;
  width:920px;
}
div.page-bottom .bottom-logo {
  float:left;
}
div.page-bottom .bottom-copyright {
  display:inline-block;
  margin-left:60px;
  font-size:0.8em;
  line-height:1.6em;
  font-weight:600;
  color:#333;
}
div.page-bottom .bottom-outlink {
  float:right;
}
