/*********************************
 * 2003/02/23 h_east
 *********************************
 */
/* a		{ text-decoration:none; } */
a:link		{ color:#0040ff; }
a:visited	{ color:#204080; }
a:hover		{ color:#0040ff; }
a:active	{ color:#f0cf00; }

body {
	margin-left: 10px;
	margin-right: 10px;
    line-height:120%;
    font-size:16px;
    font-family:MS UI Gothic;
    color:#0f0f0f;
    background-color:#90c0c0;
}

.small {
    line-height:120%;
    font-size:10px;
}

.menu {
    line-height:120%;
    font-size:14px;
    font-family:MS UI Gothic;
    color:#000000;
    background-color:#bfe0dc;
}

hr {
    height:2px;
}

.normal_font {
    line-height:120%;
    font-size:14px;
}

.small_font {
    line-height:120%;
    font-size:10px;
}

.Bold {
    font-weight:bold;
}

.copyright {
    line-height:100%;
    font-size:14px;
	text-align:right;
}

h1 {
	text-align:center;
    font-size:20px;
    font-weight:bold;
    color:#f0e000;
}
