@charset "utf-8";

/*
----------------------------------------------------------------------
For
	InternetExplorer7
	Firefox2
----------------------------------------------------------------------
*/


/*
 Style import
---------------------------------------------------------------------- */
@import "2base.css"; /* Share style */


/*
 Style edit
---------------------------------------------------------------------- */
/* Side menu */
div#submenu{margin:10px 0px 0px 20px;}


/*
 Original style
---------------------------------------------------------------------- */
/* Banner */
div#banner{margin:10px 0px 0px 20px;}

/* Infomation */
div#info{
	width      :  530px;
	margin-top : -487px;
	margin-left:  210px;
}
div#info div.text{
	background: transparent url(../img/company/business.png) no-repeat;
	width     : 530px;
	height    : 350px;
	margin-top:  10px;
}

/* Hack */
* html div#info{margin-top:-495px;}
*+html div#info{margin-top:-495px;}

/* PngFix */
* html div#info div.text{behavior:expression(IEPNGFIX.fix(this));}


