@charset "utf-8";


/* =====================================================================
*	
*	Last update : 2009/09/08
*
*	Production companies : e-bird 
*	Author : ------
*	URL : http://www.e-bird.biz/
*
* =================================================================== */



/*--------------------------------------------------

  master css 

	-- INDEX ----

	// font CSS

	// reset CSS

	// common CSS[All page]

	// top CSS[Top page]
	
	// second CSS[Second page]


--------------------------------------------------*/

@import "font.css";
@import "reset.css";

body{
	background-color:#282828;
}

#kyokoFlash {
	position:absolute;
	z-index:1;
	/*min-width: 1100px;
	width: expression(document.body.clientWidth < 602? "1100px" : "auto");
	min-height: 700px;
	width: expression(document.body.clientWidth < 702? "700px" : "auto");*/
}

#topicsWrap {
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}

#topicsWrap a:hover img { 
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}

#oaContents {
	padding:20px 0 0 20px;
}

#oaContents h2 {
	margin-bottom:15px;
}

#oaContents #btn{
	position:absolute;
	width:30px;
	height:170px;
	left:0;
}
#oaContents #btn a{
	width:40px;
	height:170px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
#oaContents #release{
	width:266px;
	height:159px;
}
#bannerArea{
	position:absolute;
	top:60px;
	right:140px;
}
 * html #bannerArea {
 	right:120px;
 }

#bannerArea div{
	width:88px;
	height:31px;
}

#bannerArea div.bnr01{
	
}
#bannerArea div.bnr02{
	position:absolute;
	left:105px;
	top:0;

}
#bannerArea div.bnr03{
	position:absolute;
	left:0px;
	top:50px;
}
#bannerArea div.bnr04{
	position:absolute;
	left:105px;
	top:50px;

}
#bannerArea div.bnr05{
	position:absolute;
	left:0px;
	top:100px;
	}

#bannerArea div.bnr06{
	position:absolute;
	left:105px;
	top:100px;
	}

