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

#fontsize p {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	float: left;
}
#fontsize ul {
	list-style: none;
	font-size: 12px;
}
#fontsize li {
	float: left;
}
#fontsize a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}
#fontsize #small a {
	background: url(../img/common/f_small.gif) no-repeat left top;
	width: 22px;
}
#fontsize #nomal a {
	background: url(../img/common/f_nomal.gif) no-repeat left bottom;
	width: 21px;
}
#fontsize #large a {
	background: url(../img/common/f_large.gif) no-repeat left top;
	width: 21px;
}
#fontsize #small a:hover {
	background: url(../img/common/f_small.gif) no-repeat left bottom;
	width: 22px;
}
#fontsize #large a:hover {
	background: url(../img/common/f_large.gif) no-repeat left bottom;
	width: 21px;
}
