@charset "utf-8";

.textarea{
	padding:0px 10px 0px 10px;
}
#newsTiArea {
	position: relative;
	margin-bottom: 10px;
	width: 630px;
	height: 36px;
}
#newsTiArea h3 {
	position: absolute;
	top: 0;
	left: 0;
}
#newsTiArea #btnNews {
	position: absolute;
	top: 7px;
	right: 7px;
}
#newsArea {
	overflow: auto;
	margin-bottom: 30px;
	width: 630px;
	height: 150px;
}
#newsArea dl {
	padding: 5px 10px;
	border-bottom: 1px dashed #A9C3D4;
	line-height: 1.6;
}
#newsArea dl dt {
	float: left;
	width: 9em;
}
#newsArea dl dd {
	overflow: hidden;
	margin-left: 10em;
}
