body {
	background: #FFFFFF;
	font: x-small "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
}
a {
	font-size: x-small;
}
a:link {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
a:visited {
	color: #666666;
}
.navigation {
	text-align: left;
	font-size: small;
	text-indent: 15%;
}
.navigation a {
	font-size: small;
}
.title {
	text-align: center;
	font-size: medium;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
}
.title a {
	font-size: medium;
}
.title h1 {
	font-size: xx-large;
}
.title h2 {
	font-size: x-large;
}
.title h3 {
	font-size: large;
}
.title h4 {
	font-size: medium;
}
.title h5 {
	font-size: medium;
	color: #FF0000;
}

.contents {
	text-align: center;
	color: #000066;
	font-size: medium;
}
.contents a {
	font-size: medium;
	margin-bottom: 1em;
	margin-top: 1em;
}
.contents li {
	margin-bottom: 1em;
	margin-top: 1em;
}

.contents h1 {
	font-size: xx-large;
}
.contents h2 {
	font-size: x-large;
}
.contents h3 {
	font-size: large;
}
.contents h4 {
	font-size: medium;
}
.contents_1 {
	text-align: left;
	color: #000066;
	font-size: medium;
	margin-top: 0em;
	margin-bottom: 2em;
	background: #CCFFFF;
	width: 600px;
	text-indent: 5%;
	padding: 1em;
}
.contents_2 {
	text-align: left;
	color: #000066;
	font-size: medium;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	background: #99FFCC;
	width: 600px;
	text-indent: 5%;

}
.contents ul {

	margin-bottom: 1em;
	margin-top: 1em;
}
