document.write('	<style type="text/css">\n');
document.write('<!--\n');
document.write('.LIST {\n');
document.write('	margin-bottom: 30px;\n');
document.write('	float: left;\n');
document.write('	width: 519px;\n');
document.write('	color: #FF0000;\n');
document.write('	font-size: 12px;\n');
document.write('}\n');
document.write('.subjct {\n');
document.write('	border-bottom-width: 1px;\n');
document.write('	border-bottom-style: solid;\n');
document.write('	border-bottom-color: #CCCC99;\n');
document.write('	padding-bottom: 5px;\n');
document.write('	padding-left: 5px;\n');
document.write('	clear: left;\n');
document.write('	margin-bottom: 10px;\n');
document.write('}\n');
document.write('.picture {\n');
document.write('	margin-right: 5px;\n');
document.write('	padding-left: 5px;\n');
document.write('	float: left;\n');
document.write('}\n');
document.write('.text {\n');
document.write('	padding-left: 5px;\n');
document.write('}\n');
document.write('-->\n');
document.write('    </style>\n');
document.write('	\n');
document.write('<div class="LIST">\n');
document.write('  <div class="subjct">2011.01.09 :: お知らせ</div>\n');
document.write('  \n');
document.write('  <!--\n');
document.write('  <div class="picture"></div>\n');
document.write('  -->\n');
document.write('  \n');
document.write('  <div class="text"><p>しばらくの間、お休みします。</p></div>\n');
document.write('  \n');
document.write(' </div>\n');

