@charset "utf-8";


h3.dbtitle a {
	font-weight: bold;
	padding-right: 80px;
	background: url(/img/btn_more.gif) right center no-repeat;
}

#contents ul#catlist {
	margin-left: 0;
	list-style-type: none;
}



div.entry-categories,
div.entry-tags,
div.kwlink {
	border: 1px dashed #CCC;
	padding: 16px;
	margin-bottom: 10px;
}
div.entry-categories h4,
div.entry-tags h4,
div.kwlink h4 {
	font-weight: bold;
	font-size: 12px;
}
div.entry-categories ul,
div.entry-tags ul,
div.kwlink ul {
	list-style-type: none;
}
div.entry-categories ul li,
div.entry-tags ul li,
div.kwlink ul li {
	display: inline;
	margin-right: 10px;
	font-size: 12px;
	margin-left: 0;
}
div.kwlink form div {
	text-align: center;
}

p.comtb {
	position: relative;
}
p.comtb a.map,
p.comtb a.kuchi,
p.comtb a.tb {
	display: block;
	width: 66px;
	height: 13px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	overflow: hidden;
}
p.comtb a.map {
	background: url(/img/btn_map.gif);
	left: 0px;
}
p.comtb a.kuchi {
	background: url(/img/btn_kuchi.gif);
	left: 68px;
}
p.comtb a.tb {
	background: url(/img/btn_tb.gif);
	left: 136px;
}

