@charset "utf-8";
/*
 * Style Name: fonts Stylesheet
 * Style Path: /common/css/fonts.css
 * - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * This Stylesheet was based on YUI Library's Fonts CSS.
 * > Copyright (c) 2007, Yahoo! Inc. All rights reserved.
 * > Code licensed under the BSD License:
 * > http://developer.yahoo.net/yui/license.txt
 * > http://developer.yahoo.com/yui/fonts/
 */

body {
	font-family: Arial, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
	font-size: 13px;
    *font-size: small;
    *font: x-small;
	background: #FFFFFF;
}

table {
	font-size: inherit;
	font: 100%;
	color: #333333;
}

/* Mac IE5 文字化け対策に Mac 用日本語フォントファミリを記述 */
select, input, textarea {
    font-size: 99%;
    font-family: "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, Arial, Helvetica, sans-serif;
}

pre, code, var, samp {
    font: 100% "Courier New" , monospace;
}

textarea{
    font-size: 99%;
    line-height: 1.2em;
}

button {
    font-size: 94%;
}
