/*
 * Copyright 2009-2010 2009-2010 Glad Design Co., Ltd.
 * http://asiyubi.jp/
*/


/* 文字サイズ変更 */

function changeCSS(a) {
	document.getElementsByTagName("body")[0].style.fontSize = a;
}











