/* --- 見出しエリア --- */
div.heading {
width: 900px; /* 見出しエリアの幅 */
margin-bottom: 1em;
padding-bottom: 2px; /* 見出しエリアの下パディング */
border-bottom: 2px #cccccc solid; /* 見出しエリアの下境界線 */
font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}

/* --- 見出し1 --- */
div.heading h3.hd1 {
width: 180px; /* 見出しの幅 */
margin: 0;
padding: 9px 110px 4px 10px; /* 見出しのパディング（上右下左） */
background: url(images/heading_back2.gif) no-repeat right top; /* 見出しの背景 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;

}

/* --- 見出し2 --- */
div.heading h3.hd2 {
width: 400px; /* 見出しの幅 */
margin: 0;
padding: 9px 110px 4px 10px; /* 見出しのパディング（上右下左） */
background: url(images/heading_back2.gif) no-repeat right top; /* 見出しの背景 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}