body {
	font-size: small;
	background-image: url(img/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 135%;
}
a:link {
	color: #009100;
	text-decoration: underline;
}
a:visited {
	color: #009100;
	text-decoration: underline;
}
a:hover {
	color: #91CB0F;
	text-decoration: underline;
}

.listing {
	line-height: 200%;
	width: 150px;
	margin-left: 15px;
	background-image: url(parts/dot_line01.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	font-size: 12px;
	color: #333333;
}

.listing ul {
	margin: 0;
	padding-left: 20px;
	padding-bottom: 5px;
	list-style-type: disc;
}

.listing li {
	text-align: left;
	color: #999999;
	line-height: 130%;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.emphasis01 {
	font-size: large;
	line-height: 140%;
	color: #F94100;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}
.emphasis02 {
	font-size: medium;
	line-height: 140%;
	color: #009100;
	margin-top: 5px;
	margin-bottom: 2px;
}