@charset "utf-8";

/*---------------------
  global reset
---------------------*/

  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,
  pre,form,fieldset,input,textarea,table,th,td,img {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  }

  h1,h2,h3,h4,h5,h6,th {
    font-size: 100%;
    font-style: normal;
    margin: 0;
    padding: 0;
    font-weight: normal;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }

  a   { border: none;}
  img { border: none; vertical-align: top;}
  th  { text-align: left;}
  li  { list-style-type: none;}

/*---------------------
  clearfix
---------------------*/

  .clearfix:after,
  .unit:after,
  #contents:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .ie .clearfix,
  .ie .unit,
  .ie #contents {
    zoom: 1;
  }

/*---------------------
  body
---------------------*/

  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  html {
    overflow-y: scroll;
  }

  body {
    min-width: 1012px;
    color: #333;
    text-align: left;
    font: 14px/1.5 "メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    background: #ede4d3;
  }

  a,
  a:visited {
    color: #69994f;
    text-decoration: underline;
  }

  a:hover,
  a:active {
    color: #9f8148;
    text-decoration: none;
  }

/*---------------------
  header
---------------------*/

  #header {
    position: relative;
    width: 100%;
    height: 174px;
    background: url(../img/base/header.png) repeat-x;
    z-index: 10;
  }

  #top #header {
    margin: 0 0 415px;
  }

  .header-inner {
    position: relative;
    width: 1000px;
    height: 174px;
    margin: 0 auto;
  }

  .logo a {
    position: absolute;
    top: 15px;
    left: 0;
  }

  .logo span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 980px;
    text-align: right;
    color: #666;
    font-size: .85em;
  }

  .apaman {
    position: absolute;
    top: 40px;
    right: 250px;
  }

  .contact {
    position: absolute;
    top: 35px;
    right: 22px;
    font-size: .9em;
    text-align: right;
    line-height: 1.2;
  }

  .contact span {
    padding: 0 0 0 2px;
    font-size: 1.8em;
    color: #9f8148;
  }

  #page-title .flexslider {
    position: absolute;
    top: 174px;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: -1;
  }

  #page-title h1 {
    width: 1000px;
    height: 200px;
    margin: 0 auto;
  }

/*---------------------
  nav
---------------------*/

  .main-nav {
    position: absolute;
    top: 104px;
    left: 0;
    width: 100%;
    height: 69px;
  }

  .main-nav li {
    float: left;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    line-height: 1.3;
  }

  .main-nav a {
    display: block;
    width: 100%;
    height: 50px;
    padding: 19px 0 0;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    cursor: pointer;
  }

  .ie6 #header .main-nav a {
    color: #000;
    text-decoration: none;
  }

  .ie6 #header .main-nav a:hover {
    color: #69994f;
  }

  .main-nav span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #aaa;
  }

  .main-nav a:hover,
  .main-nav a:hover span {
    color: #69994f;
  }

  .main-nav a:hover {
    background: url(../img/menu/menu.png) repeat-x;
  }

  .nav-home,
  .nav-news,
  .nav-list,
  .nav-flow {
    width: 197px;
    padding: 0 3px 0 0;
    background: url(../img/menu/line.gif) no-repeat right;
  }

  .nav-company {
    width: 200px;
  }

  .main-nav li.on a {
    color: #69994f;
    background: url(../img/menu/menu.png) repeat-x;
  }

  .main-nav li.on span {
    color: #69994f;
  }

/*---------------------
  contents
---------------------*/

  #contents {
    position: relative;
    width: 1012px;
    margin: 0 auto;
    padding: 6px 0 0;
    background: url(../img/base/contents.png) no-repeat;
    z-index: 10;
  }

  .content {
    padding: 50px 56px 50px;
    background: url(../img/base/content.png) repeat-y;
  }

/*---------------------
  main
---------------------*/

  #main {
    float: left;
    width: 650px;
  }

  .common-h2 {
    height: 34px;
    margin: 0 0 20px;
    padding: 10px 0 0 12px;
    border-top: 1px solid #d2c09d;
    border-left: 1px solid #69994f;
    color: #9f8148;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1pt;
    overflow: hidden;
  }

  .common-h2:first-letter {
    color: #69994f;
  }

  .common-h3 {
    margin: 20px 0 10px;
    padding: 7px 0 3px 40px;
    font-size: 20px;
    background-color: #f5f5f5;
    background-image: url(../img/base/title.png);
    background-repeat: no-repeat;
    background-position: 5px 50%;
  }

/*---------------------
  side
---------------------*/

  #side {
    float: right;
    width: 220px;
  }


/* サイドナビ */

  .side-nav {
    margin: 0 0 50px;
  }

  .side-nav h2 {
    margin: 20px 0 10px;
    padding: 7px 0 5px;
    text-align: center;
    color: #666;
    font-size: 1.1em;
    background: #ccc;
  }

  .side-nav li {
    margin: 10px 0 0;
  }

  .side-nav li a {
    display: block;
    height: 45px;
    padding: 5px 0 0 60px;
  }

  .side-nav li span {
    display: block;
  }

  .nav-rent {
    background: url(../img/base/nav_rent.jpg) no-repeat;
  }

  .nav-sell {
    background: url(../img/base/nav_sell.jpg) no-repeat;
  }


/* 会社情報 */

  .side-info {
    border-top: 1px solid #69994f;
  }

  .side-info h2 {
    padding: 15px 0;
    text-align: center;
  }

  .side-info ul {
    margin: 15px 0;
  }

  .side-info li {
    font-size: .9em;
  }

/*---------------------
  footer
---------------------*/

  #footer {
    clear: both;
    position: relative;
    width: 1012px;
    margin: 0 auto;
    text-align: center;
    background: url(../img/base/footer.png) repeat-y;
    z-index: 10;
  }

  .copy {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    color: #69994f;
    font-size: 1.0em;
    border-top: 2px solid #69994f;
  }

/*---------------------
  print
---------------------*/

@media print{

  html,
  body {
    background: none;
  }

}