/* CSS Document */

#content  {
	font-size: 158%;
	/*\*/
		*font-size: 133%;    /*win IE用のサイズ指定*/
 /**/
}
#content {
	font-size: 133%;
	/*\*/
		*font-size: 116%;    /*win IE用のサイズ指定*/
 /**/
}




#changecss li#fsmall a {
	background-position: 0px top;
	width:24px;
}
#changecss li#fmiddle a {
	background-position: -24px top;
	width:41px;
}
#changecss li#flarge a {
	background-position: -65px bottom;
	width:23px;
}