body {
	background-color: #fae9ed;
}

/* PAGEBODY */
#pageBody {
	background: url(../images/bg_pb.png) no-repeat left top;
}

/* LOCAL */
#contents {
	padding-top: 21px;
}

#contents .lead {
	padding-top: 15px;
	width: 435px;
	float: right;
}
#contents .news {
	margin-left: 27px;
	width: 471px;
}
	#contents .news .box {
		background-color: #f9edf1;
		border: solid 4px #fff;
		padding: 8px;
	}
	#contents .news h3 {
		margin-bottom: 7px;
	}
	#contents .news dl {
		height: 164px;
		overflow-y: scroll;
	}
	#contents .news dt {
		font-size: 10px;
		color: #d90000;
		float: left;
	}
	#contents .news dd {
		margin-bottom: 9px;
		margin-left: 79px;
		padding-right: 10px;
		color: #666;
	}
	#contents .news h4 {
		margin-bottom: 4px;
		font-size: 12px;
	}
	#contents .news p {
		font-size: 10px;
	}
