@charset "UTF-8";
/* toppage blog CSS Document */

body ul {
	padding: 10px;
}


body ul li{
	margin-bottom:10px
}

body ul li .date a{
	font-size:12px;
	line-height:1;
	margin-bottom:4px;
	color: #000;
}

body ul li a {
	text-decoration: none;
	color: #0062cd;
}

body ul li a:hover {
	text-decoration: underline;
}

body ul li .title {
	font-size: 14px;
}