@charset "utf-8";
/*
 * Style Name: Kotonoharoll sample stylesheet(2)
 * Style URI: http://purpr.in/sample/kotonoha/sample2.css
 * Description: コトノハ Roll をカスタマイズ用サンプルスタイルシートです。
 * Version: 1.0.0
 * Last Up Date: 2006-09-10T00:50:07+09:00
 * Author: purprin
 * Author URI: http://purpr.in/
 * Author Email: purprin[at mark]gmail.com
 */

/* リスト全体を囲む領域 */
ul#kotonoha-roll {
    margin: 8px 15px;
}

/* リストの項目一つ一つの領域 */
ul#kotonoha-roll li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* ○記号 */
ul#kotonoha-roll li span.kotonoha-maru {
    font-size: 16px;   /* ○の記号は、指定されたフォントの種類・ブラウザの種類によって大きさがまちまちなので完全に同じ大きさにするのは難しく、比較的どのブラウザでも我慢できるであろう大きさを指定してあります */
    _font-size: 12px;  /* Win IE 6 だけが読み込むハック */
    font-weight: bold;
    color: #6ba9ff;
    text-indent: 8px;
    _text-indent: -1px;  /* Win IE 6 だけが読み込むハック */
    }

/* &times;記号 */
ul#kotonoha-roll li span.kotonoha-batsu {
    font-size: 20px;
    _font-size: 16px;  /* Win IE 6 だけが読み込むハック */
    font-weight: bold;
    color: #ff8181;
    text-indent: 10px;
    _text-indent: -4px;  /* Win IE 6 だけが読み込むハック */
    }

/* リンク色（アンカー全般・リンク・訪問済み・アクティブ・マウスカーソルをあわせた時、の順） */
ul#kotonoha-roll li a { color: #36f; text-decoration: none; }
ul#kotonoha-roll li a:link { color: #36f; text-decoration: none; line-height:1.2; }
ul#kotonoha-roll li a:visited { color: #36f; text-decoration: none; line-height:1.2; }
ul#kotonoha-roll li a:active { color: #36f; text-decoration: none; line-height:1.2; }
ul#kotonoha-roll li a:hover { color: #36f; text-decoration: underline; line-height:1.2; }

/* コトの回答数表示 */
ul#kotonoha-roll li a span.kotonoha-count {
    color: #666;
    font-size: 10px;
}

/* コトに対するコメント表示 */
ul#kotonoha-roll li div.kotonoha-comment {
    margin: 4px 0 0 0;
    color: #666;
    font-size: 10px;
}
