@charset "utf-8";
/*
 * Style Name: font Stylesheet
 * Style URI: http://purpr.in/common/stylesheets/font.css
 * Description: 要素別にフォントを定義するスタイルシートです。
 * Version: 1.0.0
 * Last Up Date: 2006-09-21T15:50:07+09:00
 * Author: purprin
 */

* {
    font-size: 100%;
    }

body {
    font-size: 90%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, sans-serif!important;
    }

kbd, pre, samp, code, tt {
    font-family: Consolas, "Letter Gothic", "Everson Mono", "Andale Mono", Monaco, "Lucida Console", monospace;
    letter-spacing: 0!important;
    }

div#contents p,
div#contents dl,
div#contents dt,
div#contents dd,
div#main li {
    letter-spacing: 1px;
    letter-spacing: 0.1ex;
    }

pre {
    _font-size: 90%; /* for Win IE6 */
    }

samp, code {
    font-size: 110%;
    }
