@import "unit_common.css";
@import "unit_head.css";
@import "unit_content.css";


#bannerList{
	margin:			auto;
	width:			710px;
}
#bannerList h2{
	margin-top:	20px;
	margin-bottom:	20px;
	text-align:		center;
}
#bannerList .banner{
	margin-bottom:	20px;
}
#bannerList .banner textarea{
	margin-top:		10px;
	width:			700px;
	height:			5em;
	border:			solid 1px #666666;
	overflow:		auto;
	font-size:		small;
}

