@charset "utf-8";

/*/////////////////////////////////////////////*/
/*///                                       ///*/
/*///	     avex WORLD AUDITION 2008       ///*/
/*///                                       ///*/
/*///        style.css                      ///*/
/*///                                       ///*/
/*/////////////////////////////////////////////*/

body{
background-color: #000000;
}

#main {
	behavior:url(common/js/iefixed.htc);
	min-width:900px;
	height:650px;
	background:url(images/index_background.jpg) no-repeat bottom;
}
#main .main-inner {
	position:relative;
	height:650px;
}

#container {
	width:100%;
	height:100%;
	behavior:url(common/js/iefixed.htc);
	min-width:900px;
	min-height:750px;
}

html>body #container {
position:relative;
}

.footer-inner .menu {
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	top:0px;
	right:0;
}
.footer-inner .copyright {
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	display:block;
	width:339px;
	height:18px;
	background:url(common/images/g_copyright.gif) no-repeat;
}
.footer-inner .copyright span {
	display:none;
}

.lang_navi {
top:0px !important;
}

.main_content {
	position:absolute;
	width: 377px;
	left: 489px;
	top: 51px;
}

.main_content .p1 {
	display:block;
	margin:0px auto 15px auto;
	width:369px;
	height:15px;
	text-indent:-999em;
	overflow:hidden;
	background:url(images/index_p1.png) no-repeat;
}
* html .main_content .p1 {
behavior: expression(IEPNGFIX.fix(this));
}

.main_content .p2 {
	display:block;
	margin:0px auto 15px auto;
	width:377px;
	height:99px;
	text-indent:-999em;
	overflow:hidden;
	background:url(images/index_p2.png) no-repeat;
}
* html .main_content .p2 {
behavior: expression(IEPNGFIX.fix(this));
}

.main_content .p3 {
	display:block;
	margin:0px auto 20px auto;
	width:377px;
	height:96px;
	text-indent:-999em;
	overflow:hidden;
	background:url(images/index_p3.png) no-repeat;
}
* html .main_content .p3 {
behavior: expression(IEPNGFIX.fix(this));
}
