@charset "utf-8";

/* About this file ===============================
 * Style    : a layout style
 * Since    : 2009-01-16
 * Modified : 2009-01-19
 * Editor   : Daisuke Ogido
================================================== */

/* Body
-------------------------------------------- */
body {
  background-color: #f5f4ee;
} * html body {
    text-align: left !important;
  }


/* Wrapper
-------------------------------------------- */
#wrapper {
  margin: 0 10px 15px;
  width: 750px;
  background-color: #fff;
  border-right: solid 2px #f0efea;
  padding-top: 10px;
}

/* Header
-------------------------------------------- */
#header {
  width: 750px;
  height: 75px;
  background: url(../img/header_bg.gif) no-repeat left bottom;
  border-bottom: solid 1px #05183e;
}
#header h1 {
  float: left;
  margin: 9px 0 0 6px;
}
#header ul {
  display: inline; /* Bug fix for IE6 double margin */
  float: right;
  margin: 60px 0 0 0;
  height: 10px;
} #header ul li {
    display: inline;
    margin-right: 10px;
    line-height: 1;
  }
  #header ul li img {
    vertical-align: top;
  }


/* Navigation
-------------------------------------------- */
#navigation {
  margin: 15px 0 40px;
  width: 750px;
  height: 26px;
  background: url(../img/navigation_bg.gif) no-repeat;
  padding-left: 30px;
}

#nav, #nav ul {
  width: 668px;
  list-style: none;
}
#nav li {
  float: left;
  line-height: 0;
}
#nav li a {
  float: left;
  text-decoration: none;
  font-size: 14px;
  color: #000;
}
#nav li b a {
  display: block;
  float: left;
  height: 26px;
  line-height: 0;
  padding: 0 0 0 0;
  font-weight: normal;
  cursor: pointer;
}
#nav b.hover {
  color: #fff;
}
#nav i.hover {
  color: #069;
}
#nav ul ul li {
  border-bottom: solid 1px #980000;
}
#nav em span {
  display: block;
  font-weight: bold;
  color: red;
}
#nav ul {
  display: none;
}
#nav ul {
  position: absolute;
  left: 10px;
  top: 127px;
  background: #fff;
  height: 29px;
} * html #nav ul {
    top: 126px;
  }
#nav ul li {
  float: left;
  position: relative;
}
#nav li.sub ul {
  background: url(../img/navigation_rent_bg.gif) no-repeat left top;
  border: solid 1px #980000;
  margin-left: 30px;
}
#nav li.sub ul ul {
  margin-left: 7px;
}
#nav ul li a {
  display: block;
  padding: 0 20px 0 10px;
  font-size: 12px;
  line-height: 25px;
  cursor: pointer;
}
#nav ul li a i {
  display: block;
  font-style: normal;
  cursor: pointer;
}
#nav ul li a.sub {
  background: url(../img/nav-arrow-down.png) no-repeat right center;
  height: 29px;
  line-height: 29px;
}

#nav ul ul {
  width: 130px;
  height: auto;
  left: -1px;
  top: 30px;
  z-index: 1000;
  background: none !important;
  background-color: #fff !important;
  border-top: none !important;
  border-bottom: none !important;
}
#nav ul ul li {
  padding-bottom: 0;
}
#nav ul ul li a {
  display: block;
  line-height: 20px;
  padding: 0 0 0 10px;
  width: 120px;
}
#nav ul ul li a:hover {
  background-color: #30A8C3;
}
#nav ul ul li a em {
  font-style: normal;
  display: block;
  width: 120px;
  cursor: pointer;
}
#nav ul ul ul {
  left: 135px;
  top: 0;
}


/* Contents
-------------------------------------------- */
#contents {
  margin-bottom: 45px;
}
#contents p {
  padding: 0 20px !important;
}


/* Footer
-------------------------------------------- */
#footer {
  margin: 0 auto;
  width: 730px;
  height: 27px;
  background: none;
  background-color: #f5f4ee;
  border-bottom: solid 1px #22ac38;
} * html #footer { /* for IE6 fix */
    margin: 0 10px;
  }
#footer p {
  margin-bottom: 0;
  line-height: 27px;
  font-size: 8pt;
  text-align: center;
}