@charset "UTF-8";
@import "common.css";

#main h2{
	margin-right:15px;
}
#main h3{
}

/******************************************************
//
//  @ CAST
//
******************************************************/

.blogbox a{
color: #ff0;
}

.castlist{
margin-left: 20px;

}
.blogbox .block{
	width: 540px;
	background: #ccc;
	margin-left:20px;
	margin-bottom:10px;
	padding: 0px;
	border: 1px solid #505050;
	background: #505050 url(/img/box_bg.gif) repeat-x right top;
	clear:both;
	display:inline-block;
}
.blogbox h3{
}

.blogbox h3 span{
	margin-left: 15px;
	font-size: 12px;
}
.blogbox a .photo{
	margin: 3px auto;
	display: block;
	width: 180px;
}

.blogbox .text{
	font-size: 14px;
	line-height: 18px;
	margin-left: 30px;
}
.bloglist{
	float: right;
	width:270px;
	font-size: 12px;
}
.bloglist dl{
	border-left: 1px solid #505050;
	background: url(/img/box_bg.gif) repeat-x right top;
}
.bloglist dt{
	font-size: 14px;
	padding: 5px;
	background: #505050;
}

.bloglist dd{
text-align: right;
	font-size: 12px;
	background: #5f5f5f;
	padding: 3px;
}

.cast{
	float: left;
	margin-top: 5px;
	width: 250px;

}
