@charset "utf-8";
/* CSS Document */

/* youtube
---------------------------------------------------------*/

div#YP {

}


div#wrapMovie{
	display: inline;
	float: left;
	width: 425px;
	height: 384px;
}

div#wrapCt {
	display: inline;
	float: left;
	margin: 25px 0 0;
}

div#wrapCt p {
	line-height: 2.5em;
}

div#CMPlayer {
	padding: 5px;
	border: 1px solid #e9e9e9;
	background-color: #f0f0f0;
}

div#Player {
	display: inline;
	float: left;
	width: 320px;
	height: 280px;
	padding: 5px;
	background-color: #f0f0f0;
}

div#wrapList {
	display: inline;
	float: right;
	width: 395px;
	height: 270px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #e6e6e6;
}


div#PlayList {
	width: 395px;
	height: 235px;
	margin: 0;
	padding: 0 0 5px 0;
}


div#wrapList ul {
	overflow: auto;
	list-style: none;
	height: 100%;
	margin: 0;
	padding: 0;
	
}

div#wrapList ul li {
	clear: both;
	line-height: 1.4;
	width: 378px;
	margin: 0;
	padding: 0;
}

div#wrapList ul li a {
	display: inline;
	float: left;
	width: 366px;
	min-height: 75px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #f9f9f9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #f9f9f9;
	background-color: #ececec;
}

* html div#wrapList ul li a {
	height: 75px;
}


div#wrapList ul li a:hover {
	background-color: #fcfcfc;
}
div#wrapList ul li a.curr {
	background-color: #fff;
}

div#PlayList ul li img {
	display: inline;
	float: left;
	margin-right: 10px;

}



div#wrapList span {
	display: inline;
	float: left;
}

div#wrapList span.title {
	width: 250px;
	font-weight: bold;
	font-size: 105%;
}

div#wrapList span.time {
	width: 75px;
	text-decoration: none;
	font-size: 90%;
}

div#wrapList span.sentense {
	clear: both;
	width: 300px;
	text-decoration: none;
	margin-top: 4px;
	padding: 0;
	font-size: 90%;
	color: #666;
}




div#wrapList a {
	text-decoration: none !important;
}


/* clearfix
----------------------------------------------------------------------------------------------------*/
div#CMPlayer {
	zoom: 1;/*for IE 5.5-7*/
}
div#CMPlayer:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

