/* 文字サイズボタン
----------------------------------------------------*/
body{
	font-size:85%;
}
#size {
	float : right;
	list-style : none ;
	background : url(font3.gif) no-repeat;
	width : 152px;
	height : 24px;
	margin : 3px 25px 0 0;
}

#size li {
	list-style : none ;
}

#size span {
	display : none;
}

#size a {
	display : block ;
	height : 24px;
	background : url(font3.gif) no-repeat;
	text-indent : -9999px ;
}

#size li {
	float:left;
}

#fn_01 a {width : 25px; margin : 0 0 0 75px;}
#fn_02 a {width : 25px;}
#fn_03 a {width : 27px;}

#fn_01 a { background-position : -75px top ; }
#fn_02 a { background-position : -100px top ; }
#fn_03 a { background-position : -125px top ; }

#fn_01 a:hover { background-position : -75px bottom ; }
#fn_02 a:hover { background-position : -100px bottom ; }
#fn_03 a:hover { background-position : -125px bottom ; }
