/* ----------  文字装飾関連  ---------- */
.title {
    text-align: center;
}

.ritou {
    text-align: center;
}

.bold {
    font-weight: bold;
}


/* ----------  文字列位置調整  ---------- */
.center {
    text-align: center;
}


/* ----------  見出し  ---------- */
.cube1 {
    color: #0000ff;
    font-weight: bold;
}

.cube2 {
    color: #33cc33;
    font-weight: bold;
}


/* ----------  その他装飾  ---------- */
.column {
    text-align: center;
    background-color: #9fccff;
}


/* ----------  タグ設定  ---------- */
body {
    background-color: #ffffff;
    font-size: 10.5pt;
}

dl {
  border: solid 1px #808080;
}

dt {
  color: #009090;
  font-weight: bold;
}

dd {
  margin-bottom: 1em;
}

