@charset "utf-8";
/* -----------------------------------------------
CSS file For ACRO Inc.
FileName: index.css
----------------------------------------------- */
@import url(common/css/layout.css);
html,body{width:100%; height:100%;}
div#fla-container{width:100%; height:100%; position:relative; overflow:auto;}
div#fla{
	width:100%;
	height:100%;
	min-width:950px;
	min-height:900px;
	width:expression(document.body.clientWidth < 952 ? "950px" : "100%");
	height:expression(document.body.clientHeight < 902 ? "900px" : "100%");
}


/* current navi */
ul#gnavi li.home a{background-position:0 -20px;}



/* -----------------------------------------------
Main
----------------------------------------------- */
div#main p#txt		{background:transparent url(images/txt02.gif) no-repeat top left; width:460px; height:365px; margin-top:30px;}
div#main p#txt span	{display:none;}

