/* 文字サイズボタン
----------------------------------------------------*/
body{
	font-size:65%;
}


#size {
	float : right;
	list-style : none ;
	background : url(../img/font1.gif) no-repeat;
	width : 112px;
	height : 15px;
}

#size li {
	list-style : none ;
}

#size span {
	display : none;
}

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

#size li {
	float:left;
}

#fn_01 a {width : 15px; margin : 0 0 0 65px;}
#fn_02 a {width : 16px;}
#fn_03 a {width : 15px;}

#fn_01 a { background-position : -65px top ; }
#fn_02 a { background-position : -80px top ; }
#fn_03 a { background-position : -96px top ; }

#fn_01 a:hover { background-position : -65px bottom ; }
#fn_02 a:hover { background-position : -80px bottom ; }
#fn_03 a:hover { background-position : -96px bottom ; }
