@charset "utf-8";

/*******************************************
 * フォント関連設定
-******************************************/


/*
 * Style Name: fonts Stylesheet
 * Style URL: http://2xup.org/common/css/fonts.css
 * Description: font Stylesheet.
 * Version: 1.5
 * Last Up Date: 2006-10-17T10:34:43+09:00
 * Author: Taichi Kaminogoya
 * Author URL: http://2xup.org/
 * Author Email: mail[at]2xup.org
 *
 * The CSS and design is released under GPL: http://www.gnu.org/licenses/gpl.html
 * 2xUP で利用している CSS ファイル、デザインは GPL ライセンス（クレジットを残し、第三者にも改変・再配布を認めるという条件で改変・再配布可）を適用しています。
 *
 * Markup Reference: http://2xup.org/common/css/style-guide.pdf
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * This Stylesheet was based on Yahoo! UI Library's Fonts CSS.
 * Copyright (c) 2006, Yahoo! Inc. All rights reserved.
 * http://developer.yahoo.com/yui/fonts/
 * http://developer.yahoo.net/yui/license.txt
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 */

body {
  font-family: Meiryo, Verdana, sans-serif;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

table {
  font-size: 100%;
}

select, input, textarea {
  font-family: Meiryo, Osaka, "MS P Gothic", Arial, sans-serif;
  font-size: 99%;
}

pre, code, samp, kbd, var {
  font-family: Consolas, Monaco, monospace;
  font-size:100%;
}

sub, sup {
  font-size: 50%;
}
