@charset "utf-8";

/* --------------------------------------------------------------
CSS Information

File name:		font_small.css
Style Info:		フォントサイズ小
-------------------------------------------------------------- */

/*=====================================================
	__1. フォントサイズ
=====================================================*/
body,
table {
	font-size: 15px;
}
* html body {
	font-size: 80%;/* IE6以下のみ適用 */
}
* html table {
	font-size: 100%;/* IE6以下のみ適用 */
}
*:first-child + html bodyy,
*:first-child + html table {
	font-size: 80%;/* IE7のみ適用 */
}

/*=====================================================
	__2. フォントサイズ変更ボタン
=====================================================*/

#header .navi ul.fontsize li dl dt.fontSmall a {
	width: 23px;
	height: 18px;
	background-image:url(../img/top/bt_small03.gif);
    background-repeat : no-repeat;
    display: block;
    text-decoration: none;
	background-color:none;
    text-indent: -9999px;	margin:0px; padding:0px;
}

#header .navi ul.fontsize li dl dt.fontMedium a {
	width: 23px;
	height: 18px;
	background-image:url(../img/top/bt_mid.gif);
    background-repeat : no-repeat;
    display: block;
    text-decoration: none;
	background-color:none;
    text-indent: -9999px;
}
#header .navi ul.fontsize li dl dt.fontMedium a:hover {
	width: 23px;
	height: 18px;
	background-image:url(../img/top/bt_mid02.gif);
    background-repeat : no-repeat;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
}
#header .navi ul.fontsize li dl dt.fontMedium a:active {
	width: 23px;
	height: 18px;
	background-image:url(../img/top/bt_mid03.gif);
    background-repeat : no-repeat;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
}

#header .navi ul.fontsize li dl dt.fontLarge a {
	width: 23px;
	height: 18px;
	background-image:url(../img/top/bt_large.gif);
    background-repeat : no-repeat;
    display: block;
    text-decoration: none;
	background-color:none;
    text-indent: -9999px;
}
#header .navi ul.fontsize li dl dt.fontLarge a:hover {
	width: 23px;
	height: 18px;
	background-image:url(../img/top/bt_large02.gif);
    background-repeat : no-repeat;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
}
#header .navi ul.fontsize li dl dt.fontLarge a:active {
	width: 23px;
	height: 18px;
	background-image:url(../img/top/bt_large03.gif);
    background-repeat : no-repeat;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
}