@charset "utf-8";

/* 文字サイズ用 */
#fontSizeController {
	float:right;
	list-style:none;width:100px;
}
#fontSizeController img {	/* ボタン画像に<a>を設定していないため、必須 */
	vertical-align:top;
	cursor: pointer;
	cursor: hand;	/* for ～ie5.5 */
}
#fontSizeController li { 
	list-style-type: none;
	padding:0!important;
	border:none!important;
}
#fcsLis {
	background: url(../img/lib_image/bg-s.gif) no-repeat;
	float: left;
	display: block;
}

#fcsLim {
	background: url(../img/lib_image/bg-m.gif) no-repeat;
	float: left;
	display: block;
}

#fcsLil {
	background: url(../img/lib_image/bg-l.gif) no-repeat;
	float: left;
	display: block;
}

