@charset "utf-8";

/* 印刷用スタイルシート */

* {
	font-family: 
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro W3",
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		sans-serif;
}

body,
#wrapper, 
#container, 
#header,
#footer {
		background: none;
}


#assistNav, 
#globalNav, 
#contentTitle, 
#sideNav, 
.infomation,
.infomation-report,
#archives {
  display: none;
}

a {
	color: #000;
	text-decoration: none;
}

#footer .adress,
#footer .copy {
		float:none;
}
#content {
  overflow: visible;
}
