@import url("common.css");

/* ------------------------------
 Top
------------------------------ */

#top .toptitle {
	background: url(../research/img/top.jpg) no-repeat left top;
}

/* ------------------------------
 Main
------------------------------ */

#contents .subhead {
	margin: 26px 0 20px;
	clear: both;
}
#contents .subhead span {
	font-size: inherit;
}
#contents p {
	margin-bottom: 1em;
	margin-left: 6px;
	margin-right: 2px;
}
#contents p.fl {
	margin: 0 22px 10px 0;
}
#contents p.fr {
	margin: -10px 2px 10px 22px;
	display: inline;
}
#contents ul.link {
	clear: both;
}

/* ---------- Now-Underway ---------- */

#contents ul.research li {
	margin: 0 0 16px;
	border: #DDD 2px solid;
	padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#contents .h2 {
	margin: 0 0 6px;
	font-size: 110%;
	text-indent: -2em;
	padding-left: 3em;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 12px;
	font-weight: bold;
	background-color: #DBF0F4;
	color: #06A4B0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#contents span.number {
	color: #06A4B0;
	padding-right: 6px;
	font-style: italic;
	font-size: 120%;
}
table.research {
	width: 100%;
	border-top: #DDD 1px dotted;
}
table.research th {
	border-bottom: #DDD 1px dotted;
	padding: 10px 16px 10px 12px;
	text-align: left;
	white-space: nowrap;
	line-height: 1.5;
	vertical-align: middle;
}
table.research td {
	border-bottom: #DDD 1px dotted;
	padding: 6px 10px 6px 0;
}
table.research td div {
	border-left: #C9EAEF 4px solid;
	padding: 4px 0 4px 16px;
}
table.research td a.links {
	background: url(../research/img/link.png) no-repeat right center;
	padding-right: 40px;
	text-decoration: underline;
}
