@charset "iso-2022-jp";

/* h1 */
div.brd-cover h1.h1-common {
	background-image:url(img/images.jpg);
	margin-bottom:30px;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	margin-bottom:20px;
	}
table th, table td {
	font-size:100%;
	vertical-align:bottom;
	line-height:1.5;
	text-align:left;
	padding-bottom:0.5em;
	}
table th {
	width:450px;
	text-align:right;
	font-weight:normal;
	color:#ea4e4e;
	white-space: nowrap;
	}
table td.naka {
	color:#e2b467;
	text-align:center;
	width:2em;
	}

table th a {
	text-decoration:none;
	}
table th a:hover {
	background-color:#f4e0c2;
	text-decoration:none;
	}
