@charset "utf-8";

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

あらすじ

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

.article-header{
	margin-bottom:23px;
	overflow:hidden;
}

* html  .article-header{
	overflow:visible;
	height:1%;
}

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

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

.episode-image{
	float:right;
	margin-left:10px;
	margin-right:10px;
	width:240px;
	border:1px solid #77BF63;
}


.dvd-image{
	float:right;
	margin-left:10px;
	margin-right:10px;
	width:176px;
	border:1px solid #77BF63;
}

.episode-text{
	padding-left:10px;
	text-align:left;
}

.episode-title{
	font-size:1.4em;
	color:#E60012;
}

.episode-text p{
	font-size:1.2em;
	margin-bottom:1em;
}

.episode-text p.author{
	margin-bottom:0;
	color:#333333;
}
