@charset "utf-8";




/* top
***************************************************************** */

.top #content #main .section div {
	background: #DCF8F8 url(../interview/_img/bkg_interview_top_bottom.gif) no-repeat 0 100%;
	padding-bottom: 20px;
	_height: 1%;
	min-height: 1%;
}

.top #content #main .section dl {
	width: 141px;
	float: left;
	margin: 0;
	padding: 10px 9px 0 0;
	background: #DCF8F8;
	position: relative;
}

.top #content #main .section dl dt span {
	display: block;
	position: absolute;
	top: 28px;
	left: 80px;
	font-size: 140%;
	font-weight: bold;
}

.top #content #main .section dl dt span.babies {
	display: block;
	position: absolute;
	top: 17px;
	left: 70px;
	font-size: 140%;
	font-weight: bold;
	line-height: 120%;
}

.top #content #main .section dl.babies {
	background: #DCF8F8 url(../interview/_img/bkg_interview_top.gif) no-repeat 0 0;	
	padding: 10px 10px 0 10px;
}

.top #content #main .section dl.adults {
	background: #DCF8F8 url(../interview/_img/bkg_interview_top.gif) no-repeat 100% 0;
	width: 143px;
	padding: 10px 10px 0 0;	
}

.top #content #main .section dl dt a {
	display: block;
	height: 58px;
	-moz-outline-style: none;
	overflow: hidden;
}

.top #content #main .section dl.babies dt a {
	background: url(../interview/_img/icn_interview_babies_on.jpg) no-repeat 0 0;
}

.top #content #main .section dl.kids dt a {
	background: url(../interview/_img/icn_interview_kids_on.jpg) no-repeat 0 0;
}

.top #content #main .section dl.players dt a {
	background: url(../interview/_img/icn_interview_players_on.jpg) no-repeat 0 0;
}

.top #content #main .section dl.adults dt a {
	background: url(../interview/_img/icn_interview_adults_on.jpg) no-repeat 0 0;
}

.top #content #main .section dl dt a:hover {
	text-indent: -9999px;
}

.top #content #main .section dl dt a:hover span {
	text-indent: 0;
}

.top #content #main .section p.link {
	margin-bottom: 0;
}

.top #content #main .section div:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}

.top #content #main .section div {
	_height: 1%;
	min-height: 1%;
}

/* .interview
***************************************************************** */

#content #main .interview h2 {
	background: #EAFBFB;
	border-top: 1px solid #2FCACE;
	border-bottom: 1px dotted #2FCACE;
	padding: 15px;
	margin-left: 0;
	font-size: 100%;
	color: #333;
	position: relative;
	_height: 1%;
	min-height: 1%;
}

#content #main .interview dl dt {
	float: left;
	width: 96px;
	padding: 15px 0 15px 15px;
	color: #2FCACE;
	font-weight: bold;
}

#content #main .interview dl dd {
	padding: 15px 15px 15px 120px;
	border-top: 1px dotted #2FCACE;
}

#content #main .interview dl dt.coach {
	color: #0185AF;
}

#content #main .interview dl dd.coach {
	font-weight: bold;
	color: #444;
}

#content #main .interview dl dt span{
	display: block;
	font-weight: normal;
	font-size: 90%;
}

#content #main .interview dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}

#content #main .interview dl {	
	_height: 1%;
	min-height: 1%;
	margin-top: -22px;
	overflow: hidden;
}



/* .other
***************************************************************** */

#content #main .other ul li  {
	list-style: none;
	float: left;
	width: 14em;
	margin: 0 20px 0 0;
}

#content #main .other ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}

#content #main .other ul {
	_height: 1%;
	min-height: 1%;
}





