/* ブログ記事用 */
#content #main a {
	text-decoration:none;
	color:#6F2E2C;
}
#content #main a:hover {
	text-decoration:underline;
}

#content #main h1 {
	font-size:123%;
}

#content #main .entry-asset {
	width:563px;
	margin:0 0 30px 0; 
}
#content #main .asset-name {
	height:31px;
	padding:5px 0 0 40px;
	background-image:url(/images/note/title_back.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:150%;
	font-weight:bold;
}
#content #main .asset-meta {
	text-align:right;
}
#content #main .asset-body img {
	padding:1px;
	border:1px solid #CCCCCC;
}
#content #main .asset-footer {
	clear:both;
	background-image:url(/images/note/line_02.gif);
	background-repeat:repeat-x;
	background-position:left top;
}
#content #main .asset-date {
	margin:0 0 10px 0;
	font-size:83%;
	font-weight:bold;
}

/* 左ナビ用 */
#content #lnavi {
	width:158px;
	padding:0 0 0 12px;
	font-size:83%;
	font-weight:bold;
}
#content #lnavi a {
	text-decoration:none;
	color:#6F2E2C;
}
#content #lnavi a:hover {
	text-decoration:underline;
}
#content #lnavi li {
	float:none;
}
#content #lnavi li a {
	display:inline;
	width:auto;
	height:auto;
	outline:0;
	line-height:normal;
	text-decoration:none;
	text-indent:0;
	font-size:100%;
}
#content #lnavi .widget-header {
	background-image:url(/images/note/line_01.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-align:center;
	font-size:123%;
	font-weight:bold;
}
#content #lnavi .widget-content {
	padding:0 5px;
}
#content #lnavi .widget-content table {
	width:100%;
}
#content #lnavi .widget-content table th {
	width:22px;
	text-align:right;
}
#content #lnavi .widget-content table td {
	text-align:right;
}

#content #lnavi .widget-calendar {
	font-size:123%;
	font-weight:normal;
}
#content #lnavi .widget-calendar a {
	text-decoration:underline;
	color:#CC0000;
}
#content #lnavi .widget-calendar a:hover {
	text-decoration:none;
}
#content #lnavi .widget-calendar .calendar-date {
	margin:0 0 10px 0;
	text-align:center;
	font-weight:bold;
}

