@charset "utf-8";
/* CSS Document */

#readArea{
	padding-bottom:20px;
}

.topicsArea{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/topicsBackImg.jpg);
	background-repeat:repeat-y;
	
}

	.topicsArea .day{
	font-size: small;
	color: #666666;
	}
	.topicsArea .title{
	color:#007300;
	font-weight:bold;
	}
	.topicsArea p {
	line-height: 120%;
	}
	.topicsArea .leftText{
	width:400px;
	}
	.topicsPhoto{
	margin-light:10px;
	}
	
#retune{
	display:none;
}

