@charset "utf-8";

#SWFbanner *{
	zoom: 1;
}

html, body{
	margin:0;
	padding:0;
}

body {
	position:absolute;
	width:100%;
	height:100%;
}

#CONTENTS .side div#disp {
	height: 250px;
}

#CONTENTS .main {
	position: relative;
	z-index: 45;
}

div.main div.h2_idx p {
	position: relative;
	top:-15px;
}

#SWFbanner {
	text-align: center;
	position: absolute;
	top: 156px;
	height: 250px;
	width: 100%;
	min-width:970px;
	z-index: 40;
}

* html #SWFbanner {
	width:expression(document.body.clientWidth-2 < 970? "970px" : "100%");
}


#SWFbanner object {
	position: relative;
	left: 310px;
}

#SWFbanner img {
	position: relative;
	left: 310px;
}

#expand {
	position: relative;
	left: -310px;
	height: 100%;
	width: 100%;
}
