/* ヒストリー */

/* ハイパーリンク */
ul.history a:link { text-decoration: none; color: #000000; }
ul.history a:visited { text-decoration: none; color: #000000; }
ul.history a:hover { text-decoration: underline; color: #000000; }
ul.history a:active { text-decoration: none; color: #333333; }

/* リスト */
ul.history { text-indent: 0px; margin-top: 0px; padding: 0px; margin-left: 5px; margin-right: 0px; margin-bottom: 0px; list-style-type: none; width: 600px; }
ul.history li { color: #666666; line-height: 2em; margin: 0px; padding-left: 10px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #cccccc; width: 600px; }
ul.history li:hover { background-color: #eeeeee; }

/* 子リスト */
ul.history li ul { background-color: transparent; text-indent: 0px; margin: 0px; padding: 0px; list-style-type: none; width: 500px; }
ul.history li ul li { font-size: small; color: #666666; line-height: 2em; margin: 0px; border-top-width: 1px; border-top-style: solid; border-top-color: #ffffff; border-left-style: none; padding-left: 10px; border-right-style: none; border-bottom-style: none; width: 500px; }
ul.history li ul li:hover { background-color: #dddddd; }
