h1 {
	line-height: 2em;
	background-color: #009933;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}
h2 {
	font-size: 12px;
	line-height: 2em;
	text-align: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC3300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC3300;
	padding-left: 10px;
	color: #666666;
	margin-top: 15px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
#contents ul {
	text-align: left;
	font-size: 12px;
	color: #333333;
	line-height: 1.8em;
	padding-top: 10px;
	padding-left: 10px;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}
#contents li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009933;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
}
#contents .cmt {
	text-align: left;
	color: #006600;
	line-height: 1.4em;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
#contents dl {
	text-align: left;
	line-height: 1.4em;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#contents dt {
	font-weight: bold;
	color: #006633;
	padding-top: 5px;
}
#contents dd {
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
}
