@charset "UTF-8";
/* definition_textsize */
.text1a{
font-size:10px !important; /*!important  に対応したブラウザに設定 (IE7,FF,Safari)*/
line-height:15px !important;
}

.text2a{
font-size:10px;
line-height:15px;}
  
.text3a{
font-size:12px;
line-height:140%;}

/*IE7用ハックでフォントサイズをimportantで上書き*/
 *+html body .text1a{
font-size:10px !important;
line-height:130% !important;}

 *+html body .text2a{
font-size:10px !important;
line-height:130% !important;}
  
 *+html body .text3a{
font-size:12px !important;
line-height:140% !important;}

/*IE6用上書き*/
.text1a{
font-size:10px;
line-height:130%;}

.text2a{
font-size:10px;
line-height:130%;}
  
.text3a{
font-size:12px;
line-height:140%;}

/* safari2用ハック*/
html:\66irst-child body .text2a{
font-size:10px;
line-height:130%;
}
 /* for Safari3用ハック */
body:first-of-type .text2a{
font-size:10px;
line-height:130%;
}
/* switch_on */
#textchange .textsmall a{background:url(../share/head_fonts.gif) no-repeat left bottom;}
#textchange .textmidium a{background:url(../share/head_fontm.gif) no-repeat top left;}
#textchange .textlarge a{background:url(../share/head_fontl.gif) no-repeat left top;}

