@charset "Shift_JIS";

/* 文字サイズを設定 */
body,
.taSize {
	font-size: 19.1px !important;
}

/* for win ie6 \*/
*html body,
*html .taSize {
	font-size: 120% !important;
}
/**/

/* for win ie7 \*/
*:first-child+html,
*:first-child+html .taSize {
	font-size: 120% !important;
}
/**/

/* for Safari */
@media all {
body,
.taSize {
	font-size:19.1px !important;
}
}
