/* CSS Document */


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


@charset "utf-8";


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