/*
CSS 
*/

#content_right .table_01 {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	margin-top: 10px;

}

#content_right .table_01 tr th {
	color: #600;
	text-align: left;
}


#content_right .table_01 tr th {

	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DC143C;
	border-right:3px solid #DC143C;
	line-height: 130%;
	text-align:center;
}
#content_right .table_01 tr td {

	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DC143C;
	text-align:center;
	line-height: 130%;

}
/*  table 02 */
table.table02 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 360px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.table02 caption {
  margin-top: 1em;
  text-align: right;
}

table.table02 th,
table.table02 td {
  padding: 4px 6px;
}

table.table02 th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #FFD9F3;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
}

table.table02 td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: right;
  white-space: nowrap;
}
/* table 2 */

