@charset "UTF-8";
#bannerTop {
	height: 100px;
	width: 900px;
	margin: auto;
}
#bannerTitleImage {
	height: 120px;
	vertical-align:middle;
	width:100%;
	margin: auto;
}
#bannerDev {
	width: 100%;
	margin: auto;
	background: #b9b9b9;
	background-image: linear-gradient(to bottom, #b9b9b9, #e4e4e4);
	margin: 2px;
	text-align: center;
	font-weight:bold;
	color: #000000;
}