@CHARSET "UTF-8";
/* === youtube ========================== */
#youtube-flame {
	width:756px;
}
#youtube-body .youtube-div {
	display: block;
	float: left;
	width: 185px;
	height: 235px;
	margin:0px 4px 8px 0px;
	overflow: hidden;
	position: relative;
}
#youtube-body .youtube-div DIV.pic{
	background-image: url("/img/panel2b.png");
	background-repeat: no-repeat;
	width: 156px;
	height: 110px;
	padding-top: 14px;
	text-align:center;
}
#youtube-body .youtube-div DIV.pic IMG.youtube-pic{
	width: 120px;
	height: 90px;
}
#youtube-body .youtube-div DL,
#youtube-body .youtube-div DT,
#youtube-body .youtube-div DD{
	padding: 0px;
	margin: 0px;
}


#youtube-body .youtube-div DT{
	font-size: 100%;
	font-weight: bold;
	height: 18px;
	overflow: hidden;
}
#youtube-body .youtube-div .author{
	font-size: 90%;
	margin-bottom: 4px;
}
#youtube-body .youtube-div .author span{
	font-weight: bold;
}
#youtube-body .youtube-div .length{
	background-color: #000;
	color: #fff;
	font-size: 80%;
	padding: 1px 4px;
	width: 25px;
	text-align: centr;
	position: absolute;
	left: 105px;
	top: 15px;
}
#youtube-body .youtube-div .rating{
	text-align: centr;
	position: absolute;
	left: 8px;
	top: 100px;
}
#youtube-body .youtube-div .viewCount,
#youtube-body .youtube-div .published{
	font-size: 80%;
	color: #777;
	margin-left: 4px;
	display: inline;
	width: 75px;
}

#youtube-body .youtube-div .comment{
	margin-top: 4px;
	height: 18px;
	overflow: hidden;
}
#youtube-body .youtube-div a { color:#366; text-decoration:none; }
#youtube-body .youtube-div a:HOVER { color:#c00; }
#youtube-body .youtube-detail-link {
	font-size: 75%;
	text-align: right;
}
#youtube-body .youtube-detail-link A{
	color: #c00;
	background-color: #fff0f0;
	text-decoration: underline;
}

