@charset "utf-8";

body {
	background-color: #000;
	background-image: url(../images/touhoss/tenko.jpg);
}
a {
	font-weight: bold;
	color: #0FF;
	text-decoration: none;
}


a:visited {
	color: #FC3;
}
a:hover {
	color: #FCC;
}
a:active {
	color: #0FF;
}

.maincontent {
	margin-bottom: 20px;
}

.maincontent h1 {
	color: #F9C;
	font-weight: bolder;
	text-decoration: underline;
	font-style: italic;
	font-size: 18px;
	padding-bottom: 5px;
}
.maincontent h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #F33;
	text-decoration: underline;
	padding-bottom: 5px;
}
.maincontent h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #09F;
	text-decoration: underline;
	padding-bottom: 5px;
}

.maincontent p {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow: visible;
	color: #FFF;
}
