@charset "UTF-8";

body {
	font-size: 75%;
}
#subContent .localNavigation{
	font-size: 97%;
}
/* for_Opera */
html:first-child #subContent .localNavigation{
	font-size: 100%;
}
html*#subContent .localNavigation{
	font-size: 97%;
	_font-size: 88%;/* for_IE 5-6 */
}
/* for_IE 7 */
*+html div#subContent .localNavigation{
	font-size: 88%;
}
