@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;
}

ul#catlist li {
	display: inline;
}

ul#catlist li a {
	float: left;
	width: 170px;
	height: 170px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

ul#catlist li.db61 a {
	background-image: url(/img/db61.jpg);
}
ul#catlist li.db62 a {
	background-image: url(/img/db62.jpg);
}
ul#catlist li.db63 a {
	background-image: url(/img/db63.jpg);
}
ul#catlist li.db64 a {
	background-image: url(/img/db64.jpg);
}



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,
p.comtb a.bp {
	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;
}
p.comtb a.bp {
	background: url(/img/btn_bp.gif);
	left: 204px;
}


div.trackbacks,
div.comments {
	padding: 16px;
	border: 3px double #CCC;
	font-size: 12px;
}

div.asset-meta a {
	font-weight: bold;
}
div.asset-meta span.date {
	color: #999;
}

span.author,
span.author a {
	color: #009966;
	font-weight: bold;
}

#comment-form-name label,
#comment-form-email label,
#comment-form-url label,
#comments-open-text label {
	font-weight: bold;
}
#comments-open-text label {
	display: block;
}
