/* TEXT/PARAGRAPH BASIC  */
h1 {font-size:24px}
p { line-height:1.4}
.moji-futome   {font-weight: bold}
.moji-small { font-size: smaller}
.moji10 {  font-size: 10px}
.moji12 {  font-size: 12px}

/* LINK  MOJI(SCI)  */
a:link { text-decoration: underline; color: #003399; }
a:visited { text-decoration: underline; color: #0066CC; }
a:hover { text-decoration: underline; color: #009900; }

/* TABLE ROW COLOR  */
.hontai  { background-color:#fefefe }
.midashi  { background-color: #dcdcdc ;  } /* gainsboro #dcdcdc   */
.kisu       { background-color: #D6DCFF}  /*  whitesmoke #f5f5f5   */
.gusu      { background-color: #FEFFDE}  /* floralwhite #  #fffaf0  */

/* TABLE LEFT MENU No-Print  */
@media print{
.no_print{ display:none}
}