@charset "utf-8";

#all {
	text-align: left;
	width: 770px;
}
#header {
	width:770px;
	clear: both;
}
#contents {
	width:769px;
/*	float:left;	*/
}
#left-menu {
	width:174px;
	float:left;
}
#page-body {
	width:595px;
	float:left;
}
#footer {
	width:770px;
	clear: both;
}
@media print {
#all {
	text-align: left;
	width: 595px;
}
}
@media print {
#header {
	display: none;
}
}
@media print {
#contents {
	width:595px;
	float:left;
}
}
@media print {
#page-body {
	width:595px;
	float:left;
}
}
@media print {
#left-menu {
	display: none;
}
}
@media print {
#footer {
	display: none;
}
}
