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

div#main h2 {
	padding-bottom: 10px;
}

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

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

table th {
	width: 30%;
	background-color: #e4e4d4;
	text-align: center;
}

table td {
	width: 68%;
	padding-left: 10px;
}

h3 {
	margin: 15px 5px 0px 5px;
	font-size: 120%;
	color: #990000;
}

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

a {
	text-decoration: underline;
	color: #000;
}

a:link {
	text-decoration: underline;
	color: #000;
}

a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	text-decoration: underline;
	color: #000;
}


