/*----------------------商品一覧ページ--*/
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 a {text-decoration: none; }
dl dd ul a:hover { text-decoration: underline; }
dl dd ul li { font-size: small; list-style-type: none; padding: 5px 0 0 8px; }
dl dd p {margin: 0; text-align: right;}
