/* document.css 2004-07 無責任、無保証ですが、使いたい方はご自由にどうぞ */

body {
color: #ffffff;
background-color: #000000;
margin: 0 0 0 5;
}

/* 本文 */
h1 {
font-size: 100%;
font-weight: normal;
}

/* 見出し 灰色バック-黒文字 */
h2 {
font-size: 110%;
font-weight: bold;
color: #ffffff;
background-color: #666666;
line-height: 200%;
}

/* 小見出し 濃い灰色バック-白文字 */
h3 {
font-size: 105%;
font-weight: bold;
color: #ffffff;
background-color: #444444;
line-height: 170%;
}


/* ページ最初の更新日など小文字用 */
h5 {
font-size: 80%;
font-weight: normal;
}

/* ページ見出し用 */
h6 {
	font-size: 200%;
	font-weight: bold;
	text-align: center ;
	line-height: 200%;
	text-decoration: underline;
}
