@charset "EUC-JP";

/* ロゴ */
div#animejump #Header h2 {
	width: 276px;
	height: 96px;
	text-indent: -9999px;
	float: left;
	background: url(../img/logo.gif) no-repeat;
}
/*TOPページ*/
div#animejump #Main h4 {
	background: url(../img/catch.gif) no-repeat top;
	width: 575px;
	height: 60px;
}
/*ボタン*/
div#animejump #Chara .Btn01 a {
	width: 285px;
	height: 18px;
	background: url(../img/btn_chara.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}
div#animejump #Chara .Btn02 a {
	width: 280px;
	height: 18px;
	background: url(../img/btn_chara.gif) no-repeat -285px 0;
	display: block;
	text-indent: -9999px;
}
/*マウスオーバー*/
div#animejump #Chara .Btn01 a:hover {
	width: 285px;
	height: 18px;
	background: url(../img/btn_chara.gif) no-repeat 0 -19px;
	display: block;
	text-indent: -9999px;
}
div#animejump #Chara .Btn02 a:hover {
	width: 280px;
	height: 18px;
	background: url(../img/btn_chara.gif) no-repeat -285px -19px;
	display: block;
	text-indent: -9999px;
}
/*選択*/
div#animejump #Chara .Btn01-Active {
	width: 285px;
	height: 18px;
	background: url(../img/btn_chara.gif) no-repeat 0 -19px;
	display: block;
	text-indent: -9999px;
}
div#animejump #Chara .Btn02-Active {
	width: 280px;
	height: 18px;
	background: url(../img/btn_chara.gif) no-repeat -285px -19px;
	display: block;
	text-indent: -9999px;
}
/* リスト
------------------------------------------ */
div#animejump #Watch #cmsList {
	margin-top: 0px;
}
div#animejump #Watch #cmsList .listBox {
	width:571px;
	_width:573px;
	border: none;
	border-top: solid 2px #023865;
	margin-bottom: 0;
}
div#animejump #cmsList .listBox .lower .txtBox{
	float:right;
	margin:5px 5px 5px 0;
	width:470px;
	_width:472px;
}

