@charset "utf-8";

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

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

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

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

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

#header .navi ul.fontsize li dl dt.fontMedium a {
	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;
    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;
}