@charset "UTF-8";
@import "common.css";

#main h2{
	margin-right:15px;
}
#main h3{
	margin:5px 0 ;
}

/******************************************************
//
//  @ CAST
//
******************************************************/

.castbox a{
color: #ff0;
}

.castlist{
margin-left: 20px;

}
.castbox .block{
	float: left;
	width: 250px;
	background: #ccc;
	margin-right:20px;
	margin-bottom:10px;
	padding: 5px;
	border: 1px solid #505050;
	background: #505050 url(/img/box_bg.gif) repeat-x right top;
}
.castbox h3{
	padding: 5px;
	color: #ff0;
	background:  url(/img/line.gif) repeat-x left bottom;
}

.castbox h3 span{
	margin-left: 15px;
	font-size: 12px;
}
.castbox .photo{
	margin: 0 5px 0 0;
	float: left;
	display: block;
}

.castbox .text{
font-size: 14px;
line-height: 18px;
}
.castbox .text span{
font-size: 12px;
}
.castbox .text p{
background:#383838 none repeat scroll 0 0;
border:1px solid #505050;
font-size:10px;
margin:3px 0 0 85px;
padding:3px;
}

