@charset "UTF-8";
/* CSS Document */

.fontSmall .target { font-size: 88%;}
.fontNormal .target { font-size: 100%;}
.fontLarge .target { font-size: 122%;}
.fontChanger li img { cursor: pointer;}

.fontChangeSmall {
	width:28px;
	height:28px;
	background:url(../images/text_size01_on.gif) no-repeat;
}
.fontChangeNormal {
	width:28px;
	height:28px;
	background:url(../images/text_size02_on.gif) no-repeat;
}
.fontChangeLarge {
	width:28px;
	height:28px;
	background:url(../images/text_size03_on.gif) no-repeat;
}

.fontSmall .fontChangeSmall img {
	display:none;
}
.fontNormal .fontChangeNormal img {
	display:none;
}
.fontLarge .fontChangeLarge img {
	display:none;
}
