
/* サイドメニュー表示 */
#catalogdownload { width: 180px; margin: 1em auto; text-align: left; color: #fff; height:70px; overflow: hidden; }
#catalogdownload h3 { color: #DD2; font-weight: bold; }
#catalogdownload ul	{ margin: 0; padding: 0; list-style-type: none; }
#catalogdownload ul li	{ background: url(cat-item-bg.png) no-repeat; margin-bottom: 1px; padding-left: 14px; font-size: 0.9em; }
#catalogdownload a { color: #fff; text-decoration: none; }
#catalogdownload a:hover { color: #ffb400; text-decoration: none; }