@charset "utf-8";

/*=========================================================
	[ mov.css ]
	content page base design
	date - creation:2010-01-12 // update:2010-01-12
=========================================================*/

/*=========================================================
	mov
		1. topflash
=========================================================*/
#topSwf{
	margin:15px 0;
	width:620px;
}
#topSwf #mainSwf{
	float:left;
	width:500px;
}
#topSwf #movBtn span{
	display:none;
}
#topSwf #movBtn a{
	display:block;
	float:right;
	width:116px;
	height:279px;
	background:url(../../images/ind_mov_btn.jpg) no-repeat top;
}
#topSwf #movBtn a:hover{
	background:url(../../images/ind_mov_btn_ov.jpg) no-repeat top;
}


/*=========================================================
	mov
		1. flash
=========================================================*/

#movSwf{
	padding:13px 13px 8px;
	border:1px solid #CCCCCC;
	background-color:#E6E6E6;
}

