body {
	color: #00ff99;
	background-color: #000000;
	text-align: center;
}
/* 本文の色は明るい青緑　00ff99　作成当初は00ff80だったがＷｅｂカラーに変更　 */


a:link {
	color: #ffffff;
}
a:visited {
	color: #9900ff;
}
a:hover {
	color: #ffff00;
}

h1 {
	font-size: 1.4em;
	text-align: center;
	margin: auto;
	width: 710px;
}
h2 {
	font-size: 1.2em;
	text-align: center;
	margin: auto;
	width: 710px;
}
h3 {
	font-size: 1.1em;
	text-align: center;
	margin: auto;
	width: 710px;
}
/* 本文 */
p.text {
	text-align: left;
	margin: auto;
	width: 710px;
}
table.text {
	text-align: center;
	margin: auto;
	width: 710px;
}
/* 作品 */
p.art {
	text-align: center;
	margin: auto;
	width: 710px;
}
/* 作品の解説 */
p.exp {
	text-align: center;
	margin: auto;
	width: 710px;
}
/* リンク */
p.link {
	text-align: center;
	margin: auto;
	width: 710px;
}

/* 本文中に挿入した記事掲載の新聞・雑誌名　白　　すぱぺ */
span.paper {
	color: #ffffff;
}
/* 本文中に挿入した記事の標題　　　　　　　赤　　すぱへ */
span.headline {
	font-weight: bold;
	color: #ff0000;
}
/* 本文中に挿入した記事の副題　　　　　　橙　　すぱさぶ */
span.subtitle {
	color: #ff9900;
}
/* 本文中に挿入した記事の本文　　　　　　　黄色　すぱて */
span.text {
	color: #ffff00;
}
/* 本文中に挿入した作品名の部分　　　桃色・太字　すぱさ */
.work {
	font-weight: bold;
	color: #ff6699;
}
/* 本文中に挿入した藤井肇自身の解説文（個展案内状を含む）　明るい紫 */
span.hajime {
	color: #9999ff;
}

