@charset "UTF-8";

#team #h1Box {
	width: 715px;
	height: 185px;
	position: relative;
	clear: both;
	background-image: url(images/h1_team.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}


#decoratIcon {
	width: 88px;
	height: 79px;
	position: absolute;
	right: -13px;
	bottom: -24px;
	background-image: url(../common/images/h1_icon1.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#sponsor_textBox {
	width: 405px;
	float: left;
}

#sponsor_textBox p#name {
	color: #006633;
	font-weight: bold;
	margin-bottom: 10px;
}

#sponsor_textBox p#prof {
	font-weight: bold;
	margin-bottom: 20px;
}

#sponsor_photoBox {
	width: 240px;
	float: right;
}

#team #footer_team a {
	color: #777777;
}

#team #footer_team a:hover,
#team #footer_team a:active {
	color: #777777;
}

#team .clearFix {
	zoom: 1;
}