body {
  margin: 0;
  padding: 0;
  font-family: Arial, FreeSerif;
  font-size: 11px;
  color: #888;
  background-color: white;
  background: url('../images/background.gif') no-repeat top left;
}

#page_layout {
  position: relative;
  width: 1000px;
  float: left;
  height: 1844px
}

#header {
  position: relative;
  background: url('../images/logo.jpg') no-repeat top left;
  height: 161px;
}

#header #logo_text {
  position: relative;
  background: url('../images/logo-text.jpg') no-repeat bottom left;
  height: 103px;
  width: 410px;
  left: 179px;
}

#header #menu {
  position: absolute;
  background: url('../images/menu-gradient.jpg') repeat-y top left;
  background-color: #eee;
  height: 32px;
  width: 836px;
  left: 164px;
  top: 118px;
  color: white;
  font-weight: bold;
}

#header #lng {
  position: relative;
  float: right;
  top: 25px;
  padding-right: 58px;
}

#header #menu span {
  margin: 10px 10px 0px 18px;
  display: block;
}

#header #menu span label {
  margin: 0px 10px 0px 10px;
}

#header #online_por {
  position: absolute;
  background: url('../images/online-por.jpg') no-repeat top left;
  height: 26px;
  width: 214px;
  left: 732px;
  top: 56px;
  font-weight: normal;
}

#header #online_por span {
  margin: 30px 0px 0px 0px;
  display: block;
}

a {
  color: #D00000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#header #online_por span label {
  margin: 0px 3px 0px 3px;
}

#header .bullet {
  position: absolute;
  background: url('../images/a-l-a.jpg') no-repeat top left;
  height: 33px;
  width: 21px;
  left: 705px;
  top: 64px;
}

#contents {
  position: relative;
}

#contents div.cell {
  position: relative;
  float: right;
  margin: 27px 0 0 0;
  width: 320px;
}

#contents div.cell p {
  margin: 0 0 0 52px;
  line-height: 13px;
}

#contents div.cell ul {
  margin: 0 0 0 65px;
  padding: 0;
  list-style-type: square;
}

#contents div.cell li {
  line-height: 13px;
}

#contents div.cell h1 {
  position: relative;
  margin: 0 25px 6px 0;
  padding: 7px 0 6px 52px;
  font-weight: normal;
  font-size: 11px;
  _height: 13px;
}

#contents div.cell div.section {
  margin-bottom: 30px;
}

#contents div.cell h1.top_node1 {
  background: url('../images/icon1.jpg') no-repeat top left;
}

#contents div.cell h1.top_node2 {
  background: url('../images/icon2.jpg') no-repeat top left;
}

#contents div.cell h1.top_node3 {
  background: url('../images/icon3.jpg') no-repeat top left;
}

#contents div.cell h1.top_node4 {
  background: url('../images/icon4.jpg') no-repeat top left;
}

#contents div.cell h2 {
  line-height: 13px;
}

#contents div.cell h2 div.floating_arrow,
#contents div.cell h1 div.floating_arrow {
  position: absolute;
  top: 11px;
  left: 26px;
  background: url('../images/arr.jpg') no-repeat top left;
  width: 20px;
  height: 6px;
}

#contents div.cell h2 {
  position: relative;
  margin: 0 25px 0px 0;
  padding: 0px 0 3px 52px;
  font-weight: normal;
  font-size: 11px;
  _height: 13px;
}

#contents div.cell h2 div.floating_arrow {
  top: 2px;
}

#contents div.cell div.section_space {
  padding-bottom: 28px;
}

#contents div.cell .sub_section {
  border-bottom: 1px dotted #ddd;
  padding: 0 0 5px 0;
  margin: 0 0 5px 52px;
}

#contents div.cell .sub_section p {
  margin-left: 0;
}

#contents div.cell .sub_section ul {
  margin: 0 0 0 13px;
}

#contents div.cell #line3_en,
#contents div.cell #line2_en,
#contents div.cell #line1_en,
#contents div.cell #line3,
#contents div.cell #line2,
#contents div.cell #line1 {
  border-left: 1px solid #aaa;
  position: absolute;
  left: 25px;
}

#contents div.cell #line1 {
  height: 1111px;
  top: 155px;
}

#contents div.cell #line2 {
  height: 887px;
  _height: 885px;
  top: 15px;
}

#contents div.cell #line3 {
  height: 279px;
  top: 15px;
}

#contents div.cell #line1_en {
  height: 1031px;
  top: 155px;
}

#contents div.cell #line2_en {
  height: 867px;
  _height: 855px;
  top: 15px;
}

#contents div.cell #line3_en {
  height: 300px;
  top: 15px;
}

#contents div.cell div.floating_end_arrow {
  position: absolute;
  top: -4px;
  left: 25px;
  background: url('../images/arr-end.jpg') no-repeat top left;
  width: 20px;
  height: 20px;
}

