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

 file name  :top.css
 author     :igu (admin)
 style info :トップページ
=================================================================== */

/*----------------------------------------------------
	#eyeCatch
	　アイキャッチ
----------------------------------------------------*/

#eyeCatch {
	float:left;
	width:960px;
	height:460px;
	position:relative;
}

#eyeCatch a.banner {
	position:absolute;
	display:block;
	float:none;
	right:10px;
	bottom:50px;
}

/*----------------------------------------------------
	#topImage
	　トップイメージ
----------------------------------------------------*/
#topImage {
	float:left;
	width:100%;
	margin-top:20px;
	text-align:center;
}


/*----------------------------------------------------
	#topMsg
	　トップメッセージ
----------------------------------------------------*/
#topMsg {
	float:left;
	width:862px;
	margin-top:20px;
	margin-left:49px;
	margin-bottom:50px;
}

