* {
    scrollbar-base-color: #000000;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-arrow-color: #FF0000;
    margin: 0;
    padding: 0;
	font-size: 12px;
    font-family: Verdana, Arial, sans-serif;

}

/* リンク */
a,a:link,a:visited {
	color: #aabbaa;
	text-decoration: none;
}
a:hover {
	color: #ee5050;
	text-decoration: none;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 1;
    color: #222222;
}

/* 段落 */
p {
    margin-top: 5px;
    margin-bottom: 5px;
}

body {
	width: 100%;
	text-align: center;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(./logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#main {
	width: 390px;margin: 10px auto 10px;
}

.content {
	text-align: left;

}
div.normal {
	font-size: x-small; text-indent: 0em; line-height: 130%; letter-spacing: 1pt;
}
div.comment {
	font-size: x-small; margin-left: 15pt; text-indent: 10pt; line-height: 130%; letter-spacing: 0pt;
}
div.n1 {
	font-size: x-small; text-indent: 0em; line-height: 130%; letter-spacing: 0pt;
}
div.n2 {
	font-size: x-small; text-indent: 0em; line-height: 130%; letter-spacing: 1pt;
}
div.link {
	text-indent: 0em;
	letter-spacing: 0pt;
	color: #FF8080;
	font-size: x-small;
	line-height: 130%;
}
div.minimal {
	font-size: xx-small; text-indent: 0em; line-height: 110%; letter-spacing: -1pt;
}
div.title {
	font-size: x-large;
	text-indent: 0em;
	line-height: 100%;
		line-height: 280%;
	letter-spacing: 4pt;
}
div.poem {
	font-size: medium;
	text-indent: 0em;
	line-height: 280%;
	letter-spacing: 1pt;
}
div.index {
	font-size: 9pt; margin-left: 2px; text-indent: 0em; line-height: 120%; letter-spacing: 0pt;
}
div.line {
	font-size: xx-small; text-indent: 0em; line-height: 250%; letter-spacing: 0pt;
}


/* タイトルバナー */
#banner {
    padding: 15px;
    border-bottom: 1px solid #0c0c0c;
    color: #999999;
    background: #8fabbe;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url("title.jpg");
    text-align: right;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #ff0022;
    font-size: 32px;
	font-weight: bold;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner h2 {
    color: #ffffff;
    font-size: 12px;
}
/* ナビゲーションバー全体のスタイル */
#navbar {
    text-align: right; /* 配置 */
    font-family: Verdana, Arial Black, sans-serif; /* フォントスタイル */
    font-weight: normal; /* フォントの太さ */
    font-size: 12px; /* フォントサイズ */
    width: auto; /* 全体の幅 */
    line-height: 150%; /* テキストの高さ */
}

/* リンクのスタイル */
#navbar a{
    background-color: #ffffff; /* 背景色 */
    color:#666666; /* 文字色 */
    padding: 2px 5px 2px 5px; /* リンク文字のパディング */
}

/* リンクをポイントした時のスタイル */
#navbar a:hove {
	color: #FFFFFF;
	text-decoration: none;
	background: #FF4040;
