@charset "utf-8";
@import url("default.css"); 
@import url("colors.css"); 
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%・21px = 161.6%%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */
body {
    font-family: "Hiragino Mincho Pro W3", "ヒラギノ明朝 Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

input, textarea {
    font-family: "Hiragino Mincho Pro W3", "ヒラギノ明朝 Pro W3","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* ===================================================================
 共通指示
=================================================================== */
ul{list-style-type: none;}

.listFloat li{
    display: block;
    float: left;
}

.clear_both{clear: both;}

/* ===================================================================
 リンク指定　色以外
=================================================================== */
a{text-decoration: none;}
a:hover{text-decoration: underline;}

.bold{font-weight:bold;}
