﻿body
{
    background-position: right bottom;
    margin: 0px; 
    background-image: none;
    background-repeat: no-repeat;
}
img
{
    display: none;
}
.print-hidden
{
    display: none;
}
.print-only
{
    display: block;
}
.print-show
{
    display: block;
}
.left, .right
{
    display: none;
}
.top
{
    height: 186px;
    width: 100%;
}
.top h1, .top p
{
    color: #000000
} 

h1, h2, h3, h4, h5, h6 
{
    color: #000000; 
    font-family: "Copperplate Gothic Light"; 
    font-weight: normal; 
    text-align: center
}
	
h1 
{
    font-size: 36pt;
}
h2 
{
    font-size: xx-large;
}
h3 
{
    font-size: x-large;
}
h4 
{
    font-size: large;
}
h5 
{
    font-size: medium;
}
h6 
{
    font-size: small;
}
	
p 
{
    font-family: Gill Sans MT, Arial, Sans-Serif
}

h3 a 
{
    text-decoration: none; 
    color: #000000; 
    font-family: Gill Sans MT, Arial, Sans-Serif; 
    font-size: x-large;
}
h3 a:visited 
{
    color: #000000;
}
h3 a:hover 
{
    text-decoration: underline; 
    color: #000000;
}

.style1 
{
    background-color: #336699; 
    color:#ffffff; 
    text-align: center; 
    font-family: Gill Sans MT, Arial, Sans-Serif
}

a
{
    color: #222222;
    text-decoration: underline;
    font-size: medium;
    font-family: Gill Sans MT, Arial, Sans-Serif;
}
a:visited
{
    color: #222222;
}

li 
{
    font-family:Gill Sans MT, Arial, Sans-Serif;
}
.style2 
{
    color: #222222;
}
li b 
{
    color: #222222;
}
ul li 
{
    list-style-type:hiragana;
}
ul ul li 
{
    list-style-type:katakana;
}