@charset "utf-8";
/* ===================================================================
CSS information

 file name  :designers.css.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	
	#main_title		メインイメージ
		
----------------------------------------------------------- */
#designers #main_title h2 {
	background:url(../designers/images/title.jpg) center 0 no-repeat;
}



/*----------------------------------------------------
	#main	メイン	
----------------------------------------------------*/

/*	.con_designer		デザイナー	
----------------------------------------------------*/
#designers #main .con_designer {
	margin-bottom:60px;
	width:740px;
}

#designers #main .con_designer h3 {
	margin:15px 0;
}

#designers #main .con_designer p {
	padding-left:30px;
	width:660px;
}








/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/




