@charset "EUC-JP";

@import "/r_css/imports.css";
@import "/r_css/parts/cmslist.css";
@import "/etc/idol/tabane/css/pack715.css";


/*----------------------------------------------------------------
	
	xxx CSS
	
	contents
	
	topicPath
	
	contentsHeader
	
	contentsContainer
	
	contentsFooter
	
	
	----------------------------------------------------------------*/


/* contents
========================================== */
#contents{
}

/* topicPath
========================================== */
/*.topicPath{
	margin-bottom: 10px;
}
.topicPath ul{
}
.topicPath li{
	padding: 0 4px 0 8px;
	background: url(../img/arrowtopicpath.gif) no-repeat;
	background-position: 0 4px;
	list-style: none;
	display: inline;
}*/


/* contentsHeader
========================================== */
.contentsHeader{
}
.contentsHeader h1{
}


/* contentsContainer
========================================== */
.contentsContainer{
	width:715px;
	padding:0 0 8px;
}
.contentsContainer div.cast{
	background: url(../img/bg.jpg) no-repeat;
	height:274px;
	position:relative;
}
#contents .contentsContainer div.cast p{
	position:absolute;
	top:10px;
	right:0;
	width:263px;
	color:#ea0181;
	font-size:10px;
	line-height:1.8
}

.contentsContainer div.read{
	background:#f52b9a;
	padding:2px 0;
	margin-bottom:10px;
}
.contentsContainer div.read p{
	border:1px solid #FFF;
	border-right:none;
	border-left:none;
	padding:10px 20px;
	color:#FFF;
}
.contentsContainer div.link{
	border:1px solid #f52b9a;
	border-right:none;
	border-left:none;
	padding:10px 0;
	margin-bottom:20px;
}
.contentsContainer div.link span{
	color:#f52b9a;
	margin-right:10px;
}