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

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

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

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

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

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


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

