@charset "utf-8";

@font-face {
    font-family: GOTHIC;
    src: url(images/astro/navigation/GOTHIC.TTF);
}

::-webkit-scrollbar {
    display: none;
}

body {
    margin: 0px;
    padding: 0px;
	background-image:url(images/main/main_bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	background-color: #000000;
}

#lp_main_frame {
	position: relative;
	margin: auto;
	width: 1000px;	
	height: auto;
}

#lp_top_frame {
	position: relative;
	margin: auto;
	top: -1px;
	width: 1000px;	
	height: 68px;
	line-height: 66px;
	text-align: center;
	font-size: 38px;
    font-family: GOTHIC;
	color: rgba(217,217,217,0.90);	
	background: url('images/main/lp_top_frame.png');
}

#lp_mid_frame {
	position: relative;
	margin: auto;
	margin-top: 65px;
	width: 900px;	
	height: 900px;
}

#lp_btm_frame {
	position: relative;
	margin: auto;
	margin-top: 65px;	
	width: 1000px;	
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
    font-family: GOTHIC;
	color: rgba(217,217,217,0.90);	
	background: url('images/main/lp_btn_frame.png');
}

#lp_galaxy_rotate {
	width: 900px;
	height: 900px;	
	-webkit-animation:spin 300s linear infinite;
    -moz-animation:spin 300s linear infinite;
    animation:spin 300s linear infinite; 
	display: table;	
	z-index: 2;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#lp_frame_astro {
	position: absolute;
	top: 850px;
	left: 620px;
	width: 315px;
	height: 87px;
	float: left;
	background-image: url('images/main/main_select_as.png');
	z-index: 2;
}

#lp_frame_astro:hover {
	position: absolute;
	top: 850px;
	left: 620px;
	width: 315px;
	height: 87px;
	float: left;
	background-image: url('images/main/main_select_as_hover.png');		
	z-index: 2;
}

a.link_astro {
	text-decoration: none;
	color: rgba(183,39,39,0.0);
	line-height: 87px;
	display:block;
	height:100%;
	width:100%;
}

#lp_frame_fs {
	position: absolute;
	top: 150px;
	left: 500px;
	width: 399px;
	height: 102px;
	float: left;
	background-image: url('images/main/main_select_fs.png');
	z-index: 2;
}

#lp_frame_fs:hover {
	position: absolute;
	top: 150px;
	left: 500px;
	width: 399px;
	height: 102px;
	float: left;
	background-image: url('images/main/main_select_fs_hover.png');
	z-index: 2;
}

a.link_fs {
	text-decoration: none;
	color: rgba(183,39,39,0.0);
	line-height: 102px;
	display:block;
	height:100%;
	width:100%;
}

#lp_frame_ka {
	position: absolute;
	top: 750px;
	left: 0px;
	width: 392px;
	height: 86px;
	float: left;
	background-image: url('images/main/main_select_ka.png');
	z-index: 2;
}

#lp_frame_ka:hover {
	position: absolute;
	top: 750px;
	left: 0px;
	width: 392px;
	height: 86px;
	float: left;
	background-image: url('images/main/main_select_ka_hover.png');
	z-index: 2;
}

a.link_ka {
	text-decoration: none;
	color: rgba(183,39,39,0.0);
	line-height: 86px;
	display:block;
	height:100%;
	width:100%;
}