/* youtube
/****************************************************/
.youtube ul {
	font-size: 10px;
	list-style-type: none;
	display: block;
}

/* youtubetop
/****************************************************/
.youtubetop .imagebox {
	border: 1px dashed #0000cc;
	background-color: #eeeeff;
	width: 150px;
	height: 180px;
	float: left;
	margin: 3px;
}

.youtubetop p.image {
	text-align: center;
	margin: 3px;
}

.youtubetop p.caption {
	text-align: center;
	margin: 3px;
	font-size: 80%;
	color: darkblue;
}
.youtubetop img {
	width: 100px
	height: 80px;
}

/* youtubesearch
/****************************************************/
.youtubesearch {
	height: 110px;
}

.youtubesearch .image {
	float: left;
	width: 140px;
}
.youtubesearch .content {
	margin-left: 150px;
}

/* youtubenavi
/****************************************************/
.youtubenavi {
	height: 30px;
}

/* youtubeitem
/****************************************************/
.youtubeitem {
	width: 635px;
	height: 480px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.youtubeitem .image {
	float: left;
	width: 425px;
	height: 360px;
}
.youtubeitem .ad {
	float: right;
	width: 200px;
	height: 360px;
}
.youtubeitem .contents {
	float: left;
	width: 630px;
}
/* youtuberelated
/****************************************************/
.youtuberelated {
	clear: both;
	width: 630px;
	height: 110px;
}

.youtuberelated .image {
	float: left;
	width: 140px;
}
.youtuberelated .content {
	margin-left: 150px;
}

