/* CSS Document */


/*ページのレイアウト変更(左カラム非表示＆メインカラムサイズ変更)*/


@charset "utf-8";


/* 左側だけ消します*/
#leftcolumn{
	display: none; 
}
