@charset "euc-jp";
/* CSS Document */


.Hl,
#GsideR p,
#rightMain{
	font-size: 14px;
}
#fchange {
	text-align: right;
	float:left;
	margin-left: auto;
}
#fchange a {
	cursor:pointer;
}

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


/* ボタンｖ貼ｦ場1・
--------------------*/
/*カレント*/
#fsmall a {
	background-image: url(../img/top/txt_size_s2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fmiddle a {
	background-image: url(../img/top/txt_size_m1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#flarge a {
	background-image: url(../img/top/txt_size_l1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント
#fsmall a:hover {
	background-image: url(../img/top/txt_size_s2.gif);
}
*/
#fmiddle a:hover {
	background-image: url(../img/top/txt_size_m2.gif);
}
#flarge a:hover {
	background-image: url(../img/top/txt_size_l2.gif);
}

