@charset "EUC-JP";

#main h2 {
	padding-bottom:25px;
}

#main div.wrapper {
}

#main div.block {
	width:270px;
	float:left;
	padding-bottom:25px;
	margin-left:20px;
}
#main div.left {
	margin-left:0;
	clear:both;
}

#main div.block h3 {
	font-size:14px;
	line-height:1.1;
	color:#828282;
	border-bottom:3px solid #EAEAEA;
	padding-bottom:3px;
}

#main div.block p.more {
	position:relative;
}
#main div.block p.more a {
	display:block;
	width:31px;
	height:9px;
	background:url(img/more.gif) no-repeat;
	text-indent:-9999px;
	position:absolute;
	right:5px;
	top:-15px;
}

#main div.block p.entry {
	border-bottom:1px solid #EAEAEA;
	padding:10px 0;
}

#main div.block p.entry .date {
	font-size:x-small;
	color:#666;
}

#main div.block p.entry a {
	display:block;
	color:#333333;
	text-decoration:none;
	padding:0 5px 0 7px;
	border-left:3px solid #66CCFF;
	background:url(img/arrow1r.gif) no-repeat left center;
}
#main div.block p.entry a:hover {
	background:#66CCFF;
}

* html #main div.block p.entry a {
	background:url(img/arrow1r.gif) no-repeat 3px center;
}