@charset "utf-8";
/* CSS Document */

.qa {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 12px;
	margin-left: 5px;
	margin-bottom: 0px;
}

.item_list dl {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 5px auto;
	clear: left;
	width: 580px;
}

.item_list dt {
	margin-top: 3px;
	color: #CC0000;
}

.item_list dd {
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}

.item_list em {
	font-weight: bold;
}
