@charset "utf-8";

/* movie
---------------------------------------------------------------*/
#moviePlayer {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(../img/frameBg.png) repeat left top;
}

#closePlayer {
	position: absolute;
	z-index: 11000;
	top: 24px;
	right: 75px;
	width: 75px;
	height: 28px;
}

#closePlayer a {
	display: block;
	/*\*/overflow: hidden;/**/
	width: 75px;
	height: 25px;
	background-image: url(../../contents/image/cmn/btn_ctrl.png);
	background-repeat: no-repeat;
	background-position: 0 -28px;
	text-indent: -9999px;
}
* html #closePlayer a {
	background-image: url(../../contents/image/cmn/btn_ctrl.gif);
}

#closePlayer a:hover {
	background-position: -75px -28px;
}

#playArea {
	position: absolute;
	width: 640px;
	height: 405px;
	margin: 0 auto;
	padding: 30px 0 0;
}

/* contents header */
#cHeader{
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #333
}
#cHeader img{
margin:4px 0px 0px 10px; 
}
/*-------------------------------------*/
