@charset "euc-jp";

/*
	トピックス
*/
#topics{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#topics .title{
	font-size: 120%;
	font-weight: bold;
}
#topics .date{
	margin: 5px 0px 0px 5px;
	font-weight: bold;
	font-size: 80%;
}
#topics p{
	margin: 5px 0px 0px 5px;
	line-height: 140%;
}


