
/* reset
--------------------------------------------------------- */
div#content div.entry div.entry-body dl,
div#content div.entry div.entry-body dl dt,
div#content div.entry div.entry-body dl dd {
	margin: 0;
	padding: 0;
	background: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	zoom: normal;
}

/* dl-basic
--------------------------------------------------------- */
div#content div.entry div.entry-body dl#dl-float-basic {
	margin: 0 0 15px;
	padding: 0 10px 10px;
	border: 7px #EEEEEE solid;
}
div#content div.entry div.entry-body dl#dl-float-basic dt {
	float: left;
	width: 7em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
}
div#content div.entry div.entry-body dl#dl-float-basic dd {
	padding: 10px 0 10px 7em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
}

/* dl-rich
--------------------------------------------------------- */
div#content div.entry div.entry-body dl#dl-float-rich {
	padding: 20px;
	background: url(img/bg_dl.gif) no-repeat 0 0;
}
div#content div.entry div.entry-body dl#dl-float-rich dt {
	float: left;
	width: 145px;
	margin-bottom: 10px;
	padding: 10px 0;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 1em;
	line-height: 150%;
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#content div.entry div.entry-body dl#dl-float-rich dd {
	margin-left: 145px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;
	padding: 10px 0;
	text-indent: 1em;
	line-height: 150%;
	background: url(img/bg_dd.gif) no-repeat 0 0;
}

/* dt-background-image */
div#content div.entry div.entry-body dl#dl-float-rich dt#blue {
	background-image: url(img/bg_dt_blue.gif);
}
div#content div.entry div.entry-body dl#dl-float-rich dt#brown {
	background-image: url(img/bg_dt_brown.gif);
}
div#content div.entry div.entry-body dl#dl-float-rich dt#orange {
	background-image: url(img/bg_dt_orange.gif);
}
div#content div.entry div.entry-body dl#dl-float-rich dt#pink {
	background-image: url(img/bg_dt_pink.gif);
}

