body, h1, h2, h3, h4, h5, h6,
form, blockquote, p, pre, img, table, th, td,
ul, ol, li, dl, dt, dd {
  font-size: 9pt;
  color: #666;
  font-family: Verdana, sans-serif;
  font-weight: normal;
  line-height: 150%;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  text-indent: 0;
}

ol, ul {
  list-style-type: none;
  list-style-position: outside;
}

a {
  color: #666;
  text-decoration: underline;
}

/*   global layout section   */
body {
  text-align: center; /* for MSIE 6.0 */
}

div#container {
  background-color: #ffffff;
}

div#header {
  height: 90px;
  padding-top: 1em;
}

div#gnavi {
  height: 80px;
  background-color: #262626;
}

div#body {
  clear: both;
  background-color: #f4f4f4;
  background-image: url(/images/contents-bg.png);
  background-repeat: repeat-x;
  background-position: top center;
  border-bottom: 1px solid #e8e8e8;
  padding: 2em 0 4em;
}

div#footer {
  height: 80px;
}

div.contents {
  width: 680px;
  margin: 0 auto;
  text-align: left;
}

/*   header section   */
div#header {
}

/*   global navigation section   */
div#gnavi ul.menu {
  width: 680px;
  margin: 0 auto;
}

div#gnavi ul.menu li {
  float: left;
  display: inline;
  height: 80px;
  width: 170px;
}

div#gnavi ul.menu li a {
  display: block;
  height: 52px;
  width: 170px;
  padding-top: 28px;
  text-align: center;
  text-decoration: none;
  color: #808080;
  font-size: 14px;
}

div#gnavi ul.menu li a:hover,
div#gnavi ul.menu li a.current {
  color: #f8f8f8;
}

/*   body section   */
div#body {
}

div#body h1 {
  font-size: 12pt;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.8em;
}

div#body h2 {
  font-size: 11pt;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.8em;
  border-bottom: 1px dotted #808080;
}

div#body h3 {
  font-size: 10pt;
  font-weight: bold;
  color: #039;
  margin-bottom: 0.8em;
}

div#body h4 {
  font-size: 10pt;
  color: #000;
  margin-bottom: 0.8em;
}

div#body p,
div#body ul,
div#body ol,
div#body dl {
  margin-bottom: 0.8em;
}

div#body dl dd ol,
div#body dl dd ul {
  margin-bottom: 0;
}

div#body dl.company-profile dt,
div#body dl.company-history dt,
div#body dl.index-release dt {
  float: left;
  width: 120px;
}

div#body dl.recruit-outline {
  border: 1px solid #d8d8d8;
  background-color: #f8f8f8;
  padding: 1em;
}

div#body dl.company-profile dd,
div#body dl.company-history dd,
div#body dl.index-release dd {
  margin-left: 120px;
}

div#body dl.recruit-outline dt {
  float: left;
  width: 130px;
  text-align: right;
  padding-right: 10px;
}

div#body dl.recruit-outline dd {
  margin-left: 140px;
}

div#body ul.business-links,
div#body ul.contact-links {
  padding-left: 16px;
  list-style-type: disc;
}

div#body ul.business-links li a {
}

div#body div#contact-access-map {
  width: 680px;
  height: 340px;
  border: 1px solid #ccc;
  margin-bottom: 0.8em;
}

/*   footer section   */
div#footer {
}

div#footer p.copyright {
  font-size: 9pt;
  color: #999;
  text-align: center;
  padding-top: 36px;
}
