#spc {
	font-size: 1px;
	margin: 0;
}
#TextArea ol {
	position: relative;
	top: 4px;
	font-weight: bold;
	margin-top: 0;
}
#TextArea ul{
	position: relative;
}
#TextArea ul li {
	position: relative;
	font-weight: normal;
	text-indent: 0px;
}
#TextArea ul ul {
	position: relative;
	left: -20px;
}
#TextArea ul span {
	background: #fff;
	padding: 2px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#TextArea ol span {
	background: #fff;
	padding: 2px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#ex {
	color: #a00;
	list-style: url(./image/000_heed.gif);
}
#TextArea #img {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}
#TextArea #img span {
	font-size: 10pt;
	color: #b00;
}
#TextArea a {
	color: #00d;
	text-decoration: underline;
}
#TextArea a:hover {
	color: #ea0;
}
