.body .content .article ul.disc {
	margin-left: 5px;
}
.body .content .article ul.disc li {
	list-style-type: disc;
	text-indent: 0;
}
.body .content .article ol.decimal {
	margin-left: 10px;
}
.body .content .article ol.decimal li {
	list-style-type: decimal;
	text-indent: 0;
}
.body .content .article ol.kana {
	margin-left: 10px;
}
.body .content .article ol.kana li {
	list-style-type: katakana;
	list-style-type: none;
	text-indent: -1.5em;
}

