/* CSS Document */


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


@charset "utf-8";




#leftcolumn{ 
	display: none; 
}

/*右側も消します*/
#rightcolumn{ 
	display: none; 
}

#contents{
	float: center;
	margin: 0 auto 0 auto;
	width:980px;
	height:auto;
	clear:both;
}



div#two_maincolumn{
    float: left;
    width: 980px;
    padding:0;
}
