

BODY	{					/* ドキュメント全体 */
	background-color:#7777cc;			/* 背景色：青っぽい？ */
	font-style:normal;			/* フォントスタイル：標準 */
	font-weight:normal;			/* 文字太さ：標準 */
	font-size:11pt;				/* フォントサイズ：12pt */
	text-align:left;			/* 文字揃え：左寄せ */
	text-indent:0pt;			/* インデント：0pt */
	color:white;				/* 文字色：白 */
	margin:30px 30px;				/* マージン：上下・左右 */
	}

DIV	{
	line-height:160%;			/* 行間増やしてみる */
	}

A:link	{
	color:#3333ff;				/* リンク：文字色 */
	}

A:visited	{
	color:#006600;				/* 既訪リンク：文字色 */
	}

A:active	{
	color:#ff9933;				/* リンククリック中：文字色 */
	}

.title	{					/* ページタイトル */
	font-size:18pt;
	}

.subtitle	{				/* ページサブタイトル */
	font-size : 14pt;
	}

 .lastedit	{				/* 最終更新日 */
 	text-align:right;			/* 文字揃え */
	 font-size : smaller;
	}

.serifurei	{				/* 綾波セリフ */
 	color : #3333dd ;
	 }

.serifuyanai	{				/* ミレアセリフ */
	color : #007733 ;
	}

.serifuasuka	{				/* アスカ様セリフ */
	color : #ff0000;
	}

.boso	{					/* 独り言 */
	font-size:9pt;
	}

.serifugendo	{				/* 司令セリフ */
	color : black ;
	}



