@charset "UTF-8";

/**
 * KEM.css - Kumanote Essential Modules for CSS
 *
 * revision   : 1
 * date       : 2010-05-19
 * style      : sans + small + meiryo
 *
 * released under the MIT License
 *   http://www.opensource.org/licenses/mit-license.html
 *
 * hosted by Google Code
 *   http://code.google.com/p/kem/
 *
 * Copyright (c) Kumanote kikaku corp.
 *   http://kumanote-kikaku.jp/
 **/

HTML,BODY,H1,H2,H3,H4,H5,H6,ADDRESS,BLOCKQUOTE,DIV,P,PRE,
SPAN,A,DL,DT,DD,OL,UL,LI,OBJECT,IMG,HR,SMALL,DEL,INS,
BUTTON,FIELDSET,FORM,LABEL,LEGEND,
CAPTION,COL,COLGROUP,TABLE,TBODY,TD,TFOOT,TH,THEAD,TR {
  font-size:100%;
  margin:0;
  padding:0;
  line-height:1.3;
}

BODY {
  font-size:81.25%;
  font-family:"Lucida Grande","Helvetica","Hiragino Kaku Gothic Pro","Meiryo","MS PGothic","Osaka",sans-serif;
}

PRE,SAMP,KBD,CODE,TT {
  font-family:"Osaka-mono","MS Gothic",monospace,sans-serif;
}

#footer {
  font-family:"Times New Roman","Times","Hiragino Mincho Pro","MS PMincho","Osaka",serif;
}
