
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(./bg.gif);
	background-repeat: repeat;
	text-align: center;
	margin-top: 0px;
}

#container {
	width: 800px;
	max-width: 800px;
	margin: 6px auto 0 auto;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #999999;
}

#txtarea {
	width: 740px;
	max-width: 740px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}

#txtarea p{
	font-size: 100%;
	color: #cc0000;
	margin: 0 0 2em 0;
}

.black{ color: #000000; }



