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

.maintitle{
	font-size: 26px;
	font-weight: bold;
}
.data{
	font-size: 13px;
	color: #333;
}
.marker{
	background:linear-gradient(transparent 60%, #d9ff72 60%);
}
.num{
	font-size: 18px;
	font-weight: bold;
	color: #0D6600;
}
.green-blog{
	font-weight: bold;
	color: #0D6600;
}
.red-p{
	font-weight: bold;
	color: #880290;
}
.taisaku {
	font-size: 14px;
	font-weight: bold;
	color: #6302ae;	
	text-decoration:underline
}
div.list_blog ul li{
	list-style:none;
	margin:10px 0 0 10px;
	padding:0;
	font-size:13px;
	line-height:20px;
}
div.list_blog ul{
	display:block;
}
div.list_blog ul li{
	padding:0 5px 0 5px;
	text-decoration:underline;
}
div.list_blog ul li:hover{
	color: #3C009C;
}
.list_blog {
width: 260px;
height: 215px;
	overflow:scroll
}
