@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

body {
    padding : 16px;
}

h1 {
    margin-bottom    : 8px;

    width            : 420px;

    font-weight      : normal;
}

h2
{
    color            : #234764;
    background-color : transparent;

    font-size  : 9pt;
}

h1
{
    color            : #366d9c;
    background-color : transparent;

    font-size        : 16pt;
}

table {
    border-top-style  : solid;
    border-top-color  : #666666;
    border-top-width  : 1px;
    border-left-style : solid;
    border-left-color : #666666;
    border-left-width : 1px;

    width             : 420px;
}

th, td
{
    border-right-style  : solid;
    border-right-color  : #666666;
    border-right-width  : 1px;
    border-bottom-style : solid;
    border-bottom-color : #666666;
    border-bottom-width : 1px;
}

th
{
    padding-top      : 2px;
    padding-bottom   : 2px;

    color            : #000000;
    background-color : #eeeeee;
}

td
{
    padding-top    : 2px;
    padding-right  : 8px;
    padding-bottom : 2px;
    padding-left   : 8px;
}

p.operation
{
    margin-top : 8px;

    width      : 420px;

    text-align : center;
}

p.operation a:link
{
    text-decoration : none;
}

p.operation a:visited
{
    text-decoration : none;
}

p.operation a:hover
{
    text-decoration : underline;
}

p.operation a:active
{
    text-decoration : underline;
}

p.tosite
{
    font-size  : 9pt;
    text-align : right;
    width      : 420px;
}
