@charset "ISO-8859-1";
/* FONT M-SIZE
---------------------------------------------------- */

#fontnavi {
	background: url(../image/header_fontsize.gif) no-repeat;	
}

body,td,th{
	font-size: 12px; /* MODERN BRAWSER */
	*font-size: small; /* IE7 */
	_font-size: x-small; /* IE6 UNDER */
}

/* DEAFULT */
#contents, #contents h3, #contents h4, #contentsHomeMenu, #main th, #main td{
	font-size: 12px; /* MODERN BRAWSER */
	*font-size: small; /* IE7 */
	_font-size: x-small; /* IE6 UNDER */
	line-height: 160%;
}

/* LARGE */
#contents h2, .fontL{
	font-size: 14px; /* MODERN BRAWSER */
	*font-size: medium; /* IE7 */
	_font-size: small; /* IE6 UNDER */
	line-height: 130%;
}

/* SMALL */
.fontS,
#pankuzu, 
#left,
#contents table.fontS th,#contents table.fontS td,
#contents th.fontS ,#contents td.fontS 
{
	font-size: 11px; /* MODERN BRAWSER */
	*font-size: x-small; /* IE7 */
	_font-size: xx-small; /* IE6 UNDER */
	line-height: 140%;
}


#header, #footer {
	font-size: 10px; 
	line-height: 100%;
}




