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

#wrapper {
  width: 760px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -39px;
  background-image: url("../images/bg.gif");
  background-repeat: repeat-y;
}

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

#footer {
  width: 760px;
  margin: 0 auto;
  background-image: url("../images/bg.gif");
  background-repeat: repeat-y;
}


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

#header {
  width: 100%;
  margin: 0px 5px;
}

#sitelogo {
  width: 750px;
  height: 61px;
  background-image: url("../images/bg_header.jpg");
  background-repeat: no-repeat;
}

#sitelogotop {
  width: 750px;
  height: 250px;
  background-image: url("../images/bg_header_top.jpg");
  background-repeat: no-repeat;
}

#logo {
  float: left;
  position: relative;
  top: 26px;
  left: 25px;
}

#headnavi {
  width: 750px;
  height: 28px;
  background-image: url("../images/bg_headnavi.jpg");
  background-repeat: repeat-x;
}

#headnavi ul {
  height: 20px;
  margin-top: 4px;
  padding-right: 1px;
  float: left;
  background-color: #B47A7A;
  position: relative;
  left: 25px;
}

#headnavi li {
  padding-left: 1px;
  float: left;
}


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

#container {
  width: 700px;
  margin-left: 30px;
  margin-right: 30px;
  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;
}
/**/


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

#foot {
  width: 100%;
  margin: 0px 5px;
  height: 39px;
  text-align: left;
  background-image: url("../images/bg_footer.jpg");
  background-repeat: repeat-y;
}

#cr {
  float: left;
  position: relative;
  top: 15px;
  left: 25px;
}

#footmenu {
  float: right;
  position: relative;
  top: 0px;
  right: 30px;
}