@charset "utf-8";
/*
-----------------------------------------------------
CSS Skin Settings
Version: 2007.09/05
-----------------------------------------------------
*/

#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -46px;
}

#footer, #push {
  height: 46px;
}

#footer {
  width: 100%;
  background-image: url("../images/bg_footer.jpg");
  background-repeat: repeat-x;
}


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

#header {
  width: 100%;
  height: 98px;
  background-image: url("../images/bg_header.jpg");
  background-repeat: repeat-x;
}

#sitelogo {
  width: 760px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
}

#tmg {
  float: left;
  position: relative;
  top: 23px;
}

#site {
  float: right;
  position: relative;
  top: 15px;
}

#headnavi {
  width: 760px;
  height: 26px;
  margin-left: auto;
  margin-right: auto;
}

#headnavi ul {
  margin-top: 2px;
  float: right;
}

#headnavi li {
  float: left;
}


/* =container
----------------------------------------------- 
*/

#container {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  margin-bottom: 30px;
  text-align: left;
}

#container {
  clear: both;
  overflow: hidden;
}

#container:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #container {
  height: 1em;
  overflow: visible;
}
/**/


/* =container menu
----------------------------------------------- 
*/

#menu {
  width: 182px;
  padding-bottom: 25px;
  float: left;
  background-color: #DAEBC8;
  background-image: url("../images/bg_menu.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
}

#contents {
  width: 557px;
  float: right;
}

#menu h2.menuh2 {
  width: 182px;
  background-image: none;
  clear: both;
}

#menu dl {
  width: 159px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 13px;
  padding-bottom: 10px;
  background-image: url("../images/menu_line.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
}


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

address {
  width: 760px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 10px;
  text-align: left;
}

