/* Authorized by kaz3275 */

/* コンテンツのスタイル指定 */

    body        {font-size: 10pt; line-height: 13pt; letter-spacing: 2px;}
    .box        {border-width: 1px; border-style: solid; border-color: dimgray;
                 background: whitesmoke; padding: 0.5em; width: 930px;}

    .title      {font-size: 12pt;}
    .titleEg    {color: gray; font-size: 10pt; font-style: italic; line-height: 8pt; text-indent: 1em;}
    .composer   {font-size: 10pt; text-indent: 1em;}
    .composerEg {color: gray; font-size: 8pt; font-style: italic; line-height: 8pt; text-indent: 1em;}

    table       {line-height: 10pt;}
    .create     {color: rosybrown; font-size: 8pt; letter-spacing: 0;}
    .create2    {color: silver; font-size: 8pt; letter-spacing: 0;}
    .list       {font-size: 10pt;}
    .list2      {color: gray; font-size: 8pt}
    .listEg     {color: gray; font-size: 8pt; font-style: italic; line-height: 8pt;}
    .time       {color: maroon; font-size: 10pt; font-weight: bold;}
    .size       {color: gray; font-size: 8pt;}

    .comment    {color: darkorange; font-size: 8pt; font-weight: bold;}
    .sup        {font-size: 10pt; font-weight: bold; position: relative; top: -1ex;}
    .machine    {font-size: 12pt; font-weight: bold;}

    a           {text-decoration: underline;}
    a:link      {color: blue;}
    a:visited   {color: blue;}
    a:active    {color: blue;}
    a:hover     {color: gold; text-decoration: none;}
