@charset "UTF-8";
/*-------------------------------------------
 文字サイズ変更css サイズ：小
-------------------------------------------*/
body{
	font-size:8px;
/**/
	font-size:65%;
/**/
}
	table {
		font-size:12px;
	/**/
		font-size:100%;
	/**/
	}
#font_switch li#font_M a{ background:url('../img/font_size.png') -17px top  no-repeat}
#font_switch li#font_L a{ background:url('../img/font_size.png') -34px top no-repeat}
#font_switch li#font_S a{ background:url('../img/font_size.png') 0px bottom no-repeat}

