@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	background: #000000;
}

/*IE用*/
img{
	border: none;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
	font-size: 100%;
	font-family: sans-serif;
}

#logo{
	width: 150px;
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 10;
}

#content{
	position: relative;
}

#footer{
	color: #666666;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -142px;
	font-size: 80%;
}

#youtube_logo{
	position: absolute;
	right: 10px;
	bottom: 18px;
}

#overLayer{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -330px;
	margin-top: -205px;
	display: none;
	background: #333333;
	z-index: 8;
	padding: 10px;
	padding-bottom: 5px;
}

#overLayer p{
	position: absolute;
	top: -13px;
	right: -13px;
	display: none;
}

#overLayer p:hover{
	cursor: pointer;
}

#player{
	width: 640px;
	height: 390px;
}

#search_box{
	position: absolute;
	top: 20px;
	left: 150px;
	z-index: 10;
}

#q{
	width: 180px;
	height: 1.5em;
	font-size: 100%;
}

#q:focus{
	outline-color: #00ffcc;
}

#search_button:hover{
	cursor: pointer;
}

#operation{
	position: absolute;
	top: 20px;
	left: 500px;
	z-index: 10;
	color: #00ffcc;
}

#operation #howto{
	width: 70px;
	line-height: 30px;
}

#operation #howto:hover{
	cursor: pointer;
}

#operation #howto span{
	background: #00ffcc;
	color: #ffffff;
	border-radius: 30px;
	box-shadow: 1px 1px 3px rgba(255,255,255,0.8);
	padding: 2px;
	font-weight: bold;
}

#operation #howto_description{
	background: rgba(255,255,255,0.1);
	padding: 5px;
	display: none;
	
}

.movie{
	opacity: 0.5;
}

/* .movie:hover{
	opacity: 1.0;
} */

.movie h2{
	display: none;
}

.movie p{
	display: none;
}

#detail{
	position: absolute;
	top: 100px;
	left: 20px;
	z-index: 3;
	width: 322px;
	background: rgba(255,255,255,0.1);
	overflow: hidden;
	display: none;
}

#detail h2{
	padding: 5px;
	color: #ff00cc;
}

#detail p{
	padding: 5px;
	color: #ff6600;
}

#grayLayer{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0.7;
	display: none;
	z-index: 7;
}