@charset "utf-8";
#contents{
	margin-bottom:20px;
}
h2{margin-bottom:45px;}

/* ===================================================================
	基本レイアウト
===================================================================*/

#main{
	float:left;
	width:630px;
}
#main h2{
	margin-bottom:20px;
}
h3.archive-ttl{
	padding:6px 8px;
	background-color:#E8DDBC;
}

/*----*/
#sub{
	float:right;
	width:240px;
}

/*--ナビゲーション--*/
	#sub h3{
		font-weight:normal;
		line-height:30px;
		padding-left:10px;
		margin-bottom:0;
		background-color:#E8DDBC;
		color:#544A39;
	}
	#sub ul{
		padding-top:1px;
		margin-top:1px;
		margin-bottom:30px;
		border-top:1px solid #CAC6BC;
	}
	#sub li{
		padding-bottom:1px;
		margin-bottom:1px;
		border-bottom:1px solid #CAC6BC;
	}
	  #sub li span,
	  #sub li a,
	  #sub li a:link,
	  #sub li a:visited{
		display:block;
		padding:8px 5px 8px 20px;
		background:transparent url(/_common/img/icn-arrow.gif) 5px 10px no-repeat;
		text-decoration:none;
	}
	  #sub li a:hover,
	  #sub li a.parentsLink,
	  #sub li a.current{
		color:#D04616;
		background:#F6EEDC url(/_common/img/icn-arrow_on.gif) 5px 10px no-repeat;
	}
#sub select{
	margin:10px 0;
	width:200px;
}
#sub option{
	padding:2px;
}

/* ===================================================================
	記事
=================================================================== */

.entry-asset{
	width:620px;
	margin-top:30px;
	margin-bottom:60px;
}
.asset-header h3{
	margin-bottom:20px;
	padding-left:12px;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	background:transparent url(/blog/img/bg-entryttl.gif) 0 0 no-repeat;
	border-bottom:1px solid #CBC5A8;
}
.asset-header h3 a,
.asset-header h3 a:link,
.asset-header h3 a:visited{
	text-decoration:none;
}
.asset-header h3 a:hover{
	text-decoration:underline;
}
.asset-header .entrydate{
	position:absolute;
	top:0;
	right:0;
}

.asset-content{
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:1px solid #CAC5BC;
}

.asset-meta{
	font-size:10px;
}

#comments,#trackbacks{
	margin:25px 0;
}
h4{
	margin-bottom:5px;
	font-weight:bold;
}
.comment,trackback{
	margin:0 10px 12px;
}
.comment-content,trackback-content{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #CAC5BC;
}

#comments input,
#comments textarea{
	margin-bottom:5px;
}

#comments .asset-meta{
	text-align:right;
}
#comments-open-text label{
	display:block;
}