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

