@charset "UTF-8";

/**
@prefix : <http://purl.org/net/ns/doas#> .
</common/css/reset.css> a :CSSstylesheet;
 :shortdesc "reset.css";
 :dependencies [
 :name "Yahoo";
    :title "YUI Fonts CSS";
    :description "ブラウザ間のフォントサイズを揃えるライブラリ";
    :revisiton "YUI 3.5.0pr2 (build 4560)";
    :homepage <http://yuilibrary.com/>;
    :license <http://yuilibrary.com/license/>;
    :note "
        Font-size Adjustment.
            77% = 10px     |    123.1% = 16px    |    167% = 22px
            85% = 11px     |    131% =  17px     |    174% = 23px
            93% = 12px     |    138.5% = 18px    |    182% = 24px
            100% = 13px    |    146.5% = 19px    |    189% = 25px
            108% = 14px    |    153.9% = 20px    |    197% = 26px
            116% = 15px    |    161.6% = 21px    |
            "
    ] .
*/

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
    font: 13px 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS Pゴシック',arial,helvetica,clean,sans-serif;
    *font-size: small; /* for IE */
    *font: x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select, input, button, textarea { font: 99% arial,helvetica,clean,sans-serif; }

/**
 * To help tables remember to inherit
 */
table { font-size: inherit; font: 100%; }

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt { font-family: monospace; *font-size: 108%; line-height: 100%; }


/*----------------------------------------------------
    Reset
----------------------------------------------------*/
html {
    color: #312a06;
    background: #fff;
    overflow-y: scroll;
}
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset,
legend, input, textarea,
p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address, caption, cite, code,
dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
/* to enable resizing for IE */
input, textarea, select {
    *font-size:100%;
}
/* because legend doesn't inherit in IE */
legend {
    color:#000;
}

/* add */
img { vertical-align: bottom; }

/**
 * Eric Meyer's reset.css 2.0
 * http://meyerweb.com/eric/tools/css/reset/
 */
/*
:focus { outline: 0; }
fieldset, hr { border: 0; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
*/


/*----------------------------------------------------
    Link setting
----------------------------------------------------*/
a:link { color: #445e7e; text-decoration: underline; }
a:visited { color: #8f6fb5; text-decoration: underline; }
a:hover { color: #a89b5b; text-decoration: none; }
a:active { color: #8f6fb5; text-decoration: none; }
