@charset "UTF-8";

/* -- コメントあり用のgnavi -- */
#gnavi {
	background: none;
	padding-bottom: 0;
}
#gnavi-rap {
	background: url(/volut/img/gnavi_bottom.gif) no-repeat bottom;
	padding-bottom: 1px;
	margin-bottom: 1em;
}

/* -- ナビゲーション -- */
#newarticle h3 {
	font-size: 1em;
	font-weight: normal;
	background: url(/volut/img/gnavi_title.gif) no-repeat left top;
	line-height: 25px;
	padding-left: 1em;
	margin: 0;
}
#newarticle ul {
	background: #FFF;
	padding: 0.2em 1em 0.5em 1em;
	margin-bottom: 1em;
	border: 1px solid #A9775D;
}
#newarticle ul li {
	background: none;
	line-height: 1.4em;
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: 1px dashed #A9775D;
}

/* -- 最近のコメント・トラックバック -- */
#new_comment {
	padding: 0 12px 0 4px;
	margin-bottom: 1em;
}
#new_trackback {
	padding: 0 12px 0 4px;
}

#new_comment h3,
#new_trackback h3 {
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	margin: 0 0 0.3em 0;
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
}
#new_comment ul,
#new_trackback ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#new_comment ul ul,
#new_trackback ul ul {
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #555;
}
#new_comment li li,
#new_trackback li li {
	margin-bottom: 0.1em;
}
#new_comment li li a,
#new_trackback li li a {	
	margin-left: 5px;
}


/* -- エントリータイトル -- */
.entry-title {
	margin-bottom:0;
}
.entry-title a {
	padding: 3px 20px 3px 0;
	background: url(/volut/img/icon_link.gif) no-repeat right center;
}

.entry-date {
	margin-top:0;
	text-align:right;
}


/* -- エントリー ----------- */
/* -- ボラット編集日記 -- */
.entry-body hr {
	clear: both;
	height: 0;
	border-top: 1px solid #666;
}


