@charset "utf-8";

/* 検索・絞り込み
----------------------------------------------------------*/
div.order {
	margin-bottom: 15px;
	padding: 15px 10px 5px;
	border: 1px #ccc solid;
	font-family: Verdana, sans-serif;
	background: #f7f7f7;
}
div.order h2,
div.order h3 {
	float: left;
	width: 125px;
	line-height: 1;
	font-size: 85%;
}
div.order div.body {
	float: right;
	margin-bottom: 10px;
	width: 296px;
}
div.order div.body.categories ul li {
	float: left;
	width: 148px;
	font-size: 12px;
}
div.order.glossary div.body.categories ul li {
	float: left;
	width: 74px;
	font-size: 12px;
}
div.order div.body.tags ul li,
div.order div.body.monthly ul li {
	display: inline;
	padding-right: 10px;
}
div.order div.body.monthly ul li {
	white-space: nowrap;
}
div.order div.body.tags ul li.tagCloud_1 {
	font-size: 12px;
}
div.order div.body.tags ul li.tagCloud_2 {
	font-size: 12px;
}
div.order div.body.tags ul li.tagCloud_3 {
	font-size: 12px;
}
div.order div.body.tags ul li.tagCloud_4 {
	font-size: 12px;
}
div.order div.body.tags ul li.tagCloud_5 {
	font-size: 12px;
}
div.order div.body.tags ul li.tagCloud_6 {
	font-size: 12px;
}
div.order div.body input.text {
	margin-bottom: 5px;
	width: 100%;
}
div.order div.body input.image {
	float: right;
	width: 125px;
}
div.order div.body select {
	width: 100%;
}
div.order hr {
	clear: both;
	margin-bottom: 10px;
}

/* エントリーリンク
----------------------------------------------------------*/
div.entryNavi {
  margin-bottom: 10px;
  font: 12px Verdana, sans-serif;
}
div.search div.entryNavi {
  margin-bottom: 5px;
}
div.entryNavi ul li {
  float: left;
  width: 165px;
  overflow: hidden;
}
div.entryNavi ul li.top {
  padding: 0 10px;
  width: 65px;
  border: 1px #ccc solid;
  border-top: none;
  border-bottom: none;
  text-align: center;
}
div.entryNavi ul li.prev {
  padding-right: 10px;
  text-align: right;
}
div.entryNavi ul li.next {
  padding-left: 10px;
  text-align: left;
}
/* エントリー
----------------------------------------------------------*/
div.entry {
	margin-bottom: 30px;
	background: url(../_img/blog/bg_blog_body.gif) 0 0 repeat-y;
}
div.entryArchive div.entry {
  margin-bottom: 10px;
}
div.entry div.inner {
	padding: 15px 20px 10px;
	background: url(../_img/blog/bg_blog_top.gif) 0 0 no-repeat;
}
div.entry div.header p.date {
	margin-bottom: 5px;
	font: 93% Verdana, sans-serif;
}
div.entry div.header .title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #999 dashed;
	font-size: 14px;
	line-height: 1;
}
div.entry div.body {
	padding-bottom: 60px;
	border-bottom: 1px #999 dashed;
	height: 195px;
	min-height: 195px;
}
div.entry div.inner > div.body {
	height: auto;
}
div.entry div.body p {
	margin-bottom: 1em;
	font-size: 11px;
}
div.entry div.body img {
	padding: 5px 0;
}
div.entry div.footer {
	padding: 0 16px 15px;
	background: url(../_img/blog/bg_blog_bottom.gif) 0 100% no-repeat;
}
div.entry div.footer dt {
	display: inline;
	font: 85% Verdana, sans-serif;
}
div.entry div.footer dd {
	display: inline;
	padding-right: 0.25em;
	font: 85% Verdana, sans-serif;
}

/* エントリーアーカイブ
----------------------------------------------------------*/
div.entryArchive p.note {
	margin-bottom: 15px;
	font-size: 11px;
}

/* 検索結果
----------------------------------------------------------*/
div.order div.body p.option {
	padding: 5px 0;
	font-size: 12px;
}
div.search h2.lead {
	margin-bottom: 8px;
	font-size: 14px;
}
div.search div.entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #ccc solid;
	background: none;
}
div.search div.entry div.inner {
	padding: 0;
	background: none;
}
div.search div.entry div.header .title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #999 dashed;
	font-size: 123.1%;
	line-height: 1;
}
div.search div.entry div.body {
	padding-bottom: 0;
	border-bottom: none;
	min-height: 0;
}
div.search div.entry div.body p {
	margin-bottom: 5px;
}
div.search div.entry div.footer {
	padding: 0;
	background: none;
}
div.search div.entry div.footer dl {
	display: inline;
}