@charset "utf-8";
/* CSS Document */


.rubyon{
text-indent:-20000;
background:url(../img/btn_furi_on2.gif) no-repeat;
}


.rubyoff{
text-indent:-20000;
background:url(../img/btn_furi_off2.gif) no-repeat;
}


/* rt（フリガナ）
------------------------------------------- */
/* Firefox、Safari、Opera用指定 */
rt {
	display			: none;
}
/* IE7用指定 */
*:first-child+html rt {
	white-space		: normal;
}
/* IE6用指定 */
* html body ruby rt {
	white-space		: normal;
	line-height		: 1;
	display			: none;
	position		: static;
	top				: 0em;
}


/* rp（CSS OFF状態での区切り文字、通常不可視）
------------------------------------------- */
/* 全ブラウザ共通指定 */
rp {
	display			: none;
}


/* hn要素での振り仮名サイズ調整（必要な場合、適当に調整してください）
------------------------------------------- */
/*
h1 rt	{	font-size: 0.25em;	}
h2 rt	{	font-size: 0.3em;	}
h3 rt	{	font-size: 0.35em;	}
h4 rt	{	font-size: 0.4em;	}
h5 rt	{	font-size: 0.45em;	}
h6 rt	{	font-size: 0.5em;	}
*/

