@charset "utf-8";

#header{ float:left; clear:both; width:100%; margin-bottom:10px; border-bottom:#d6e7f7 2px solid;}

.logo,.nav { float: left;}
.nav{ margin-top:80px;}
.nav ol{ width:800px; }
.nav ol li {
	float: left;
	width:120px;
	height:70px;
	text-align:center;
	background-image: url(../TeamImage/nav1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.nav ol li:hover{ background:url(../TeamImage/nav2.png) no-repeat; }

.word{ display:block; line-height:75px; color:#354597; font-size:14px;}
.word:hover{ color:#eb1b1e; margin-right:18px;}
