@charset "Shift_JIS";
/**** TopPage.css ****/

/*=== body, anchors ===*/
body {
}

a {
	text-decoration: none;
	cursor: default;
}
a:link {
	color: #00008B; /* darkblue */
}
a:visited {
	color: #00008B; /* darkblue */
}
a:hover {
	color: #4169E1; /* royalblue */
}
a:active {
	color: #808080; /* gray */
}

/*=== heading ===*/
h1,h2,h3,h4,h5,h6 {
	color: black;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
	text-align: center;
	font-size: "120%";
}

