/****　文字サイズ変更　****/
#txtSize {
	display:block;
	padding:0;
	margin:0;
	height:24px;
	margin-bottom:5px;
}
#txtSize p {
	display:inline;
	float:left;
	padding:0;
	margin:0;
	margin-top:5px;
	margin-right:8px;
}
#txtSize ul {
	display:inline;
	margin:0;
	padding:0;
}
#txtSize ul li {
	display:inline;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	padding:0;
	margin:0 0 0 9px;
}
#txtSize ul li a {
	display:block;
	overflow:hidden;
	width:22px;
	height:24px;
}
#txtSize ul li.small {
	background:url(../image/size01.gif) no-repeat;
}
#txtSize ul li.small a {
	background:url(../image/size01.gif) no-repeat;
}
#txtSize ul li.small a:hover {
	background:url(../image/size01_o.gif) no-repeat;
}
#txtSize ul li.middle {
	background:url(../image/size02.gif) no-repeat;
}
#txtSize ul li.middle a {
	background:url(../image/size02.gif) no-repeat;
}
#txtSize ul li.middle a:hover {
	background:url(../image/size02_o.gif) no-repeat;
}
#txtSize ul li.large {
	background:url(../image/size03.gif) no-repeat;
}
#txtSize ul li.large a {
	background:url(../image/size03.gif) no-repeat;
}
#txtSize ul li.large a:hover {
	background:url(../image/size03_o.gif) no-repeat;
}

