@charset   "UTF-8";

div.box {
width: 498px; /* ボックスの幅 */
padding-bottom: 1px; /* ボックスの下パディング */
background: #ffffff url(../image/top_box2_498.gif) no-repeat bottom; /* ボックスの背景 */
font-size: 100%;
color: #000000;
}

/* --- 見出し --- */
div.box h2 {
margin: 0; 
padding-top: 7px;
padding-bottom: 7px;
padding-right: 10px;
padding-left: 10px;
background: #f9f9f9 url(../image/top_box1_498.gif) no-repeat top; 
border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
font-size: 100%; 
}

/* --- ボックス内の段落 --- */
div.box p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

