@charset "utf-8";

/*----------------------------------------------------
	fontSize.js用
----------------------------------------------------*/
body.large #contents{
	font-size:115%;
}

body.middle #contents{
	font-size:100%;
}

body.small #contents{
	font-size:80%;
}