/* --- css stylesheet for print --- */
/* --- global --- */
html , html * , body , body * {
  color: #000000 !important;
  background: no-repeat none transparent !important;
}
/* --- common --- */
/* --- form --- */
/* --- mask --- */
div.web-all {
  width: auto;
}
div.web-top {
  height: auto;
}
div.web-main {
}
div.web-side-l {
  display: none;
}
div.web-content {
  width: auto;
  padding: 0px;
  float: none;
}
div.web-foot {
  display: none;
}
div.web-copyright {
  padding: 0px;
}
/* --- web-top --- */
img.top-img {
  display: none;
}
a.top-logo img {
  display: block;
  float: none;
  margin: 0px 0px 0px 20px;
}
div.top-langs {
  display: none;
}
form.top-search {
  display: none;
}
div.navigation {
}
/* --- end --- */