@charset "utf-8";
/* ////////////////////
font default
//////////////////// */
#content #main {line-height:1.7}
#fontSwitcher dd a#fontM {
	background-image:url(/shared/img/fontSwitcher/btn_fontM_on.jpg);
	background-repeat:no-repeat;
}

/* font-size
-------------------- */
#topicPath,
#content {
	font-size:107%;
}
html:first-child #topicPath,
html:first-child #content {
	font-size:1.07em; /* for Opera */
}
#footer {
	font-size:100%;
}
html:first-child #footer {
	font-size:1em; /* for Opera */
}

