﻿@charset "utf-8";
/* CSS Document */
#qaHTML{
	margin:1em 0;
}
#qaHTML dt.faq-q{
	margin:0.5em 0 0.3em 1em;
	text-indent:-1em;
    font-weight:bold;
    color:#06c;
}
#qaHTML dd.faq-a{
	margin:0.3em 0 0 1em;
	text-indent:-1em;
    font-weight:bold;
    color:#c00;
}
#qaHTML dd{
	line-height:1.4em;
}