body {
 font-size: 10pt;
 color: #626262;
}

a:link {
 color: #0000ff; /* リンクの色 */
 text-decoration: none; /* 文字装飾 */
}
a:visited {
 color: #0000ff;
 text-decoration: none;
}
a:active {
 color: #0000ff;
 text-decoration: none;
}

.title {
 margin-left: 5%;
 margin-right: 5%;
 color: #808080; /* 文字の色 */
 padding-left: 10px; /* 左の余白 */
 border-width: 1px 2px 2px 15px; /* 枠の幅 */
 border-style: solid; /* 枠の種類 */
 border-color: #0080C0; /* 枠の色 */
 background-color: #ECF9FF;
 line-height: 150%; /* 行の高さ */
 font-size: 25px;
}

.subtitle {
 margin-left: 7%;
 margin-right: 20%;
 color: #808080; /* 文字の色 */
 padding-left: 10px; /* 左の余白 */
 padding-bottom: 5px;
 border-width: 0px 0px 2px 10px; /* 枠の幅 */
 border-style: solid; /* 枠の種類 */
 border-color: #ACE4FF; /* 枠の色 */
 line-height: 100%; /* 行の高さ */
 font-size: 16px;
}

dl {
 margin-left: 80px;
}

li {
 margin-bottom: 5px;
}

dd {
 margin-bottom: 20px;
}

pre.spec {
 margin-left: 90px;
}

table {
 font-size: 10pt;
 margin-left: 10%;
}

HR {
 color: #808080; /* 線の色(IE用) */
 width: 85%; /* 線の幅 */
 height: 1px; /* 線の太さ */
 border-style: dashed; /* 枠の種類 */
}

table tr td {
 border:1px dotted black;;
}

.justify { 
  text-align: justify ; 
  text-justify: distribute-all-lines;
}