
/* cast */


#content {
}

.main-bg {
	position:absolute;
	top:0;left:0;
}

.title-text {
	position:absolute;
	top:40px;left:50px;
}

.detail-area {
	position:absolute;
	top:0;right:110px;
	width:530px;
	padding-bottom: 50px;
}
.detail-area#sisho{
	width:621px;
}

.detail-bg {
	position:absolute;
	top:0px;left:0px;
}

/* 背景分割 */
.dt-box {
	position:relative;
}

.dt-box a {
	display:block;
	position:absolute;
	overflow:hidden;
}

/* サムネイルリスト */

.thumb-area {
	position:absolute;
	right:20px;
	top:60px;
}

.thumb-area .thumb-top {
	text-indent:-9999px;
	width:62px;
	height:62px;
	float:left;
	margin-right:5px;
	background-repeat:no-repeat;
}
.thumb-area a.thumb-0 { background-position: 0 0; }
.thumb-area a.thumb-1 { background-position: -67px  0; }
.thumb-area a.thumb-2 { background-position: -134px 0; }
.thumb-area a.thumb-3 { background-position: -201px 0; }
.thumb-area a.thumb-4 { background-position: -268px 0; }
.thumb-area a.thumb-5 { background-position: -335px 0; }

.doctor .thumb-area a {background-image:url(../images/battle/doctor/thumb-bg.jpg);}
.ayanokozi .thumb-area a {background-image:url(../images/battle/ayanokozi/thumb-bg.jpg);}
.komaki .thumb-area a {background-image:url(../images/battle/komaki/thumb-bg.jpg);}
.saigo .thumb-area a {background-image:url(../images/battle/saigo/thumb-bg.jpg);}
.tatsuya .thumb-area a {background-image:url(../images/battle/tatsuya/thumb-bg.jpg);}
.tendo .thumb-area a {background-image:url(../images/battle/tendo/thumb-bg.jpg);}

#sisho .scroll-top{ left:273px}