@charset "utf-8";
/* IE6-8 対策用 */

/* IE6のフォントサイズ指定を%に */
*html body{
	font-size: 75%;
}
*html #contents h2{
	font-size: 250%;
}
*html #contents h3{
	font-size: 208%;
}
*html #contents p{
	font-size: 133%;
}
*html #mainSidebar h2 {
	font-size: 133%;
}

/* IE7のフォントサイズ指定を%に */
*:first-child+html body{
	font-size: 75%;
}
*:first-child+html #contents h2{
	font-size: 250%;
}
*:first-child+html #contents h3{
	font-size: 208%;
}
*:first-child+html #contents p{
	font-size: 133%;
}
*:first-child+html #mainSidebar h2 {
	font-size: 133%;
}

/* IE8のフォントサイズ指定を%に */

html>/**/body {
	font-size /*\**/: 75%\9;
}
html>/**/body #contents h2{
	font-size /*\**/: 250%\9;
}
html>/**/body #contents h3{
	font-size /*\**/: 208%\9;
}
html>/**/body #contents p{
	font-size /*\**/: 133%\9;
}
html>/**/body #mainSidebar h2 {
	font-size /*\**/: 133%\9;
}