@charset "UTF-8";

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/

body{
font:13px/1.231 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック','ＭＳ ＰGothic',sans-serif;
*font-size:small;*font:x-small;
}

* {
font-family: 
'メイリオ',Meiryo,
'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
Osaka,
'ＭＳ Ｐゴシック','ＭＳ ＰGothic',
sans-serif;
}

*:first-child+html  * {
font-family: 
'メイリオ',Meiryo,
'ＭＳ Ｐゴシック','ＭＳ ＰGothic',
sans-serif;
}

* html  * {
font-family: 
'メイリオ',Meiryo,
'ＭＳ Ｐゴシック','ＭＳ ＰGothic',
sans-serif;
}


select,input,button,textarea{
font:99% arial,helvetica,clean,sans-serif;
}
/* IE6以前で table へフォントサイズの継承がうまくいかない問題を回避 */
table{
font-size:inherit;
font:100%;
}
/* IE全般で pre や code の等幅フォントのサイズが小さくなる問題を回避 */
pre,code,kbd,samp,tt{
font-family:monospace;
*font-size:108%;
line-height:100%;
}