@charset "iso-8859-1";

/* research_summary */

#contentMain p.date {
	margin: 0 0 3px 0 !important;
	padding: 0 10px 0 0 !important;
	line-height: 100%;
	text-align:right;
	font-size:80%;
}

#researchContainer {
	width: 560px;
	margin: 0 auto;
	border-top: 5px solid #663300;
}
	
#researchContainer strong.researchSubject {
	display: block;
	padding: 7px 0 0 8px;
	font-weight: normal;
	line-height: 100%;
}

#researchContainer .researchTitle {
	margin: 4px 0 0 6px;
	font-size: 175%;	
	color: #930922;
	letter-spacing: -0.075em;
	line-height: 100%;
}

#researchContainer th {
	padding: 7px 0 7px 7px;
	text-align:left;
	width:80px;
	border-right:1px solid #a38566;
	border-bottom:1px solid #a38566;
	font-weight: normal;
}

#researchContainer td {
	width: 464px;
	padding: 7px;
	border-bottom:1px solid #a38566;
}

#researchContainer td.researchBody {
	padding: 14px 7px;
	width: 544px;
	line-height:170%;
	border-bottom:2px solid #a38566;
}

#researchContainer #researchHeader {
	background: #e9e8d1;
	padding:0 0 7px;
	border-bottom:1px solid #a38566;
}

/* english */

body.english #researchContainer th {
	width: 100px;
}

body.english #researchContainer td {
	width: 444px;
}

