@charset "UTF-8";

/*File: font-defaut.css
*Description:Medium font size Style Sheet
*Author: KYUSHU INTERMEDIA LABORATORY,INC
*/

body {
    font:13px "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font: 93%;
}
th, td {
  font-size: 93%;
}
dt, dd {
  font-size: 93%;
}

/* 26px */
/*
{
  font-size: 197%;
}
*/

/* 24px */
/*
{
  font-size: 182%;
}
*/


/* 22px */
/*
{
  font-size: 167%;
}
*/

/* 20px */
/*
{
  font-size: 153.9%;
}
*/

/* 18px */
/*
{
  font-size: 138.5%;
}
*/

/* 16px */
/*
{
  font-size: 123.1%;
}
*/

/* 14px */
h2,
h3,
h4
{
  font-size: 108%;
}

/* 12px */
p,
li,
h5,
h6,
address
{
  font-size: 93%;
}

/* 10px */
#support_menu ul li,
#fnav ul li
{
  font-size: 77%
}