@charset "Shift-JIS"; /* Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.3.0 */ /* フォント 最終更新: 2008年09月26日 */ /*--------------------------------------------------デフォルトフォントサイズ*/ body { font:13px/1.22 "ヒラギノ角ゴ Pro W3","Meiryo","メイリオ",arial,helvetica,clean,sans-serif; *font-size:small; *font:x-small; } table { font-size:inherit; font:100%; } pre, code, kbd, samp, tt { font-family:monospace; *font-size:108%; line-height:99%; } /*--------------------------------------------------フォント色*/ * { color:#333333; } a { color:#08499C; } a:visited { color:#663399; } a:hover { color:#326633; } .font_red { color:#CC0000; } /*--------------------------------------------------サイト内フォントサイズ*/ h1,p,th,td,li,dt,dd { font-size:116%;/*15px*/ line-height:1.5; } h2,h3 { font-size:146.5%;/*19px*/ font-weight:bold; } h4 { font-size:131%;/*17px*/ font-weight:bold; } h5 { font-size:123.1%;/*16px*/ font-weight:bold; } h6 { font-size:116%;/*15px*/ font-weight:bold; } /* ボタン画像の置換 */ .font_large { background:url(../img/font_large_on.gif) no-repeat; text-decoration:none!important;/* FF,NC対策 */ border:0!important;/* FF,NC対策 */ } .font_normal:hover { background:url(../img/font_normal_on.gif) no-repeat; } /*EOF*/