

//ニュースリリース(和文)
function main_news_link() {


		document.write('<a href="../2011/index.html">');
		document.write('<b>2011</b></a>');
		document.write('&nbsp;-');
		document.close();
}

//ニュースリリース(英文)
function main_news_linke() {


		document.write('<a href="../2011/index_e.html">');
		document.write('<b>2011</b></a>');
		document.write('&nbsp;-');
		document.close();
}

