.interview {
	margin-top: 80px;
	float: left;
	margin-left: 145px;
	height: 175px;
	width: 527px;
	background-color: #0E1630;
	border: 1px solid #3B9ABA;
}
.cast_back {
	margin-top: 7px;
	float: left;
	margin-left: 23px;
}

/*キャラアイコン*/
.cast01 a {
	display:block;
	width:228px;
	height:27px;
	background:url(img/cast01.gif) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.cast01 a:hover {
	background-position:right bottom;
}
.cast02 a {
	display:block;
	width:228px;
	height:27px;
	background:url(img/cast02.gif) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.cast02 a:hover {
	background-position:right bottom;
}
.cast03 a {
	display:block;
	width:228px;
	height:27px;
	background:url(img/cast03.gif) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.cast03 a:hover {
	background-position:right bottom;
}
.cast04 a {
	display:block;
	width:228px;
	height:27px;
	background:url(img/cast04.gif) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.cast04 a:hover {
	background-position:right bottom;
}
.cast05 a {
	display:block;
	width:228px;
	height:27px;
	background:url(img/cast05.gif) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.cast05 a:hover {
	background-position:right bottom;
}
.cast06 a {
	display:block;
	width:228px;
	height:27px;
	background:url(img/cast06.gif) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.cast06 a:hover {
	background-position:right bottom;
}
.cast07 a {
	display:block;
	width:228px;
	height:27px;
	background:url(img/cast07.gif) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.cast07 a:hover {
	background-position:right bottom;
}
.cast08 a {
	display:block;
	width:228px;
	height:27px;
	background:url(img/cast08.gif) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.cast08 a:hover {
	background-position:right bottom;
}


/*IE6*/
*html .interview {
	margin-top: 80px;
	margin-left: 72px;
	height: 175px;
	width: 527px;
	background-color: #0E1630;
	border: 1px solid #3B9ABA;
}
*html .cast_back {
	margin-top: 7px;
	margin-left: 12px;
}
