body {
    color: #000000;
    background-color: #eeefff;
    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;
}

h5
{
    font-family :  "ＭＳ ゴシック",sans-serif;
    font-size   :   11pt;
    margin-top  :   5;
    margin-bottom  :  2;
	font-weight :normal; 
}

TD
{
    font-family :  "ＭＳ ゴシック",sans-serif;
    font-size   :   10pt;
    margin-top  :   5;
    margin-bottom  :  2;
}


.S7
{
    font-size   :   7pt;
}
.S8
{
    font-size   :   8pt;
}
.S10
{
    font-size   :   10pt;
}
.S11
{
    font-size   :   11pt;
}

.S12
{
    font-size   :   12pt;
}

.S14
{
    font-size   :   14pt;
}

.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;
}

ul
{
    margin-top  :   2;
    margin-left  :  22;
    font-size   :   11pt;
}




A:link {
		color:#0000CC; 
		text-decoration:none; 
		font-weight:bold; 
		text-decoration: underline;
		font-size:10pt;
		}
			
A:visited {
		color:#0000CC; 
		text-decoration:underline; 
		font-weight:bold;
		font-size:10pt;
		}
			
A:active {
		color:#0000CC; 
		text-decoration: underline; 
		font-weight:bold;
		font-size:10pt;
		}
			
A:hover {
		color:#AAEEFF;
		background:#000099; 
		text-decoration: none; 
		font-weight:bold;
		font-size:10pt;
		}

A:hover.title {
		background:#eeefff; 
		}

