@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

h3 {
	clear: both;
}

div#content div.main p {
	margin: 10px 5px 0px 12px;
}

h3.out {
	margin-top: 25px;
}

table {
	width: 558px;
	margin: 10px 12px 25px 12px;
	padding: 0px;
	border: 0px;
}

table tr {
	background-color: #f3f3f3;
}

table tr.gray {
	background-color: #e6e6e6;
}

table th,
table td {
	border: 0px;
	padding: 10px;
	margin: 0px;
}

table th {
	width: 20%;
	padding-left: 20px;
	vertical-align: middle;
}

table td {
	width: 80%;
	vertical-align: middle;
}