function SilverJireiCSS()
{
document.write('<style type="text/css">\n');
document.write('<!--\n');
document.write('.s_tit table {height: 30px; margin-bottom: 10px; margin-top:10px;}\n');
document.write('.s_tit {width: 580px;}\n');
document.write('.s_img table {width: 580px; border: solid 1px #8e583d; margin-bottom:10px;}\n');
document.write('.s_img {width: 580px;}\n');
document.write('.s_img_r {padding-left: 5px; border-left: solid 1px #8e583d;}\n');
document.write('.s_img_l {width: 159px; background-color: #f0e2db; margin-top:10px; margin-bottom: 10px; text-align: center;}\n');
document.write('.s_data table td {height:30px;}\n');
document.write('.s_data table {border: solid 1px #8e583d; height:30px;}\n');
document.write('.s_data_l {width: 145px; border-right: solid 1px #8e583d; text-align: center; background-color:#f0e2db; font-weight: bold; color: #8e583d; font-weight: bold; color: #8e583d;}\n');
document.write('.s_data_lb {width: 145px; border-right: solid 1px #8e583d; border-top: solid 1px #8e583d; text-align: center; background-color:#f0e2db; font-weight: bold; color: #8e583d; font-weight: bold; color: #8e583d;}\n');
document.write('.s_data_lm {width: 145px; border-right: solid 1px #8e583d; border-top: solid 1px #8e583d; text-align: center; background-color:#f0e2db; font-weight: bold; color: #8e583d;}\n');
document.write('.s_data_p5 {padding: 5px;}\n');
document.write('.s_data_trb {width: 145px; padding: 5px; border-top: solid 1px #8e583d; border-right: solid 1px #8e583d;}\n');
document.write('.s_data_tlb {width: 145px; padding: 5px; border-top: solid 1px #8e583d; border-left: solid 1px #8e583d;}\n');
document.write('.s_data_tb {width: 145px; padding: 5px; border-top: solid 1px #8e583d; background-color: #f0e2db; font-weight: bold; color: #8e583d; text-align: center;}\n');
document.write('.s_data {width: 580px; height: auto;}\n');
document.write('.s_tb5 {padding-top: 5px; padding-bottom: 5px; text-align: right;}\n');
document.write('-->\n');
document.write('</style>\n');
}