BODY,TH,TD,UL,OL,LI,P {
	font-family: "Hiragino Kaku Gothic ProN","CI", sans-serif;
}

H1 {
	font-size: small;
	font-weight: normal;
	color: white;
	background-color: #2e8b57;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 0em;
}

P {
	line-height: 1.7em;
}

A:hover {
	text-decoration: none;
	background-color: #2e8b57;
	color: #ffffff;
}

TD {
	color: #333333;
}

H2 {
	color: #2e8b57;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: medium;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2e8b57;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: green;
	background-color: #e6f7ed;
}

H3 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #2e8b57;
	color: #2e8b57;
	padding-left : 5px;
	font-size : medium;
	font-weight: normal;
}

LI {
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

