@charset "utf-8";
/* ===================================================================
CSS information

 file name  :font.css
 style info :共通（フォント通常サイズ指定）
=================================================================== */

#setFont .small a{
	width:22px;
	height:21px;
   background:url(../img/bt_top_small_off.gif) no-repeat; 
	}
#setFont .middle a{
	width:22px;
	height:21px;
   background:url(../img/bt_top_middle_on.gif) no-repeat; 
	}
#setFont .big a{
	width:23px;
	height:21px;
	background: url(../img/bt_top_big_off.gif) no-repeat;
	}
	
/*汎用クラス*/

#content {
    font-size: 110%;
}
#footer {
    font-size: 103%;
}
