/* 文字サイズボタン
----------------------------------------------------*/
body{
	font-size:85%;
}

#size {
	float : right;
	list-style : none ;
	background : url(../img/share/bg_fontsize01.gif) no-repeat;
	width : 180px;
	height : 30px;
	margin : 21px 0 0;
}

#size li {
	list-style : none ;
}

#size span {
	display : none;
}

#size a {
	display : block ;
	height : 30px;
	background : url(../img/share/bg_fontsize01.gif) no-repeat;
	text-indent : -9999px ;
}

#size li {
	float:left;
}

#fn_01 a {width : 27px; margin : 0 0 0 90px;}
#fn_02 a {width : 27px; margin : 0 0 0 3px;}
#fn_03 a {width : 27px; margin : 0 0 0 3px;}

#fn_01 a { background-position : -90px 0 ; }
#fn_02 a { background-position : -120px 0 ; }
#fn_03 a { background-position : -150px 0 ; }

#fn_01 a:hover { background-position : -90px -30px ; }
#fn_02 a:hover { background-position : -120px -30px ; }
#fn_03 a:hover { background-position : -150px -30px ; }