.castlistBox{
	width:884px;
	margin:0 auto;
}

.castlist{
	margin:10px 20px 20px 20px;
	padding:5px 0 5px 0;
	width:253px;
	float:left;
	display:table;
	font-family: 'verdana', sans-serif;
	color: #666666;
	background:#ecf5db;

}

.castimgPart a img{
	width:240px;
	box-sizing:border-box;
	border:solid 1px #c0b279;
/*	box-shadow: 0 0 5px rgba(0,0,0,.3);*/
    -webkit-transition-property: opacity;  
    -webkit-transition-duration: 0.2s;  
    -webkit-transition-timing-function: linear;  
}

.castimgPart a img:hover{
	opacity:0.5;
}

.castimgPart{
	display:table-row;
	text-align:center;
}

.casttxtPart{
	display:table-row;
	text-align:center;
	font-size:1.2em;
}

.castprofilePart{
	position:absolute;
}

.castprofilePart span{
	position:relative;
	background:#e5daae;
	border-radius:2px;
	box-shadow: 0 0 0 2px rgba(229, 218, 174, 1);
	left:200px;
	bottom:16px;
}

.castprofilePart a{
	text-decoration:none;
	color:#666666;
}

#comlistTtl {
background:url(../images/bg_com_gravure.jpg) no-repeat left top;
width:900px;
height:50px;
padding-top:20px;
}

#comlistTtl ul { float: right; width:280px; padding-right:5px; }

* html #comlistTtl ul{ width:300px;} 


#comlistTtl li{
float:left;
margin-left:15px;
background:url(../images/arrow_maru.jpg) no-repeat left top;
padding-left:20px;
}

#comlistTtl li a{ background-color:#e9fe2b}

#comlistTtl li a:hover{ text-decoration:none;}

#comlist{ width:880px; margin:0 auto; position:relative;}

