@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");
@import url("subnavi.css");

table {
	clear: both;
	width: 98%;
	margin: 5px 5px 10px 5px;
	border: none;
}

table th,
table td {
	padding: 7px 7px 7px 10px;
	background-color: #fff;
	border: 1px solid #d8c396;
	vertical-align: middle;
}

table th {
	width: 25%;
	background-color: #e4e4d4;
	text-align: left;
}

table td {
	width: 73%;
}

span {
	font-size: 80%;
	color: #cc0000;
}

p.submit {
	padding-left: 150px;
}

p.submit .push {
	text-align: center;
}

p.red {
	color: #cc0000;
	padding-left: 150px;
}

em {
	color: #cc0000;
}

