@charset "utf-8";
/*CfbNX */
#cont{
	text-align:center;
	padding-top:5px;
}

#bannar{
	text-align:center;
	height:300px;
}
#bannar textarea {
   /* 背景画像の指定 */
	background-image: url("../images/infomation.jpg");
	background-repeat: no-repeat;
	background-position: top center;
   /* テキストエリアのサイズ */
	width: 900px;
	height: 300px;
	text-align: center;
	line-height:75px;
	border:none;
}
	
