/* ========== Base ============= */
BODY {
	margin: 0px;
	font-family: "新ゴ", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック";
	font-size: 12px;
	color: #1E8817;
	line-height: 140%;
	background-color:#99CC33
}

P, TD, TH, LI {
	font-family: "新ゴ", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック";
	font-size: 12px;
	color: #1E8817;
	line-height: 140%;
}

.text {
	font-family: "新ゴ", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック";
	font-size: 12px;
	color: #1E8817;
	line-height: 140%;
}

/* ========== Link ============= */
A {
	text-decoration: none;
	font-family: "新ゴ", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック";
	font-size: 12px;
	color: #1E8817;
	line-height: 140%;
}

A:visited {
	text-decoration: none;
}

A:hover {
	color : #20A83D;
	text-decoration: underline;
}

A:active {
	text-decoration: none;
}

/* ========== Title ============= */
H1 {
	font-family: "新ゴ", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック";
	font-size: 22px;
	color: #20A83D;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 26px;
}

/* ========== Heading ============= */
H2 {
	font-family: "新ゴ", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック";
	font-size: 14px;
	color: #33A02C;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

/* ========== Caption ============= */
.caption {
	font-family: "新ゴ", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック";
	font-size: 10px;
	color: #1E8817;
	line-height: 150%;
}

/* ========== Index ============= */
.index {
	font-family: "新ゴ", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック";
	font-size: 10px;
	color: #1E8817;
	line-height:normal
}

.tableCenter {
	margin-left:auto;
	margin-right:auto;
}

