.gyoukan18 {
	line-height: 18px;
}
/* --- 見出しエリア --- */
div.heading {
width: 500px; /* 見出しエリアの幅 */
margin-bottom: 1em;
padding: 6px 7px; /* 見出しエリアのパディング（上下、左右） */
background: #f9f9f9 url(images/heading_back1.gif) repeat-x; /* 見出しエリアの背景 */
border: 1px #c0c0c0 solid; /* 見出しエリアの境界線 */
}

/* --- 見出し --- */
div.heading h3 {
margin: 0;
padding: 3px 0 0 16px; /* 見出しのパディング（上右下左） */
background: url(images/heading_square1.gif) no-repeat 0 0.2em; /* 見出しの背景 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}

/* --- ボックス --- */
div.section {
width: 500px; /* ボックスの幅 */
padding-bottom: 1px; /* ボックスの下パディング */
background: #ffffff url(images/maru1_500_bottom.gif) no-repeat bottom; /* ボックスの背景 */
font-size: 100%;
color: #000000;
}

/* --- 見出し --- */
div.section h3 {
margin: 0; /* 見出しのマージン */
padding: 7px 10px; /* 見出しのパディング（上下、左右） */
background: #f9f9f9 url(images/maru4_500_top.gif) no-repeat top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- ボックス内の段落 --- */
div.section p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}


.heading {
	background: #f9f9f9 url(images/heading_back1.gif) repeat-x;
	padding: 6px 7px;
	width: 500px;
	border: 1px #c0c0c0;
}

