@charset "utf-8";

/*====================================
文字サイズ制御スタイル
====================================*/

body{font-size:75%; line-height:150%;}
html>/**/body{font-size:12px; line-height:150%;}

.small{font-size:85%; line-height:150%;}
html>/**/.small{font-size:10px; line-height:150%;}

/*====================================
文字サイズ変更ボタンの表示切替
====================================*/

#size_btn01 a {width:32px; background:url(../img/txt_size_s.gif) no-repeat 0 0;}
#size_btn02 a {width:32px; background:url(../img/txt_size_m.gif) no-repeat 0 -21px;}
#size_btn03 a {width:30px; background:url(../img/txt_size_l.gif) no-repeat 0 0;}
