/* CSS Document */

#content  {
	font-size: 110%;
	/*\*/
		*font-size: 100%;    /*win IE用のサイズ指定*/
 /**/
}
#content {
	font-size: 92%;
	/*\*/
		*font-size: 84%;    /*win IE用のサイズ指定*/
 /**/
}




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