#youtubelist{
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#youtubebox{
	clear: right;
	display: inline;
	margin: 2px;
}
.thumbbox{
	height: 90px;
	width: 267px;
	float: left;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 7px;
	background-image: url(http://keitai.chu.jp/a/search/img/youtubelist.jpg);
	background-repeat: no-repeat;
	margin: 1px 1px 2px;
}
#youtubethumb {
	width: 96px;
	height: 72px;
	float: left;
	margin: 4px 4px 4px 15px;
	border: none;
}

.iconyoutube{
	float: left;
	border: none;
}

#youtubecontent {
	margin-left: -430px;
	top: -220px;
	position: absolute;
	left: 50%;
	padding: 3px 20px 20px 20px;
	background: #333
}
#youtubeoverlay {
	background-color: #fff;
	overflow: visible;
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	z-index: 100
}

