@charset "utf-8";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/

/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

body {font:13px/1.231  "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial,sans-serif;*font-size:small;*font:x-small;}

table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
/*body * {line-height:1.22em;}*/


/*
#demo1 {font-size:77%;}  renders 10px  
#demo1 {font-size:85%;}  renders 11px 
#demo2 {font-size:93%;} renders 12px   
#demo2 {font-size:100%;} renders 13px   
#demo3 {font-size:108%;} renders 14px  
#demo4 {font-size:123.1%;} renders 16px  
#demo5 {font-size:138.5%;} renders 18px
*/


