@charset "utf-8";
/* CSS Document */
.vdo{
	background-color:#FFF;
}
.vdo_topleft{
	background-image:url(images/youtube/vdo_01.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:12px;
	height:56px;
}
.vdo_top{
	background-image:url(images/youtube/vdo_04.png);
	background-repeat:repeat-x;
	height:56px;
}
.vdo_topright{
	background-image: url(images/youtube/vdo_05.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:14px;
	height:56px;
}
.vdo_left{
	background-image:url(images/youtube/vdo_06.png);
	background-repeat:repeat-y;
	background-position:left;
	width:12px;
}
.vdo_right{
	background-image:url(images/youtube/vdo_08.png);
	background-repeat:repeat-y;
	background-position:right;
	width:14px;
}
.vdo_buttomleft{
	background-image:url(images/youtube/vdo_11.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:12px;
	height:13px;
}
.vdo_buttomright{
	background-image:url(images/youtube/vdo_14.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	width:14px;
	height:13px;
}
.vdo_buttom{
	background-image:url(images/youtube/vdo_12.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:15px;
}
.vdo_header{
	background-image:url(images/youtube/vdo_02.png);
	width:155px;
	height:56px;
}
.vdolist{
	float:left;
	width:120px;
	height:150px;
	overflow:hidden;
	margin:3px;
	padding:5px;
	text-align:center;
	background-color:#F7F7F7;
	display:block;
	border:dotted 1px #CCC;
}
.vdolist:hover{
	background-color:#e0e0e0;
	border:dotted 1px #666;
}
.vdolist img{
	display:block;
	width:120px;
	height:90px;
}
.vdolist a{
	font-size:10px;
	color:#000;
	text-decoration:none;
}


