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

#size li {
	list-style : none ;
}

#size span {
	display : none;
}

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

#size li {
	float:left;
}

#fn_01 a {width : 19px; margin : 0 0 0 53px;}
#fn_02 a {width : 19px; margin : 0 0 0 3px;}
#fn_03 a {width : 19px; margin : 0 0 0 3px;}

#fn_01 a { background-position : -53px top ; }
#fn_02 a { background-position : -75px top ; }
#fn_03 a { background-position : -97px top ; }

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