HIRAGAR

斜体で表示されるem要素のスタイルを変更するには

	<style>
	em {
	  font-weight: bold;
	  font-style: normal;
	}
	</style>