@import url(../style.css);

/* バナー */
.blog-title {
	margin: 0px 0px 0px 0px;
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-size: 20pt;
}
.blog-title a { color: #FFFFFF; text-decoration: none; }
.blog-title a:hover { color: #FFFFFF; }
.description {
	margin: 3px 0px 0px 0px;
	padding-left: 10px;
	font-size: 11pt;
	text-align: left;
}
.blog #banner {
	height: 90px;
}
.blog .b-nabi {
	margin-top: -10px;
}

/* レイアウト */
#blogbox {
	margin: 0px auto 0px auto;
	width: 700px;
	text-align: left;
	padding-top: 5px;
}
#blogbox p {
	margin: 10px 0px 10px 0px;
}
.blog-main {
	width: 500px;
	float: left;
}
.blog-side {
	width: 200px;
	float: left;	
}

/* エントリー */
.entry {
	margin-bottom: 40px;
}
.asset-name {
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-size: 14pt;
	margin: 0px;
	border-bottom: 2px #CCCCCC solid;
	background-image:url('pen5b.gif');
	background-repeat:no-repeat;
	padding-left: 30px;
	padding-bottom: 3px;
	font-weight: bold;
}
.asset-name a {
	text-decoration: none;
}
.asset-meta {
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #999999;
	margin: 3px 0px 15px 0px;
	text-align: right;
}
.more {
	font-weight: bold;
	clear:both;
}
.entry-more { clear:both; }

/* サイドバー　 */
.blog-side-in {
	margin-left: 30px;
	margin-top: 5px;
}

.blog-side ul {
	margin: 0px;
	padding: 0px;
}
.blog-side li {
	list-style: none;
}
.photo-back {
	margin-top: 10px;
	background-color: #EEEEEE;
	height: 168px;
	padding: 0px 0px 0px 6px;
}
.item {
	display: inline;
	float: left;
	margin: 5pt 5px 5px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}

.widget {
	margin-bottom: 30px;
}
.widget p { font-size:10pt; line-height:1.1; color:#666666; }
.widget-header {
	background-image: url(../h1.gif);
	color: #FFFFFF;
	margin: 0px;
	padding-left: 5px;
}
.widget-powered {
	background-color: #EEEEEE;
	text-align: center;
	padding: 10px;
}

.widget form {
	margin: 10px 0px 0px 0px;
}

.blog-nav {
	clear: both;
	text-align: center;
}

.widget-list-item {
	border-bottom: 1px #008000 solid;
	text-indent: 15px;
	background-image:url(p01.gif);
	background-repeat:no-repeat;
	background-position:1px 8px;
}
.widget-list-item a {
	width: 170px;
	display:block;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
}
.widget-list-item a:hover {
	background-color: #E8FFE8;
	color: #008000;
	background-image:url(p02.gif);
	background-repeat:no-repeat;
	background-position:1px 8px;
}

/* カテゴリー */
.a-h2 {
	margin: 0px 0px 20px 0px;
	font-size: 14pt;
}
.blog-cat {
	margin: 0px;
}
.blog-cat li {
	line-height: 1.4;
	color: #808080;
	list-style: none;
}

/* アーカイブ頁 */
.blog dl {
	margin: 0px;
	width: 500px;
	text-align: left;
}
.blog dt {
	position: relative;
	font-weight: bold;
	color: #336600;
}
.blog dd {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	line-height: 1.4
}
