#TeamIndex
{
	list-style-type: none;
	list-style-image: none;
	text-indent: 0;
	padding: 0.2em 0 0 0;
	margin: 0 0 1em 0;
}

#Content #TeamIndex
{
	list-style-type: none;
	list-style-image: none;
}

#TeamIndex li
{
	float: left;
	width: 100px;
	margin: 5px;
	font-weight: bold;
	text-align: center;
	color: RoyalBlue;
}

#TeamIndex img
{
	display: block;
	border: 1px RoyalBlue solid;
	width: 100px;
	height: 80px;
	background-image: url(../../images/team-index/team-back.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#TeamIndex img:hover
{
	border: 1px Black solid;
	background-image: url(../../images/team-index/team-back-over.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#TeamIndex a:link,
#TeamIndex a:visited
{
	text-decoration: none;
	color: RoyalBlue;
}

#TeamIndex a:hover
{
	color: Black;
}