XHTMLソース
<div class="section"> <h2>タイトルが入ります</h2> <p>本文が入ります。</p> </div>
CSSソース
.section { width: 390px; margin: 0 auto 10px; background: #C0C217 url(img/bg_bottom.gif) no-repeat left bottom; color: white; } .section h2 { padding: 10px 10px 5px 10px; margin: 0; background: #C0C217 url(./img/bg_top.gif) no-repeat; font-size: 1.4em; } .section p { margin: 0; padding: 0 10px 10px; font-size: 1.2em; }