@charset "utf-8";

body{
	background-image:none;
}



/* ===== clearfix対応 ===== */

.clearfix:after { /*--新しいブラウザ用--*/
	content: url("../image/spacer.gif");
	display: block;
	clear: both;
	height: 0;
	}	
	
.clearfix{ /*--IE用--*/
	zoom:1;/*for IE 5.5-7*/
	display: inline-table;}


/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */



/* ===== メインメニュー非表示 ===== */

#gnaviArea {
	display: none;
}



/* ===== ロケーションエリア非表示 ===== */

#locationArea {
	display: none;
}

div#flash{
	display:none;
}

div#subContentsArea{
	display:none;
}



/* ===== フッターサブメニュー非表示 ===== */

#footerArea .textArea-right {
	display: none;
}
