div#contentsArea div#leftArea section#greetingSec h3, div#contentsArea div#leftArea section#greetingSec h4 {
  margin: 0 0 20px 0;
}
div#contentsArea div#leftArea section#greetingSec p#name {
  margin: 1em 0 0 0;
  text-align: right;
}
div#contentsArea div#leftArea section#dataSec h3 {
  margin: 40px 0 20px 0;
}
div#contentsArea div#leftArea section#dataSec table th {
  width: 6em;
  text-align: left;
  font-weight: normal;
}
div#contentsArea div#leftArea section#historySec h3 {
  margin: 40px 0 20px 0;
}
div#contentsArea div#leftArea section#historySec table {
  border-collapse: collapse;
}
div#contentsArea div#leftArea section#historySec table th {
  vertical-align: top;
  padding: 5px 0;
  width: 7em;
  border-bottom: 1px dotted #B9121B;
  text-align: left;
  font-weight: normal;
}
div#contentsArea div#leftArea section#historySec table td {
  padding: 5px 0;
  border-bottom: 1px dotted #B9121B;
}
