/*------------------------------------------------
	フォントサイズ切り替え
------------------------------------------------*/

dl#fontSizeChange {
	position: absolute;
	top: 100px;
	right: 0px;
	width:138px;
	zoom:1;
	line-height:0;
	font-size:0px;
}

dl#fontSizeChange:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

dl#fontSizeChange dt {
	float:left;
	background: url(../images/common/fontchange_h.gif) no-repeat center center;
	height:22px;
	width:58px;
}

#switchFontSizeBig,
#switchFontSizeMedium,
#switchFontSizeSmall {
	height:22px;
	cursor:pointer;
	display:block;
	margin-left:6px;
	text-indent:-999999px;
	float:left;
}

#switchFontSizeSmall {
	width:18px;
}

#switchFontSizeMedium {
	width:21px;
}

#switchFontSizeBig {
	width:23px;
}

#switchFontSizeBig {
	background: url(../images/common/fontchange_L.gif) no-repeat center center;
}

#switchFontSizeMedium {
	background: url(../images/common/fontchange_M.gif) no-repeat center center;
}

#switchFontSizeSmall {
	background: url(../images/common/fontchange_S.gif) no-repeat center center;
}

#switchFontSizeBig.active {
	background: url(../images/common/fontchange_L_on.gif) no-repeat center center;
}

#switchFontSizeMedium.active {
	background: url(../images/common/fontchange_M_on.gif) no-repeat center center;
}

#switchFontSizeSmall.active {
	background: url(../images/common/fontchange_S_on.gif) no-repeat center center;
}

