@charset "utf-8";
/* CSS Document */

h1{
	font-size: 18px;
	margin-left: 10px;
	color: #009900;
	margin-bottom: 0px;
}
h2{
	margin-left: 20px;
	font-size: 14px;
	margin-bottom: 5px;
}
h3{
	margin-left: 20px;
	font-size: 12px;
	margin-bottom: 5px;
}
.table{
	border: thin solid #009966;
	margin-left: 20px;
	width: 750px;
	line-height: 20px;
	letter-spacing: 3px;
}
.table2{
	margin-left: 10px;
	width: 300px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #99CC99;
	border-right-color: #99CC99;
	border-bottom-color: #99CC99;
	border-left-color: #99CC99;
	
}

.text{
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

