@import url("common.css");
@import "font_colors.css";
@import "layout.css";

@import url('others.css') all;
@import url('print.css') print;
@import url('handheld.css') handheld; 

/*MacIE5.x用ファイル*/

/*\*//*/
@import "ie5mac.css";
/**/


/*WinIE5.x用ファイル*/

@media tty{
	i{content:"\";/*""*/}@import 'ie5win.css';}/*";}
}/**/

@media print {
	body{
		font-size: 11pt;
		line-height: 150%;
		background: none #ffffff;
	}
	#wrap {
		background: none;
	}
	#header {
		text-align: center;
		margin-bottom: 20px;
		border-bottom: 2px solid #666666;
		background: none;
	}
	/**********h1背景設定***********************/
#gyoumu h1{
	background: none;
}
#kaisha h1{
	background: none;
}
#toiawase h1{
	background: none;
}
#coolverre h1{
	background: none;
}
#glasspit h1{
	background: none;
}

/*******************************************/

	#header p {
		display: none;
	}
	#menu {
		display: none;
	}
	#maincontents {
		
		float: none;
	}
	#maincontents div.column {
		page-break-before: auto;
	}
	#footer {
		display: none;
	}
	
}