@charset "UTF-8";
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background:#000000;
	color:#ffffff;
	font-size:12px;
}
a{
	color:#ffffff;
}
a:hover{
	text-decoration:none;
}
#bg{position:absolute; top:0; left:0; z-index:0;width:100%;}
#contents{
	width:100%;
	margin:0;
	position:relative;
}
/****** header ******/
#header{
	width:100%;
	height:21px;
	background:url(../images/common/header_bg.jpg) repeat-x;
	text-align:right;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}
#header a img{
	margin:7px 20px 0 0;
}
/****** main ******/
#mainAria{
	width:100%;
	margin-top:21px;
	position:relative;
	top:0;
	left:0;
}
#topContent{
	display:none;
	position:absolute;
	top:35%;
	left:25%;
	z-index:4;
	text-align:center;
}
#mainContent{
	position:absolute;
	top:31px;
	left:0;
	z-index:4;
}
#mainMultiPlay{
	position:relative;
	top:31px;
	left:0;
	z-index:4;
}
#ceditionContent{
	//height:835px;
	position:relative;
	top:10px;
	left:0;
	z-index:4;
}
.linkImg{
	display:block;
	width:429px;
	height:28px;
	/*margin-left:50px;
	margin-top:8px;*/
    margin-bottom: 8px;
}
.linkImg2{
	display:block;
	width:108px;
	height:29px;
	/*margin-left:50px;*/
	margin-top:8px;
	margin-bottom:8px;
}
.linkImg3{
	/*margin-left:50px;*/
}
#ceditionContent #btnbox {
    margin-left:50px;
    margin-top:10px;
    width: 878px;
    height: 137px;
    /*border: 1px solid #ffffff;*/
}
#ceditionContent #l_box{
    width: 429px;
    height: 72px;
    /*border: 1px solid #ffffff;*/
    float:left;
}
#ceditionContent #r_box{
    width: 429px;
    height: 72px;
    float:right;
    /*border: 1px solid #ffffff;*/
}
.clear {
    clear:both;
}
/****** menu ******/
#b_index{
	background:url(../images/menu/btn_home_off.png) no-repeat;
	width:330px;
	height:59px;
}
#b_products{
	background:url(../images/menu/btn_products_off.png) no-repeat;
	width:330px;
	height:58px;
}
#b_multiplay{
	background:url(../images/menu/btn_multiplay_off.png) no-repeat;
	width:330px;
	height:58px;
}
#b_movie{
	background:url(../images/menu/btn_movie_off.png) no-repeat;
	width:330px;
	height:58px;
}
#b_assemble{
	background:url(../images/menu/btn_assemble_off.png) no-repeat;
	width:330px;
	height:58px;
}
#b_unac{
	background:url(../images/menu/btn_unac_off.png) no-repeat;
	width:330px;
	height:58px;
}
#b_singlestyle{
	background:url(../images/menu/btn_singlestyle_off.png) no-repeat;
	width:330px;
	height:58px;
}
#b_keyword{
	background:url(../images/menu/btn_keyword_off.png) no-repeat;
	width:330px;
	height:58px;
}
/****** footer ******/
#footer{
	width:100%;
	height:56px;
	background:url(../images/common/footer_bg.jpg) repeat-x;
	text-align:center;
	position:relative;
	bottom:0;
	left:0;
	z-index:11;
}
#footer_f{
	width:100%;
	height:56px;
	background:url(../images/common/footer_bg.jpg) repeat-x;
	text-align:center;
	position:relative;
	z-index:500;
}
#footer ul,
#footer_f ul{
	width:100%;
	height:56px;
	list-style-type:none;
	
}
#footer ul li#media,
#footer_f ul li#media{
	width:30%;
	height:56px;
	margin-left:2%;
	text-align:left;
	float:left;
}
#footer #logo,
#footer_f #logo{
	width:35%;
	height:56px;
	text-align:center;
	float:left;
}
#footer #copyright,
#footer_f #copyright{
	width:30%;
	height:56px;
	margin-right:2%;
	text-align:right;
	float:left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

