﻿body {
  text-align: center;
  background-color: #fff;
}

/* wrapper
--------------------*/
#wrapper {
  position: relative;
  width: 720px;
  margin: 0 auto -240px;
  text-align: left;
  font: normal normal normal 100% "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-size: 0.8em;
  color: #333;
  border: none;
}

/* header
--------------------*/
#header {
  position: relative;
  height: 35px;
  margin-bottom: 35px;
}

h1 {
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  font-weight: normal;
  
}

#header #mailto {
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 12px;
  text-align: right;
  text-indent: 20px;
  background: left center url("./img/mailto.gif") no-repeat;
}

#header #mailto a {
  display: block;
  text-decoration: none;
  color: #333;
}

#header #mailto a:hover {
  color: #c33;
  text-decoration: underline;
}

/* main
--------------------*/
#main {
  position: relative;
  width: 720px;
}

#logo_large {
  margin-bottom: 35px;
  width: 720px;
  height: 148px;
  text-align: center;
}

#main ul {
  position: relative;
  left: 310px;
  width: 100px;
  text-align: center;
}

#main li {
  margin-bottom: 8px;
  display: block;
  width: 100px;
  height: 24px;
  list-style: none;
}

#main li a {
  display: block;
  width: 100px;
  height: 24px;
  outline: none;
}

#main li a.mnu_profile {
  background: url("./img/mnu_profile.png") no-repeat;
}

#main li a:hover.mnu_profile {
  background: url("./img/mnu_profile_f.png") no-repeat;
}

#main li a.mnu_policy {
  background: url("./img/mnu_policy.png") no-repeat;
}

#main li a:hover.mnu_policy {
  background: url("./img/mnu_policy_f.png") no-repeat;
}

#main li a.mnu_products {
  background: url("./img/mnu_products.png") no-repeat;
}

#main li a:hover.mnu_products {
  background: url("./img/mnu_products_f.png") no-repeat;
}

#main li a.mnu_history {
  background: url("./img/mnu_history.png") no-repeat;
}

#main li a:hover.mnu_history {
  background: url("./img/mnu_history_f.png") no-repeat;
}

#main li a span {
  display: none;
}

#main #banner,
#main #banner2 {
  position: relative;
  left: 130px;
  width: 460px;
  height: 41px;
  background: url("./img/banner.png") no-repeat;
}

#main #banner2 {
  margin-top: 10px;
  height: 36px;
  background: url("./img/banner_02.png") no-repeat;
}

#main #banner a,
#main #banner2 a {
  display: block;
  width: 460px;
  height: 41px;
  text-indent: -9999px;
  outline: 0;
}

#main #banner2 a {
  height: 36px;
}

#main #topix {
  position: relative;
  margin-top: 10px;
  padding-top: 22px;
  left: 130px;
  width: 460px;
  height: 186px;
  background: url("./img/bg_topics.png") no-repeat;
}

/* footer
--------------------*/
#footer {
  position: relative;
  width: 720px;
  margin: 0 auto;
  background: url(./img/footer.jpg) no-repeat;
  background-position: center bottom;
  font-size: 0.8em;
}

#footer p {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 720px;
  padding: 0;
  color: #fff;
  text-align: center;
}

#footer a {
  color: #fff;
  text-decoration: none;
  border: 0;
  outline : 0;
}


