@charset "utf-8";

/* font size */

body {
	font-size: 75%;
}

/* ---------- fontsize Except IE ---------- */

:root *> .body {
	font-size: 12px;
}

/* ---------- for Firefox2 ---------- */

.body, x:-moz-any-link {
	font-size: 12px;
}


/* font switch */

#font_switch .btn_s a {
	background-image: url(../images/font_s.gif);
}

#font_switch .btn_m a {
	background-image: url(../images/font_m_o.gif);
}

#font_switch .btn_l a {
	background-image: url(../images/font_l.gif);
}


/* index table cell */

.tb_index th {
	width: 108px;
}
