@charset "Shift_JIS";

/* 文字サイズ「大」のCSSを記載 */

body {
	font-size:100%;
}
#font_size a.normal {
	background:url(../../img/font_size_normal.gif) no-repeat;
	width:30px;
	height:23px;
	font-size:0;
	text-indent:-9999px;
	line-height:0;
	display:block;
	float:left;
	margin:0 4px 0 0;
}
#font_size a.normal:hover {
	background:url(../../img/font_size_normal_o.gif) no-repeat;
}
#font_size a.large {
	background:url(../../img/font_size_big_o.gif) no-repeat;
	width:30px;
	height:23px;
	font-size:0;
	text-indent:-9999px;
	line-height:0;
	display:block;
	float:left;
}