/*----------------------商品一覧--*/
div#boxnavi { width:570px; height:230px; float: left; }
dl{ width: 130px; float: left; padding: 5px; color:#333; font-size: small; height: 200px; margin: 0; }
dl dt { padding: 5px; font-weight: bold; text-align: center; }
dl dd { margin: 0; padding: 0; border-top: thin dotted silver; }
dl dd ul {margin: 0; padding: 0;}
dl dd ul li { font-size: small; text-decoration: none; list-style-type: none; padding: 5px 0 0 8px; }
dl dd p { margin: 0; text-align: right; }

/*----------------------更新情報テーブル--*/
table { width:500px; margin-bottom:10px; padding: 5px; border-style: none; }
table.tab1 { table-layout:auto; background:#f6f6f6; }
table.tab2 { color: #666; table-layout:fixed; } /*--topページの更新情報--*/
td { padding:5px 2px 8px; } 





