body {
	color:inherit;
	background-color: #FFFFFF;
}
#globalnavi {
	display: none;
}
#localnavi {
	display: none;
}
#header {
	display: none;
}
#back {
	display: none;
}
#pankuzu {
	display: none;
}
#all {
	background-image: none;
}
#footer {
	display: none;
}
#document {
	width: 590px;
}

/*/////////// 印刷時のタイトル //////////*/

#document h1 {
	font-weight: bold;
	color: #403B98;
	background-color:inherit;
	padding: 2px 15px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #403B98;
	border-right-color: #403B98;
	border-bottom-color: #403B98;
	border-left-color: #403B98;
	font-size: 120%;
	width: 488px;
	margin: 0px;
}
#document h2 {
	font-weight: bold;
	color: #403B98;
	background-color:inherit;
	padding: 2px 15px;
	text-align: left;
	font-size: 120%;
	width: 498px;
	border: 1px solid #403B98;
}
#document h3 {
	font-weight: bold;
	color: #403B98;
	padding: 5px;
	background-color: #FFFFFF;
	background-image:  url(../images/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	font-size: 120%;
	width: 100%;
}

.print_image{font-size:11px;}