@charset "UTF-8";

/*----------------------------------------------------------------
print.css
印刷用設定
----------------------------------------------------------------*/
@media print {

body {
	color: #000000;
}

#header {
	height: auto;
	padding: 10px 0;
}
#header #hdLogo {
	float: none;
	padding: 0;
}
#header .innerBlock {
	display: none;
}

#footer {
	padding: 0;
}
#footer #pagetopArea {
	display: none;
}
#footer #ftMenuArea01 {
	display: none;
}
#footer #ftMenuArea02 {
	background: none;
}
#footer #ftMenuArea02 .innerBlock {
	color: #000000;
	font-size: 100%;
}
#footer #ftMenuArea02 .innerBlock ul {
	display: none;
}
#footer #ftMenuArea02 .innerBlock #copyright {
	width: auto;
	float: none;
	text-align: center;
}

#gnavi {
	display: none;
}

#topicPath {
	display: none;
}

#contents {
	padding: 0;
}

#sideArea {
	display: none;
}

#mainArea {
	width: 720px;
	float: none;
	margin: 0 auto;
}



}
/* print.css end */