/*--------------
 * 文字サイズ
 */
H1 {font-size: 15pt;}
H2 {font-size: 14pt;}
H3 {font-size: 13pt;}
H4 {font-size: 12pt;}
H5 {font-size: 11pt;}
H6 {font-size: 10pt;}

body, table, div, span, p {font-size: 11pt;}

.small    {font-size: 9pt;}
.xsmall   {font-size: 8pt;}
.xxsmall  {font-size: 7pt;}
.xxxsmall {font-size: 6pt;}

.ad,   .mail,    .cmt,
.ad p, .mail p,  .cmt p,
.summary, .date {font-size: 9pt;}

div table table {font-size: 10pt;} /*取引内容の部分のみ*/

.keywords {font-size: 8px;}


/*--------------
 * 文字配置
 */
body, table, div, span, p, H1, H2, H3, H4, H5, H6 {text-align: left;}
.center {text-align: center;}
.date {text-align: right;}


/*-------------
 * 文字色
 */
.red, .blue, .black, .white {font-weight: bold;}
.red   {color: red;}
.blue  {color: blue;}
.black {color: black;}
.white {color: white;}

.keywords {color: #bbf;}
