@media print{

div#container {
	width: 1000px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* ----------- header ----------------- */	

div#header {
	background: url(../img/human.gif) no-repeat left bottom;
	padding: 0;
	clear: both;
	overflow: hidden;
}

div#header img {
	border: none;
}

div#header h1 {
	padding: 0;
	margin: 0;
	float: right;
}




/* ----------- sidebar ----------------- */	


div#sidebar {
	width: 240px;
	float: left;
	}








/* ----------- content ----------------- */	


div#content {
	width: 750px;
	margin: 0 0 0 10px;
	float: right;
}








































}