/* CSS Document */

@import "./common.css";
@import "./contents.css";

@media print{
	#wrapper{
		width:648px;
		padding-right:0;
	}
	
	#header{
		width:644px;
	}

	#header p{
		display:none;
	}
	
	#header ul{
		display:none;
	}
	
	#search{
		width:628px;
	}
	
	#search form{
		display:none;
	}
	
	#globalnavi{
		display:none;
	}
	
	#main{
		background:none;
		width:648px;
	}
	
	#contents{
		background:#ffffff;
		width:638px;
	}

	#contents h2{
		background-image:none;
		background:url(../images/print_spreadhead.gif) no-repeat left center;
		width:618px;
	}
	
	#contents h3{
		width:608px;
	}

	#contents ul li{
		width:591px;
	}

	#sidemenu{
		display:none;
	}
	
	#footer{
		display:none;
	}

}
