@charset "utf-8";
/* CSS Document */
/*base font*/
body { font-size:150%; }
/*ie7*/
*:first-child+html body { font-size:150%; }
/*ie5-6*/
* html body { font-size:150%; }

/*state*/
#fontsize ul li a.small {
  background: url(../img/fsize_small.gif) no-repeat top left;
}
#fontsize ul li a.small:hover {
  background: url(../img/fsize_small.gif) no-repeat top right;
}
#fontsize ul li a.middle {
  background: url(../img/fsize_middle.gif) no-repeat top left;
}
#fontsize ul li a.middle:hover {
  background: url(../img/fsize_middle.gif) no-repeat top right;
}
#fontsize ul li a.large {
  background: url(../img/fsize_large.gif) no-repeat top right;
}
#fontsize ul li a.large:hover {
  background: url(../img/fsize_large.gif) no-repeat top right;
}
/*changeFontSize*/
#changeFontSize a.small {
  background: url(../img/fsize_small.gif) no-repeat top left;
}
#changeFontSize a.small:hover {
  background: url(../img/fsize_small.gif) no-repeat top right;
}
#changeFontSize a.middle {
  background: url(../img/fsize_middle.gif) no-repeat top left;
}
#changeFontSize a.middle:hover {
  background: url(../img/fsize_middle.gif) no-repeat top right;
}
#changeFontSize a.large {
  background: url(../img/fsize_large.gif) no-repeat top right;
}
#changeFontSize a.large:hover {
  background: url(../img/fsize_large.gif) no-repeat top right;
}
#headerNavi{font-size:66%;}
#readspeaker_button1{font-size:66%;}
#siteSearch {font-size:66%;}
#siteSearch input#txtInput {font-size:87%;}
#siteSearch input#btnSubmit {font-size:87%;}