body {
	font-size: 75%;
}

body.large {
	font-size: 100%;
}

body.small {
	font-size: 70%;
}

th, td {
	font-size: 100%;
}

body.large th, body.large td {
	font-size: 100%;
}

/* font-size　%指定を90%から100%に変更 09/03/04 */
body.small th, body.small td {
	font-size: 100%;
}


.Inqa th, .Inqa td, body.large .Inqa th, body.large .Inqa td, body.small .Inqa th, body.small .Inqa td {
	font-size: 100%;
}

body.large .bread {
	font-size: 70%;
}

body.small .bread {
	font-size: 70%;
}

#font_size_control {
	text-align: right;
}

#font_size_control .large_active {
	display: none;
}

#font_size_control .middle_active {
	display: block;
}

#font_size_control .small_active {
	display: none;
}

body.large #font_size_control .large_active {
	display: block;
}

body.large #font_size_control .middle_active {
	display: none;
}

body.large #font_size_control .small_active {
	display: none;
}

body.small #font_size_control .large_active {
	display: none;
}

body.small #font_size_control .middle_active {
	display: none;
}

body.small #font_size_control .small_active {
	display: block;
}
