/* UNIディレクトリ内のHTMLに適用するスタイル */
dl{
	margin-left: 20px;
}
dt{
	font-weight: bold;
	background: #f90;
	padding: 5px;
}
dt:before{
	content: "■";
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
}
dd{
	margin-top: 15px;
	margin-bottom: 15px;
}
li{
	margin-bottom: 7px;
}