@charset "utf-8";
/* formatting style
-------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "MS UI Gothic", sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	color: #333333;
	background-color: #CCCCCC;
}
/* link styles
-------------------------------*/
a img {
	border-style: none;
}
hr {
	display: none;
}

a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #6699FF;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}


/* style
-------------------------------*/
.style1 {
    color: #00326E;
}

.style2 {
    color: #FF0000;
    font-weight: bold;
    font-size: 120%;
}
.style3 {
	color: #FF6666;
}
.style4 {
	color: #FF0000;
	font-weight: bold;
	font-size: 120%;
}
.style5 {
	color: #FF0000;
	font-weight: bold;
}
.style6 {
	color: #FF0000;
}

.style7 {
	font-size: 90%;
	font-weight: normal;
	vertical-align: text-top;
	line-height: 1.5em;
}
.style8 {
    color: #0000FF;
}