@charset "UTF-8";
@media print {
  body {
    width: 210mm; /* needed for Chrome */
  }
}
#contents_area td {
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #394A63;
	border-bottom-color: #394A63;
	text-align: center;
}
#contents_area th {
	background-color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #394A63;
	border-bottom-color: #394A63;
	padding: 8px;
	text-align: center;
} 
#contents_area table {
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #394A63;
	border-left-color: #394A63;
	margin-left: 10px;
}
#contents_area td {
	text-align: left;
}
#contents_area #tbl_noborder table{
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#contents_area #tbl_noborder td{
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding: 2px;
}
#contents_area .seihin {
	display: block;
	width: 185px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
.page-break-before	{
	page-break-before:always
}
.page-break-after	{
	page-break-after:always
}
.uline {
	text-decoration: underline;
}
.font_l {
	font-size: 2em;
}
.font_m {
	font-size: 1.5em;
}
.font_s {
	font-size: 0.8em;
}

.an {
	color: #FF0000;
}
.an2 {
	color: #3366CC;
}
.an3 {
	color: #009933;
}
#title_img {
	padding-bottom: 10px;
}
#title_img img {
	border-radius: 4px;
}