@charset "UTF-8";

/*========================================

	RAINBOW PLAZZA font_large.css
	Since: 2009.2
	Editor: kiml

=========================================*/
/* Font Size */

body{
	font-family:Verdana,Arial,sans-serif;
	color:#000;
	font-size:100%;
	line-height:140%;
	letter-spacing:0.01em;
}
h1,h2,h3,h4,h5,h6{
	font-size:110%;
	line-height:100%;
	letter-spacing:0.01em;
	color:#000;
}
h1{
	font-size:200%;
	color:#fff;
}

/* font-size select Button hover */

#header #fontsize li#sizeswitch1 a:hover,
#header #fontsize li#sizeswitch2 a:hover,
#header #fontsize li#sizeswitch3 a{
	background-position: 0 -40px;
}

