@charset "utf-8";
/* ===================================================================
CSS information

 file name  : company.css
 author     : Ability Consultant
style info  : トップページページ設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/*----------------------------------------------------
	.pagetitle 	タイトル
----------------------------------------------------*/
#company .pagetitle{
	width: 960px;
	margin: 22px auto 0 auto;
	overflow: hidden;
	clear: both;
	}

/*----------------------------------------------------
	.con_staff 	スタッフ
----------------------------------------------------*/
#company #con_staff{
	margin-bottom: 50px;
	}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}