document.write("<p>em要素は行内で<em style=\"font-style:italic; color:#222;\">強調</em>したい内容を示します。</p>");
document.write("<p>strong要素は行内で<strong style=\"font-weight:bold; border:none; color:#222;\">より強く強調</strong>したい内容を示します。</p>");
