@charset "utf-8";

/* font size */

body {
	font-size: 92%;
}

/* for Firefox2 */
body, x:-moz-any-link {
	font-size: 14.7px;
}


/* font switch */

#font_switch .btn_s {
	background-image: url(../images/icon_font_s2.gif);
}

#font_switch .btn_m {
	background-image: url(../images/icon_font_m.gif);
}

#font_switch .btn_l {
	background-image: url(../images/icon_font_l.gif);
}


/* news list */

.tb_news th {
	font-size: 0.6em;
}

.tb_news td {
	font-size: 0.625em;
}


/* news page */

.tb_news_list th,
.tb_news_list td {
	font-size: 0.625em;
}


/* PH-4, PH-5 table */

.tb_data th,
.tb_data td {
	font-size: 0.625em;
}

/* M84 table */

#m84_tb .tb_data td,
#m84_tb .tb_data th {
	font-size: 0.6em;
}

/* M81 table */

#m81_tb .tb_data td,
#m81_tb .tb_data th {
	font-size: 0.6em;
}

