body {
    color: #000000;
    background-color: #000099;
    font-size   :   11pt;
}

h1
{
    font-family :  "ＭＳ ゴシック",sans-serif;
    font-weight :   bold;
    font-size   :   18pt;
    background  :   navy;
    color       :   white;
    padding     :   5;
    text-align  :   center;
    margin-bottom  :   2;
}

h2
{
    font-family :  "ＭＳ ゴシック",sans-serif;
    font-size   :   14pt;
    margin-top  :   5;
    margin-bottom  :  2;

}

h3
{
    font-family :  "ＭＳ ゴシック",sans-serif;
    font-size   :   11pt;
    margin-top  :   5;
    margin-bottom  :  2;
}
h4
{
    font-family :  "ＭＳ ゴシック",sans-serif;
    font-size   :   9pt;
    margin-top  :   5;
    margin-bottom  :  2;
}


TD
{
    font-family :  "ＭＳ ゴシック",sans-serif;
    font-size   :   10pt;
    margin-top  :   5;
    margin-bottom  :  2;
}


.S7
{
    font-size   :   7pt;
}
.S8
{
    font-size   :   8pt;
}
.S9
{
    font-size   :   9pt;
}
.S10
{
    font-size   :   10pt;
}
.S11
{
    font-size   :   11pt;
}

.CR
{
    font-family :  "ＭＳ ゴシック",sans-serif;
    font-size   :   8pt;
    font-style	:	italic;
	text-align	:	right;
}

.migi
{
    font-family :  "ＭＳ ゴシック",sans-serif;
    font-size   :   8pt;
	text-align	:	right;
}


A:link	{
		color:#eeeeff; 
		text-decoration:none; 
		font-weight:bold; 
		text-decoration: none;
		}
A:visited {
		color:#eeeeff; 
		text-decoration:none; 
		font-weight:bold;
		}
A:active {
		color:#eeeeff; 
		text-decoration: none; 
		font-weight:bold;
		}
A:hover {
		color:#000099;
		background:#eeeeff; 
		text-decoration: none; 
		font-weight:bold;
		}


