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

 file name  :greeting.css
 author     :igu (admin)
 style info :代表挨拶
=================================================================== */



/*----------------------------------------------------
	#ceoGreeting
		代表挨拶
----------------------------------------------------*/

#ceoGreeting {
	float:left;
	width:600px;
	margin-top:10px;
	margin-bottom:100px;
}

#ceoGreeting .comment {
	float:left;
	width:600px;
	margin-top:13px;
}

#ceoGreeting .comment .img{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

#ceoGreeting #sign {
	float:left;
	width:600px;
	text-align:right;
	margin-top:10px;
}

