@charset "utf-8";

#nav {
	background:#6a217f;
}

#research {
	margin:30px 0 45px;
	padding:10px 35px 15px;
	background-color:#f3f3f3;
}
#research .photo {
	padding-top:15px;
	margin-right:10px;
}
#research .txtname .ti {
	border-bottom:1px solid #bebebe;
	margin-bottom:5px;
}
#research .people-stat {
	border-left:1px solid #bebebe;
}
/*
#tagall li a {
	border:1px solid #a3d0db;
	
	background: #ecf5f8;
	background: -moz-linear-gradient(top, #ecf5f8 0%, #c7e3ea 100%);
	background: -webkit-linear-gradient(top, #ecf5f8 0%,#c7e3ea 100%);
	background: linear-gradient(to bottom, #ecf5f8 0%,#c7e3ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf5f8', endColorstr='#c7e3ea',GradientType=0 );
}
#tagall li a:hover, #tagall li a.hovered {
	background: #c7e3ea;
	background: -moz-linear-gradient(top, #c7e3ea 0%, #ecf5f8 100%);
	background: -webkit-linear-gradient(top, #c7e3ea 0%,#ecf5f8 100%);
	background: linear-gradient(to bottom, #c7e3ea 0%,#ecf5f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7e3ea', endColorstr='#ecf5f8',GradientType=0 );
}
#conbg {
	background-color:#ecf5f8;
	border:1px solid #a3d0db;
}*/