/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  color: #000000 !important;
  background: no-repeat none transparent !important;
}
/* --- common --- */
div.print {display: block;}
h1 , h1 * {
  position: absolute;
  top: 100px;
  left: 0px;
}
/* --- mask --- */
div.web-all {
  width: auto;
}
div.web-top {
  height: auto;
  text-align: left;
}
div.logo {
  display: none;
}
div.web-top-top {
  display: none;
}
div.web-top-top img {
  display: none;
}
div.top-menu {
  display: none;
}
div.header {
  height: auto;
}
div.header img {
  display: none;
}
div.header div.right-corners {
  display: none;
}
div.flash {
  display: none;
}
div.left-menu {
  display: none;
}
div.content {
  width: auto;
  left: 0px;
}
div.content-in {
  padding: 0px;
}
div.content-bottom-corners {
  display: none;
}
div.content-in-left {
  width: auto;
  float: none;
  padding: 0px;
}
div.content-in-right {
  width: auto;
  float: none;
  padding: 0px;
}
div.footer div {
  height: auto;
  float: right;
}

