@charset "utf-8";

/* --------------------------------------------------
 01: Default Style
 -------------------------------------------------- */
body	{
	font: 75%/1.6 Arial, Helvetica, sans-serif "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; /* 文字サイズ12px相当 */
}
html>/**/body	{
	font-size: 12px; /* FF2用の文字サイズ */
}
.fc #main div.lineBox.clm3Box div.innerBox	{
	min-height: 300px;
}
/* --------------------------------------------------
 02: IE6 Style
 -------------------------------------------------- */
* html th,
* html td	{
	font-size: 75%;
	line-height: 1.4;
}
* html .fc #main div.lineBox.clm3Box div.innerBox	{
	height: 320px;
}
