@charset "EUC-JP";
/* CSS Document */

/*全般*/
body {
	font-size: 10px;
}

/*ie7*/
*:first-child+html body {
	font-size:65%;
}
	
/*ie5-6*/
* html body {
	font-size:65%;
}

/*フォントボタン*/
#header #fontsize a.small {
	display: block;
	background-image: url(../img/font_small_c.gif);
	background-repeat: no-repeat;
	height:16px;
	width:16px;
}
#header #fontsize a.small:hover {
	display: block;
	background-image: url(../img/font_small_c.gif);
	background-repeat: no-repeat;
	height:16px;
	width:16px;
}
#header #fontsize a.middle {
	display: block;
	background-image: url(../img/font_medium.gif);
	background-repeat: no-repeat;
	height:16px;
	width:15px;
}
#header #fontsize a.middle:hover {
	display: block;
	background-image: url(../img/font_medium_c.gif);
	background-repeat: no-repeat;
	height:16px;
	width:15px;
}
#header #fontsize a.large {
	display: block;
	background-image: url(../img/font_large.gif);
	background-repeat: no-repeat;
	height:16px;
	width:16px;
}
#header #fontsize a.large:hover {
	display: block;
	background-image: url(../img/font_large_c.gif);
	background-repeat: no-repeat;
	height:16px;
	width:16px;
}

