@charset "utf-8";

/*--------------------------------------
	default
--------------------------------------*/

#contents dl {
	background-color: #efb;
	border-bottom: 1px #ccc dashed;
}

#contents dl dt {
	float: left;
	clear: left;
	width: 6.5em;
	padding-top: 0.5em;
	padding-left: 0.8em;
	border-top: 1px #ccc dashed;
}
* html #contents dl dt {
	width: 7.3em;
}

#contents dl dd {
	margin-left: 7.5em;
	padding: 0.5em 0 0.5em 0.9em;
	border-top: 1px #ccc dashed;
	background-color: #fff;
}

* html #contents dd.pp{
	text-indent:-0.25em;
}
* html dd.align {
	padding-left: 0.6em;
}

/*--------------------------------------
	simple
--------------------------------------*/
#contents dl.simple {
	background-color: transparent;
	border-bottom: 0;
}

#contents dl.simple dt {
	float: none;
	width: auto;
	margin-right: 10px;
	padding-left: 0;
	border-top: 0;
}
* html #contents dl.simple dt {
	width: auto;
}

#contents dl.simple dd {
	margin-left: 0;
	padding: 0.2em 0 0.2em 1em;
	border-top: 0;
	background-color: transparent;
}


/*--------------------------------------
	long
--------------------------------------*/

#contents dl.long dt {
	width: 9.5em;
}
* html #contents dl.long dt {
	width: 10.3em;
}
#contents dl.long dd {
	margin-left: 10.5em;
}

