function DoPlanCSS()
{
document.write('<style type="text/css">\n');
document.write('<!--\n');
document.write('.kome { font-weight: bold; font-size: 10px; color: #990000;}\n');
document.write('.b { font-weight: bold;}\n');
document.write('.b_x {	border: 1px solid #FFFFFF;}\n');
document.write('.txt_b { font-weight: bold; background-color:#FFFFCC;}\n');
document.write('.no_bor input {border: none;}\n');
document.write('-->\n');
document.write('</style>\n');
}
