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

