@media print {

* {

	font: 10pt/14pt "Meiryo","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body, #main, #content {
	color: #000 !important;
}

body.double div#main {
	color: #000 !important;
	width: 100%;
}

a, a:link, a:visited {
	color: #000 !important;
	text-decoration: none !important;
}

#header {
	list-style-image : url(headertitle.png);
	display: list-item;
	list-style-position: inside;
	font-size: 1pt;
	letter-spacing: -1000em;
	height: 120px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
img {
	border: 0;
}

/*---------------
 Topic Path
-----------------*/

p.topicPath {
	font-size: 8pt;
	border: 1px solid #f5f5f5;
	font-weight: bold;
}

/* 現在位置 */



p.topicPath a:link {
	color: #0086d1;
	text-decoration: none;
	font-size: 8pt;

}

p.topicPath a:visited {
	color: #7fc2e8;
	text-decoration: underline;
	font-size: 8pt;

}

p.topicPath a:hover {
	font-size: 8pt;

	color: #0086d1;
	text-decoration: underline;
}
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid gray;
}

p.siteName {
	display: none;
}

p.return {
	display: none;
}

#snavi {
	display: none;
}

#globalNavi {
	display: none;
}

#utilities {
	display: none;
}

div#use {
	display: none;
}

}
