html {
  padding: 0;
  margin: 0;
}

body {
  background-color: #CCCCCC;
  background-image: url('/images/bg_body.jpg');
  background-repeat: repeat-x;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

body, div, p, h1, h2, h3, h4, h5, ul, ol, li, span, a, table, td, th, form, input, textarea {
  font-family: Arial, sans-serif;
}

div {
  padding: 0;
  margin: 0;
}


/*------------------------------------ Layout ------------------------------------*/
.printinfo {
  display: none;
}

.body_page {
  width: 900px;
  text-align: left;
  margin: auto;
}

div.cleaner {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  padding: 0;
  margin: 0;
  border: none;
}

/*---------------- Header -------------*/
div.header_part1 {
  width: 435px;
  height: 180px;
  float: left;
}
div.header_part2 {
  width: 213px;
  height: 180px;
  float: left;
}
div.header_part3 {
  width: 252px;
  height: 180px;
  float: left;
  background-image: url('/images/header_part3.jpg');
  background-repeat: no-repeat;
}
div.header_right_end {
  width: 100%;
  height: 180px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('/images/header_right_end.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 15;
}
div.navi_top {
  width: 64px;
  float: right;
  text-align: right;
  padding-top: 18px;
}
/*---------------- Header -------------*/

div.content_top {
  height: 72px;
  background-image: url('/images/bg_navi.jpg');
  background-repeat: no-repeat;
  position: relative;
}

div.navi_main {
  width: 760px;
  padding-top: 18px;
  padding-left: 36px;
  position: absolute;
  top: 0px;
  left: 0px;
}
div.download_button {
  width: 130px;
  height: 37px;
  position: absolute;
  top: 18px;
  left: 753px;
}

div.content_layout_part1 {
  min-height: 486px;
  position: relative;
  background-image: url('/images/bg_content_part2.gif');
  background-repeat: repeat-y;
}
div.content_layout_part2 {
  background-image: url('/images/bg_news_bottom.gif');
  background-repeat: no-repeat;
  background-position: right bottom;
}
div.content_layout_part3 {
  min-height: 450px;
  background-image: url('/images/bg_content.gif');
  background-repeat: no-repeat;
  background-position: center top;
}

div.main_content {
  width: 594px;
  min-height: 130px;
  float: left;
  color: #666666;
  line-height: 150%;
  text-align: justify;
  background-image: url('/images/bg_content_top.gif');
  background-repeat: no-repeat;
  background-position: center top;
  padding: 36px;
  padding-top: 26px;
  padding-right: 18px;
}
div.news_content {
  width: 252px;
  float: right;
}
div.box_news {
  font-size: 11px;
  text-align: justify;
  padding: 36px;
  padding-top: 4px;
  padding-right: 18px;
}

div.copyright {
  width: 630px;
  height: 23px;
  float: left;
  font-size: 11px;
  color: #898D8F;
  text-align: right;
  padding-top: 13px;
  padding-right: 18px;
}

div.big_background {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center 180px;
  background-image: url('/images/bg_body_big.png');
  background-repeat: no-repeat;
  z-index: 10;
}

/*------------------------------------ Layout ------------------------------------*/
