/*---------------------------------------------------------- Layout and Common StyleSheet */
body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #FFFFFF;
  background-image: url(/images/common/background-content.png);
  background-repeat: repeat-y;
  background-position: center top;
  color: #444444;
}
#rap {
  background-image: url(/images/common/background.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

/*---------------------------------------------------------- Header */
#header {
  width: 795px;
  height: 83px;
  background-image: url(/images/common/background-header.jpg);
  background-repeat: no-repeat;
  text-align: left;
  padding: 0px;
  margin: 0px auto;
}
#header h5 {
  text-align: right;
  margin: 0px;
  padding: 7px 30px 0px 0px;
  font-size: 80%;
  font-weight: normal;
}

/* --------------------------------------------------------- Navigation */
#navi {
  padding: 0px;
  margin: 0px auto;
  width: 790px;
  height: 30px;
  background-image: url(/images/common/background-menu.gif);
  background-repeat: no-repeat;
  background-position: center top;
}
#navi ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#navi li {
  float: left;
  padding: 0px;
  margin: 0px 15px;
}
#navi li a{
  display: block;
  text-indent: -700em;
  background-repeat: no-repeat;
  height: 22px;
}
#navi .cat1 {
  background-image: url(/images/common/link1.gif);
  width: 78px;
  margin: 0px 10px;
}
#navi .cat2 {
  background-image: url(/images/common/link2.gif);
  width: 105px;
}
#navi .cat3 {
  background-image: url(/images/common/link3.gif);
  width: 80px;
}
#navi .cat4 {
  background-image: url(/images/common/link4.gif);
  width: 103px;
}
#navi .cat5 {
  background-image: url(/images/common/link5.gif);
  width: 117px;
}
#navi .cat6 {
  background-image: url(/images/common/link6.gif);
  width: 80px;
  margin-right: 0px;
}
div.submenu {
  z-index: 5;
  visibility: hidden;
  position: absolute;
  width: 145px;
  padding: 2px 0px;
  filter:Alpha(opacity=86);
  -moz-opacity:0.86;
  opacity:0.86;
  font-size: 80%;
  text-align: left;
}
#navi li div a{
  display: block;
  margin: 2px;
  padding: 9px 4px 4px 12px;
  text-indent: 0em;
  line-height: 100%;
  background-color: #ECECEC;
}

/* --------------------------------------------------------- Content */
#content {
  width: 715px;
  min-height: 430px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}

* html #content {
  height: 430px;
}

/* --------------------------------------------------------- Footer */
#page_footer {
  text-align: right;
  font-size: 80%;
  clear: both;
  width: 714px;
  margin: 15px auto 0px auto;
  padding: 0px;
}
#page_footer a {
  background-image: url(/images/common/pagefooter.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 6px 5px 0px 8px;
}

#footer {
  clear: both;
  width: 714px;
  margin: 15px auto 0px auto;
  padding: 0px;
  border-top: 1px solid #A8B0B5;
}
#footer #footer-l {
  float: left;
  font-size: 65%;
  width: 510px;
  margin: 0px;
  padding: 0px 0px 0px 5px;
  text-align: left;
}
#footer #footer-r {
  float: right;
  text-align: right;
  width: 190px;
  margin: 0px;
  padding: 0px;
}
#footer #footer-r ul {
  list-style-type: none;
  padding: 5px 0px 0px 0px;
  margin: 0px;
}
#footer #footer-r ul li {
  background-image: url(/images/common/listmark.gif);
  background-repeat: no-repeat;
  font-size: 80%;
  float: left;
}
#footer #footer-r ul li.q {
  margin-left: 10px;
}
#footer #footer-r ul li a {
  margin-left: 10px;
}
