@charset "shift_jis";
body {
	font-size: 1.2em;
	line-height: 180%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 20px;
}
a {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #99CCFF;
}
a:hover {
	background-color: #FFCC66;
	text-decoration: none;
	color: #000000;
}


a:active {
	text-decoration: none;
}

h1 {
	font-size: 1.6em;
	line-height: 140%;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
