body {
}

#Worlog_overlay {
	position: absolute;
	z-index:1000;
	top: 0px;
	left: 0px;
	margin: 0px;
	background-color:#ffffee;
}

#Worlog_window2 {
	position: absolute;
	background: #000000;
	z-index: 1002;
	margin:0px;
	padding:0px;
	border: 4px solid #525252;
	text-align:left;
}


#Worlog_window {
	position: absolute;
	z-index: 1002;
	margin:0px;
	padding:0px;
	text-align:left;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:1001;
}

#WO_title_bar {
	background-color:#000033;
	height:15px;
	margin:0px 0px 0px 0px;
	background-image:url('http://movie.worlog.jp/css/title_bar.gif');
	background-position-x:left;
}

#WO_title_name {
	width: 300px;
	text-align: left;
	margin-left:5px;
	font-size:small;
	color:white;
	float: left;
	border-color: white;
}

#WO_close {
	width:43px;
	height:15px;
	margin: 0px 0px 0px auto;
	text-indent:-100px;
	z-index: 1002;
	overflow:hidden;
	float: right;
}

#WO_close a{
	margin-right:0px;
	height:15px;
    display:block;
	background : url(http://movie.worlog.jp/css/close.gif) no-repeat ;
	background-position : top;
}
#WO_close a:hover{
	background : url(http://movie.worlog.jp/css/close.gif) no-repeat ;
		background-position : 0 -15px;
}

#WO_frame{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:none;
	width:850px;
	height:485px;
	vertical-align: middle;
	background-color: black;
}

#worlog_frame{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:none;
	border-color:black;
	border-style:none;
	frameborder:0px;
	height:485px;
	width:850px;
	background-color: black;
}

