@charset "utf-8";
/* ===================================================================
CSS information

 file name  :company.css
 author     :Ability Consultant
 style info  :施設概要／会社概要　設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	#main		メイン
----------------------------------------------------*/
#company #main h3 {
	margin-bottom:20px;
}

/*	INTROテキスト
----------------------------------------------------*/
#company .txt_intro {
	margin-bottom:20px;
}

/*	表設定
----------------------------------------------------*/
#company table.tbl_basic {
	width: 700px;
	margin: 0 0 40px;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
