@charset "UTF-8";
/* -----------------------------------------------------------
  セルコ株式会社 / SELCO Corp.
  media : all
  Style Sheet
------------------------------------------------------------ */
body {
	margin: 1em;
	padding: 0;
	color: #666666;
	background-color: #ffffff;
}
/*  div.printBtn
------------------------------ */
div#printBtn {
	text-align: right;
}
div#printBtn a {
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
	padding: 4px 10px;
	border: 1px solid #cccccc;;
}
div#printBtn a:hover {
	color: #ffffff;
	background-color: #666666;
}
@media print {
	div#printBtn { display: none; }
}
/*  table.icontable
------------------------------ */
table.icontable {
	color: #454545;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
table.rectable tbody th,
table.rectable tbody td { background-color: #ffffff; }

table.icontable th {
	font-weight: normal;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
table.icontable td {
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

