@charset "utf-8";

/* ========================================================
	print.css => プリント用CSS
======================================================== */
body {
	text-align: left;
	font-size: 12px;
}


div#headText {
	display: none;
}
div#headContainer {
	display: none;
}

div#sideArea {
	display: none;
}

p.pagetop {
	display: none;
}

div#footContainer {
	display: none;
}
p#copyright {
	display: none;
}


div#contentsContainer {
	background: none;
}
div#contentsArea {
	float: none;
	padding-bottom: 0;
}
div#contentsArea h2 {
	display: none;
}
div#detail ul {
	width: 143px;
}

