@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------- */
/* ----------------------- MAIN PAGE STYLES ------------------------ */
/* ----------------------------------------------------------------- */

#panel_inside {
	height: 660px;
	width: 2000px;
	position: relative;
	text-align:right;
	background:url(../images/common/loading.gif);
	background-repeat:no-repeat;
	background-position:1100px; 300px;
}

#panel_outside {
	height: 660px;
	width: 2000px;
	position: relative;
	text-align:left;
	background:url(../images/common/loading.gif);
	background-repeat:no-repeat;
	background-position:800px; 300px;
}

#text1,
#text2 {
	width: 220px;
	position: absolute;
	z-index:1;
}

#text1 {
	left: 520px;
	top: 312px;
}

	div#text1 li#subheadline,
	div#text1 li#copy {
		padding-bottom: 0px;
		text-align: left;
		list-style: none;
	}

#text2 {
	left: 1260px;
	top: 308px;
}

	div#text2 li#subheadline,
	div#text2 li#copy {
		padding-bottom: 0px;
		text-align: right;
		list-style: none;
	}