@charset "utf-8";

/* =================================== 

dvdページ用

=================================== */

.article-header a.to-list-others{
	display:block;
	width:130px;
	height:24px;
	background:url(../images/btn_to_others.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:15px;
	float:right;
}
.article-header a.to-list-others a:link{
	background-position:left top;

}
.article-header a.to-list-others:hover{
	background-position:left bottom;
}



.article-header a.to-list-dvd{
	display:block;
	width:130px;
	height:24px;
	background:url(../images/btn_to_dvd.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:15px;
	float:right;
}
.article-header a.to-list-dvd a:link{
	background-position:left top;

}
.article-header a.to-list-dvd:hover{
	background-position:left bottom;
}
