body {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",
  "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro",
  "メイリオ","Meiryo",Meiryo,YuGothic,"游ゴシック",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #444; 
}

#page_static {
  padding: 15px;
  max-width: 1200px;
  margin: auto;
  text-align: left;
}

#page_static h1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

#page_static p.sub-title {
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  margin: 16px 0;
}

#page_static p {
  line-height: 24px;
  font-size: 16px;
  margin: 12px 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  border: 1px solid gray;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
}
table td:nth-child(1) {
  padding-left: 15px;
  width: 200px;
}
table td:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
  width: 800px;
}