@charset "utf-8";
/*
 * Style Name: Kotonoharoll sample stylesheet(1)
 * Style URI: http://purpr.in/sample/kotonoha/sample1.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.kotonoha-maru a { color: #039; text-decoration: none; line-height:1.1; }
ul#kotonoha-roll li.kotonoha-maru a:link { color: #039; text-decoration: none; line-height:1.1; }
ul#kotonoha-roll li.kotonoha-maru a:visited { color: #039; text-decoration: none; line-height:1.1; }
ul#kotonoha-roll li.kotonoha-maru a:active { color: #039; text-decoration: none; line-height:1.1; }
ul#kotonoha-roll li.kotonoha-maru a:hover { color: #fff; text-decoration: none; background-color: #039; line-height:1.1; }

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

/* コトの回答数表示 */
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;
}
