@charset "utf-8";
/* CSS Document */

#research h2 {
	font-size: xx-large;
	font-weight: bold;
	margin-bottom: 20px;
}
#research h3 {
	font-size: x-large;
	text-align: left;
	font-weight: bold;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-right-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #0508b8;
	border-bottom-color: #0508b8;
	border-left-color: #0508b8;
	border-right-color: #0508b8;
	padding-left: 10px;
	margin-bottom: 10px;
}
#research p {
	text-align: left;
	line-height: 30px;
	padding-bottom: 20px;
	clear: both;
}
#research h3 a {
	text-decoration: none;
}
#research h3 a:hover {
	color: #0508b8;
	clear: both;
}
#research ul li {
	text-align: left;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #0508b8;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#research figure.gazo-box {
	float: left;
	margin-left: 70px;
	padding-right: 10px;
}