@charset "Shift_JIS";
@import "common.css";

BODY	{					/* ドキュメント全体 */
	color:#ffffff;				/* 文字色：黒 */
	background-color:#6699cc;		/* 背景色 */
	font-style:normal;			/* フォントスタイル：標準 */
	font-weight:normal;			/* 文字太さ：標準 */
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size:90%;				/* フォントサイズ：12pt */
	text-align:left;			/* 文字揃え：左寄せ */
	text-indent:0pt;			/* インデント：0pt */
	line-height: 1.5em;
	margin:1em;				/* マージン：上下・左右 */
	}

H2 {
	font-size: large;
	font-weight: bold;
	background-color:#336699;		/* 背景色 */
	color:#ffffff;				/* 文字色：黒 */
	text-align:center;			/* 文字揃え */
	border: solid 1px #cccccc;
	margin: 0;
	padding: 0.2em;

}

H3 {
	font-size: large;
	font-weight: bold;
	color:#ffffff;				/* 文字色：黒 */
	background-color:#6699cc;		/* 背景色 */
	text-align: center;			/* 文字揃え */
	border: solid 1px #336699;
	margin: 0;
}

.quot {
	font-size: small;
	text-align: center;
	line-height: 1em;
}

div#comment {
	color: #6699cc;
	line-height: 1.5em;
	background-color:#ffffff;		/* 背景色 */
	border: solid 1px #336699;
	padding: 0.5em;
}