body {
	letter-spacing: 1px;
	text-align: center; /* IE 向けセンタリング指定 */
}

#container {
	margin: 0 auto; /* Firefox 向けセンタリング指定 */
}

TD {
	letter-spacing: 1px;
}

TH {
	color: white;
	background-color: #339999;
	letter-spacing: 1px;
}

DT {
	color: #079db8;
	font-size: 110%;
	font-weight: bold;
}

DD {
	font-size: 90%;
}

H2 {
	color: #339999;
}

OL {
	font-weight: bold;
	color: #339999;
	line-height: 120%;
}

UL {
	line-height: 120%;
	list-style-position: outside;
}

LI {
	font-size: 95%;
	line-height: 120%;
	color: black;
	font-weight: normal;
}


