
body#top div.main {
	padding-top: 0px;
}

body#top div.bloglist ul {
	border-top: none;
}

body#top div.bloglist ul li {
	border-bottom: 1px solid #2c0009;
	clear: both;
	display: block;
	padding: 0px;
	width: 100%;
}

body#top div.bloglist ul li a {
	background: #530400 url(images/bloglist_li.gif) no-repeat right top;
	cursor: pointer;
	display: block;
	min-height: 65px;
	padding: 15px 20px 5px 10px;
	position: relative;
	text-decoration: none;
}

body#top div.bloglist ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

body#top div.bloglist ul li a table th {
	display: none;
}

body#top div.bloglist ul li a table td {
	border: none;
	padding: 0px;
}

body#top div.bloglist ul li a table td.t h3 {
	background-image: none;
	color: #c88a3e;
	font-size: 150%;
	line-height: 1.5em;
	padding-left: 0px;
	text-align: left;
}

body#top div.bloglist ul li a table td.t div.photo-sp {
	display: block;
	float: left;
	padding-right: 10px;
}

body#top div.bloglist ul li a table td.d {
	display: block;
	left: 0px;
	padding-left: 10px;
	position: absolute;
	top: 3px;
}

/************************************************************************/
body#entry h2.title {
	padding: 8px 0px;
}

body#entry div.body table td {
	display: block;
	text-align: center;
}

