@charset "UTF-8";

/* CSS Document */

/* =========================================================
 文字拡大時のスタイル
========================================================= */

/* main
--------------------------------------------------------- */
#header,
#main,
#footer {
	font-size: 100%;
}

/* 文字サイズ変更 */


div#headSwitchNav div.fontsize ul li.small a {
	width: 23px;
	background: url(../../images/header_fontsize.gif) no-repeat 0px 0px;
}

div#headSwitchNav div.fontsize ul li.small a:hover {
	background: url(../../images/header_fontsize.gif) no-repeat 0px -27px;
}

div#headSwitchNav div.fontsize ul li.nomal a {
	width: 23px;
	background: url(../../images/header_fontsize.gif) no-repeat -23px -27px;
}

div#headSwitchNav div.fontsize ul li.nomal a:hover {
	background: url(../../images/header_fontsize.gif) no-repeat -23px -27px;
}

div#headSwitchNav div.fontsize ul li.large a {
	width: 22px;
	background: url(../../images/header_fontsize.gif) no-repeat -46px 0px;
}

div#headSwitchNav div.fontsize ul li.large a:hover {
	background: url(../../images/header_fontsize.gif) no-repeat -46px -27px;
}

