/* common */

a {
 text-decoration: none;
}

body {
  width: 900px;
  margin: 0 auto 0 auto;
  text-align: center;
}

div {
  margin-bottom: 6px;
}

table {
  border-collapse: collapse;
}

/* title */
div.title {
  font-size: 24px;
  font-weight: bold;
}

div.subtitle {
  font-size: 20px;
  font-weight: bold;
}

div.body{
width: 800px;
border: outset 3px #406090;
}

div.valsol_header {
  text-align: center;
  margin-bottom: 40px;
}

div.valsol_footer {
  text-align: center;
}

div.agreement {
  width: 85%;
  margin-left: auto; margin-right: auto;
}
div.agreement table {
  width: 100%;
  margin-left: auto; margin-right: auto;
}
div.agreement td {
  border: solid 1px #000000;
}

/* linkmap */
div.region_sector_bc {
  text-align: left;
}
.region_map_title {
}
.sector_map_title {
}

.linkmap {
  border: none;
  border-collapse: separate;
  margin: 0 auto 0 auto;
  text-align: left;
}

table.linkmap td {
  width: 130px;
  text-align: left;
  font-size: 16px;
}

