A:link { color: #000099; } /* テキスト：リンク部分 */
A:active { color: #000099; } /* テキスト：リンク部分、押した時 */
A:visited { color: #666666; } /* テキスト：リンク部分、訪問済み */
A:hover { color: #ff3300; } /* テキスト：リンク部分、カーソルをのせた時 */

p  { text-indent: 1em; line-height: 1.2em; font-weight: normal; text-decoration: none; } /* 段落インデント */
h3  { color: #000000; font-weight: bold; letter-spacing: -1px; } /* みだし */
h4  { line-height: 1.2em; font-weight: bold; text-decoration: none; margin-top: 1em;} /* 小みだし*/





.tp01 { font-weight: bold; color: #000000;} /* みだし */
.cp01 { font-weight: normal; color: #333333; line-height: 1.2em; } /* キャプション：行数多い、グレー */
.sp11 { font-weight: normal; line-height: 1.2em; color: #333333; text-indent: 1em; text-decoration: none; } /* 文章：段落インデント指定 */
.sp11q { font-weight: normal; line-height: 1.2em; color: #990033; text-decoration: none; } /* 文章：段落インデント指定_インタビュアー */
.cp03 { font-weight: normal; color: #000000; } /* キャプション：1行レベル、黒 */



#bold { font-weight: bold; } /* 文字、太く */
#white { color: #ffffff; } /* 文字、白 */
#darkyellow { color: #cc6600; } /* 文字、ダークイエロー */
#whitebold { color: #ffffff; font-weight: bold; } /* 文字、太く白 */
#black { color: #000000; } /* 文字、黒 */
#gray333 { color: #333333; } /* 文字、黒に近いグレー */
#grayeee { color: #eeeeee; } /* 文字、白に近いグレー */
#ablue { color: #666699; } /* 文字、明るいブルー */
#aopera { color: #cc6666; } /* 文字、明るいピンク */
#brown { color: #996633; } /* 文字、ブラウン */
#mosgreen { color: #336633; } /* 文字、モスグリーン */


#dl { text-align: right; font-size:80%;}

.graph { margin: 20px 20px 30px 35px; }
.graph th { font-weight: normal; }
