@charset "UTF-8";
.top_bannar {
	margin-top:25px;
	display:table;
	width:1000px;
}
.craft {
	width:230px;
	height:50px;
	background:#fd7c9d;
	font-size:19px;
	color:white;
	font-weight:bold;
	line-height:25px;
 	border-radius: 5px;
 	border: 1px solid #999;
	box-shadow:1px 2px 3px #000;
}
.craft:hover {
	background:#fda5bb;
	cursor: pointer;
}
.sub_bannar1 {
	display:table-cell;
	width:250px;
	height:60px;
	vertical-align:middle;
}
.sub_bannar2 {
	display:table-cell;
	width:750px;
	height:60px;
	vertical-align:middle;
}
.bannar_text {
	text-shadow:1px 2px 3px #808080;
}
