@charset "utf-8";

body {
	background-color: #000;
	background-image: url(../images/touhoss/tenko.jpg);
}

a {
	font-weight: bold;
	color: #0FF;
	text-decoration: underline;
}


a:visited {
	color: #FC3;
}
a:hover {
	color: #FCC;
}
a:active {
	color: #0FF;
}
.maintitle h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #F9C;
	text-decoration: underline;
	margin-bottom: 10px;
}
p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #F90;
	text-decoration: underline;
	margin-bottom: 10px;
	margin-top: 10px;
}
