@charset "utf-8";

/*------------------------------------------------------------------------------
	テンプレート/Windows IE6-印刷用CSS
	※！！！ほぼ適用されていない状態です！！！
--------------------------------------------------------------------------------*/

/*サイドメニュー・コンテンツ背景非表示、
　及びコンテンツエリアのfloatを解除しています
----------------------------------------------------*/
* html div#sideArea {display: none;float: none;}
* html div#mainContent {float: none;}
* html div#main {background: none;}

