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

h3 {
	clear: both;
	margin: 10px 0px;
	padding: 3px 5px 3px 10px;
	font-size: 100%;
	font-weight: normal;
	background-color: #c0c0c0;
}

table {
	border: none;
}

th,
td {
	padding: 5px;
	border: none;
}

th {
	width: 25%;
	color: #ff0000;
	font-weight: normal;
	text-align: left;
}

td {
	width: 75%;
}

div#main div.main_inner p {
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px solid #9e9e9e;
}
