
/*======================================

    1-1.Yahoo UI Library Fonts CSS
    http://developer.yahoo.com/yui/fonts/
    *Copyright (c) 2006, Yahoo! Inc. All rights reserved.
    *http://developer.yahoo.com/yui/license.txt

    Font-size Adjustment

    77% = 10px	|	122% = 16px	|	167% = 22px
    85% = 11px	|	129% = 17px	|	174% = 23px
    93% = 12px	|	136% = 18px	|	182% = 24px
    100% = 13px	|	144% = 19px	|	189% = 25px
    107% = 14px	|	154% = 20px	|	197% = 26px
    114% = 15px	|	159% = 21px	|

   （※Opera対応のため92%→93%、152%→154%になっています）

=======================================*/

body{
    font-size: 13px; /* 基本フォントサイズ */
    *font-size: small; /* IE7およびIE6標準準拠モード用 */
    *font: x-small; /* IE6後方互換モード用 */
/*  font-family: Verdana, arial, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka";　*/
    font-family: "ＭＳ Ｐゴシック", verdana, arial, sans-serif;　/* 元もとのGoo-netページと違和感がいないようにfont-familyを書き換え */
}

textarea,
input,
select{
    font:99% arial,helvetica,clean,sans-serif;
}

table{
    font-size:inherit;
    font:100%;
}

pre,code,kbd,samp,tt{
    font-family:monospace;
    *font-size:100%;
    font:115% monospace;
    line-height:100%;
}

