/* CSS Document */
.clearfix {
	clear: both;
}

#fchange {
	text-align: right;
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
	padding: 0px;
}
#fchange a {
	cursor:pointer;
}

#fchange .fsize {
	float: left;
}
#fsmall a,#fmiddle a,#flarge a {
	display: block;
	height: 25px;
	width: 54px;
}
#fchange .ftxt {
	display: none;
}

/* ボタンの表示状態
--------------------*/
#fsmall a {
	background-image: url(../img/btn_s_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント*/
#fmiddle a {
	background-image: url(../img/btn_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#flarge a {
	background-image: url(../img/btn_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#fsmall a:hover {
	background-image: url(../img/btn_s_o.gif);
}

#fmiddle a:hover {
	background-image: url(../img/btn_m_o.gif);
}

#flarge a:hover {
	background-image: url(../img/btn_l_o.gif);
}
