@charset  "UTF-8";
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
 
body {
  margin:0;
  padding:0;
  font:14px 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
/*
  *font-size:small;
  *font:x-small;
  *font-size:75%;
*/
}
body * {
  line-height:1.22em;
}
table {
  font-size:inherit;
  font:100%;
}
select, input, textarea {
  font:99% 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
}
pre, code {
  font:115% monospace;
  *font-size:100%;
}
h1, h2, h3, h4 {
  margin:0;
  padding:0;
}
a,img {
  border: none;
  font-weight: bold;
}

