@charset "utf-8";

/*--------------------------------------
	共通nostyle
	h3, h4
	のスタイルをデフォルトに戻す。
--------------------------------------*/

body #content div.h2_document h3,
body #content div.h3_document h4 {
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
	background-color: transparent;
	background-image: none;
}