@charset "shift_jis";

/*
	footer bottom put fix
	- cancel footer bottom when print
**************************************/

	body.gateway div#footer{
		position:static;
		margin-top:-31px;
	}
	
	body.global div#footer,
	body.campus-sagamiko div#footer,
	body.campus-utsunomiya div#footer,
	body.campus-hachioji div#footer,
	body.campus-itabashi div#footer,
	body.campus-fukuoka div#footer{
		position:static;
		margin-top:-31px;
	}

/*
	IE6 fix
	- these styles will be applied only to IE6
	   to hide left navigation when print
**************************************/

	#smallWindow #smallWindowBody{
		width:95%;
		max-width:760px;
		_width:760px;
	}
	div#body{
		width:95%;
		max-width:760px;
		_width:760px;
	}
	div#body.leftNavRightMainBody{
		_width:95%;
	}
	div.fullBody{
	}
		div.leftNavRightMainBody div#localNav{
			display:none;
		}
		div.leftNavRightMainBody div#main{
			float:none;
			width:100%;
		}
	div#body.topBody{
		width:800px;
	}



table.textList-wordAndDetail{
	_width:95%;
}
