@charset "utf-8";
/* CSS Document */


/* ----------------------
   style
---------------------- */

/* ----- ohanashi ----- */

#contents.ohanashi .ohanashi_cap {
  padding-left: 5em;
  text-indent: -5em;
}


/* ----- table ----- */

table.kahenTable {
  border-collapse: collapse;
  border-spacing: 0;
	border: solid 1px #ccc;
	font-size: 100%;
}
table.kahenTable th {
	padding: 1rem;
	background: #006666;
	border: solid 1px #ccc;
	text-align: left;
	color: #fff;
}
table.kahenTable th.hol {
	background: #003366;
	border: solid 1px #ccc;
	text-align: center;
	color: #fff;
}

table.kahenTable td {
	padding: 1rem;
	border: solid 1px #ccc;
}

/* ----- h ----- */

#contents_body .blue-box_head h2 a {
	color: #fff;
}
