@charset "utf-8";
/* CSS Document */
.item-pcast {
	padding:5px;
	border-bottom:3px solid #CCC;
	border-right:3px solid #CCC;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin-bottom:6px;
	background-color:#FFF;
}
.item-pcast h1 {
	color:#F90;
	font-size:12px;
	font-weight:bold;
	margin:0;
}
.item-pcast p {
	margin:0;
	color:#666;
	font-size:9px;
	margin:0 0 4px 0;
}

