@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/background.jpg) repeat-x #fafcfc;
}
#footer #piece {
	position:absolute;
	bottom:-42px;
	left:-240px;
}

.news {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CBE4E2;
}
.news .date {
	color:#48A49D;
	font-weight:bold;
}
.news .title {
	font-weight:bold;	
}
.news .more a {
	color:#48A49D;
	font-weight:bold;
}

.news-detail {
	padding-top:20px;
	border-bottom:none;
}
.news-detail .body {
	font-size:12px;	
}
.news-detail .more {
	padding-top:30px;	
}