function choiseCSS()
{
document.write('<style type="text/css">\n');
document.write('<!--\n');
document.write('#main_box {widows:770px; margin:10px;}\n');
document.write('#re_choi {border:1px solid #FF6600; padding:3px; font-size:15px; font-weight:bold; width:770px;}\n');
document.write('#ex_choi {border:1px solid #FF9966; padding:3px; font-size:15px; font-weight:bold; width:770px; clear:both;}\n');
document.write('#re_flow {border:1px solid #003399; padding:3px; font-size:15px; font-weight:bold; width:770px; clear:both;}\n');
document.write('.p_l {width:770px; text-align:left; padding:5px;}\n');
document.write('.text {margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:5px;}\n');
document.write('.choi_img {width:200px; height:100px; margin-right:10px; margin-bottom:10px;}\n');
document.write('.t_cont_b {border:1px solid #CCCCCC; margin-top:5px; margin-right:0; margin-bottom:5px; margin-left:0;}\n');
document.write('.t_cont {color:#222222; line-height:150%; padding:0 5px 0 5px; margin:0 5px 10px 5px; vertical-align:top}\n');
document.write('.t_cont_h {border:1px solid #CCCCCC; color:#222222; line-height:150%; padding:5px 5px 5px 5px; margin:0 5px 5px 5px; background :url("http://domina.livewave.jp/re-form_contents/bg.jpg") no-repeat;}\n');
document.write('#t_cont_h2 {border:1px solid #CCCCCC; color:#222222; line-height:150%; padding:5px 5px 5px 5px; margin:0 5px 5px 5px; background :url("http://domina.livewave.jp/re-form_contents/bg.jpg") no-repeat right bottom;}\n');
document.write('.t_img {margin-top:0px; margin-right:5px; margin-bottom:5px; margin-left:3px;}\n');
document.write('.cr_img {border:none; margin:0 5px 5px 0;}\n');
document.write('.point_choice {margin-top:10px; margin-right:5px; margin-bottom:10px; margin-left:5px;}\n');
document.write('.tc_in {padding:0 0 0 5px;}\n');
document.write('#link {margin-top:10px; margin-right:0px; margin-bottom:10px; margin-left:0px; text-align:center;}\n');
document.write('-->\n');
document.write('</style>\n');
}