@charset "utf-8";
/*----------------------------------------
 *
 * Snappy Communications Inc. Design Team.
 * Last Update: 2008/05/27
 *
 * 注意：フォントサイズの相対値指定は
 * 　　　親要素のフォントサイズに対してとなる
 * 112.5% - 18px
 * 100%(default) - 16px
 * 87.5% - 14px
 * 75% - 12px
 * 例：
 * body 12px（75％）に対し子要素に83～84％を掛けると約10px
 *
----------------------------------------*/

body {font-size:87.5%; line-height:1.4em;}

#hedNavi {font-size:80%;}

/*固定*/
body.portalTop #okeRegistered dt,
body.portalTop #okeRegistered dd {font-size:12px;}

.txtxs {font-size:75%;}
.txts {font-size:87.5%;}
.txtm {font-size:100%;}
.txtl {font-size:115%;}
.txtxl {font-size:130%;}