@charset 'UTF-8';

#header,
.sidebar,
.mod_related,
.breadcrumb,
span.edit,
form#commentform,
h2#postcomment
{
	display: none;
}

body,
#wrap,
#container,
#content_root,
#content
{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}

#print_header {
	padding-bottom: 5px;
	display: block;
}
#content
{
	padding-bottom: 2em;
}
#footer {
	border: 0px;
	background: #fff;
}


#content h2 {
	border:1px solid #000;
	background: #000;
	color: #fff;
}

#INSP_attach_info {
	height: 1px;
	border-bottom: 1px dashed #888;
	background: #fff;
}
table#INSP_pw {
	width: 99%;
	margin: 1em auto;
	border: 1px solid #666;
}
table#INSP_pw th {
	border: 1px solid #666;
	background: #eee !important;
	color: #000 !important;
}
table#INSP_pw td {
	border: 1px solid #666;
	background: #fff !important;
	color: #000 !important;
}
