﻿@charset "utf-8";


/*以下はIE6用（position: fixed;）*/
/*****************************************
body {
	background: url(null) fixed;
}

#smp {
	left: 0px;
	top: 0px;
	width: 200px;
	height: 40px;
	background-color: #00cc00;
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop+0));
}
*******************************************/

#movie {
	position: absolute; /*fixed;*/
	z-index: 50;
	margin: 0px;
	padding: 0px;
	left: -500px;
	top: 0px;
	width: 474px;
	height: 313px;
}

#mainarea {
	position: absolute;
	left: 14px;
	top: 14px;
	width: 446px;
	height: 285px;
	z-index: 2;
}

#cts {
	position: absolute;
	left:8px;
	top:37px;
	width: 430px;
	height: 240px;
	z-index: 15;

	background-color: #333;
}

#titlearea {
	position: absolute;
	left:8px;
	top:8px;
	width: 430px;
	height: 21px;

	z-index: 11;

}

#textarea {
	position: absolute;
	left:8px;
	top:8px;
	width: 430px;
	height: 21px;

	overflow:hidden;
	display:block;

	background-color: #000;

	z-index: 10;
}

#titlename {
	position: absolute;
	text-align: left;
	left: 10px;

	color: #ccc;
	width: 420px;

	overflow: hidden;
}

#btnarea {
	position: absolute;
	left: 382px;
	top: 8px;
	width: 56px;
	height: 21px;

	z-index: 12;
	background-color: #bcbcbc;
}

#btn {
	margin-left: 3px;
	*margin-left: 2px;
	margin-top: 2px;
	width: 51px;
	height: 17px;
}

#btn1,
#btn2,
#btn3 {
	float:left;
	width: 17px;
	height: 17px;
	display: block;
}

#btn1 {background-image: url("http://bitol.net/img/movie/b1_act.gif");}
#btn2 {background-image: url("http://bitol.net/img/movie/b2_act.gif");}
#btn3 {background-image: url("http://bitol.net/img/movie/b3_act.gif");}


#spacearea {
	position: absolute;
	left:8px;
	top:29px;
	width: 430px;
	height: 8px;

	z-index: 10;
}

#zoomarea {
	position: absolute;
	left:0px;
	top:0px;
	width: 446px;
	height: 285px;

	background-color: #fff;
	z-index: 5;
}

#shadowarea {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

table#shadow {
	border-collapse: collapse;
	border-spacing: 0;
}

table#shadow tr,
table#shadow td {
	margin: 0;
	padding: 0;
	border: solid 0 #fff;
}
