/* CSS Document */

body {
	font-size: 80%;
	/*\*/
		*font-size: 76%;    /*win IE�p�̃T�C�Y�w��*/
    /**/
}

/* fontchange small img */
#fchange #fsmall a {
	background-image: url(../common/image/btn_s_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fchange #fmiddle a {
	background-image: url(../common/image/btn_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fchange #flarge a {
	background-image: url(../common/image/btn_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fchange #fsmall a:hover {
	background-image: url(../common/image/btn_s_o.gif);
}
#fchange #fmiddle a:hover {
	background-image: url(../common/image/btn_m_o.gif);
}
#fchange #flarge a:hover {
	background-image: url(../common/image/btn_l_o.gif);
}

