@charset "utf-8";


/*--------------------
  fontsize small
--------------------*/

/*div,*/
h1, h2, h4, h5, h6, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote, table {
	font-size: 0.9em;		/*12px;small;*/
	line-height: 1.4em;
}
h3{
	font-size:1em;
	line-height: 1.4em;
}

#header h1 {
	font-size: x-small!important;
	font-size: xx-small; /*for IE old*/
}

p#pankuzu {
	font-size: x-small!important;
	font-size: xx-small; /* IE6old */
}

.small{
	font-size: small;
}

.xsmall{
	font-size: x-small!important;
	font-size: xx-small; /* IE6old */
}

p.infoText{
	font-size: 0.75em;
	letter-spacing: 0.05em;
}

/* switch bg */


#header #fontsize #fsmall{
	background-position:0 -21px;
}

#header #fontsize #fmedium{
	background-position:0 0;
}

#header #fontsize #flarge{
	background-position:0 0;
}

.sText{
	font-size: 0.8em;
}
