@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
	background-color:#000;
}
body {
	background-repeat: no-repeat;
	margin-top: 0px;
	background-position: top center;
	background-image: url(images/sub_longlong2.jpg);
}

#clear {
	clear: both;
	}
	

/* COMMON STYLE & WRAPPER -------------------------------- */


#container {
	margin:0 auto;
	text-align:center;
    background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/sub_longlong2.jpg);
	line-height: 0px;
  clear : both;

}
#wrapper {
	width:1020px;
	margin:0 auto;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/sub_longlong2.jpg);
	line-height: 0px;
}
/* main-page_base -------------------------------- */	
#contents_main {
	width: 962px;
	line-height: 0px;
	margin: 0 auto;
	min-height: 1em;
	display: inline-table;
}
/* CONTENTS_L -------------------------------- */	
#contents_l {
	float:left;
	width: 206px;
}

/* CONTENTS_R -------------------------------- */
	
#contents_r {
	overflow:auto;
	float: right;
	width: 756px;
}

/* bottomLINE -------------------------------- */	
#bottom {
	position: center;
	height: 51px;
	background-image: url(images/sub_bottom_line.jpg);
	background-repeat: no-repeat;
	background-color:#000;
	margin: 0 auto;
}
/* FOOTER -------------------------------- */	
#footer {
	position: relative;
	height: 140px;
	background-image: url(images/sub_footer.gif);
	background-color:#000;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}
/* falcom logo -------------------------------- */	
#falcomlogo {
	display:block;
	position:absolute;
	top: 48px;
	left:768px;
	width:145px;
	height:40px;
	margin: 0 auto;
}
