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

div#content_main h4 {
	margin-top: 29px;
	margin-bottom: 5px;
}

div#content_main h4.main_copy {
	margin-top: 17px;
	margin-bottom: 0px;
}

div#content_main img {
	margin: 0;
}

div#content_main p {
	margin: 0;
}

div#content_main p.top_text {
	margin-top: 15px;
	text-indent: 13px;
}

div#content_main table {
	margin-top: 13px;
	width: 505px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

th {
	width: 100px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #EFEFEF;
	background-color: #EFEFEF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

td {
	width: 405px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #ffffff;
	text-indent: 10px;
}

td span {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
	line-height: 200%;	
}

