
/*css*/

/* {
	font-family:
		Arial,
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"ＭＳ Ｐゴシック",
		sans-serif;
	}*/
body{
	text-align:center;
	background-color:#1b9854;
	padding:0;
	margin:0;
	}
.txt {
	font-size: 12px;
	line-height: 1.7em;
	word-spacing: 0.2em;
	text-align:left;
}
a {
	color: #003399;
}
a:hover {
	color: #FF0000;
}

.point{
	color:#ffcc00;
	font-size: 12px;
	padding-right:5px;
	line-height: 1.7em;
	}
.copy {
	color:#999999;
	font-size: 12px;
	line-height: 1.7em;
}

.blue{
	color:#003366;
	}

.yellow{
	color:#999900;
	}

.green{
	color:#336600;
	}
