@charset "utf-8";







/* トピックス用CSS */




body {



	font-size: 13px;











}


.list p {
	margin-left: 1em;
}







.info-topics ul {



	margin-top: 6px;



	margin-left: 10px;

	

	padding-top: 10px;

	padding-bottom: 10px;

}

.info-topics ul li {

	

	list-style-type: none;

}



.info-topics {

	

	background-color: rgb(252, 242, 194);
	width:290px;


}



.info-topics .date {

	display: inline;

	float: left;



	width: 70px;



	color: rgb(223, 114, 64);



}


.info-topics .headline {



	display: inline;

	text-align: left;



/*	width: 520px;*/



}







.clear {



	clear: both;



}