@charset "utf-8";
h2 {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 30px;
}
h3 {
	background-color: #F3E9DE;
	height: 38px;
	margin: 0px;
	padding-top: 7px;
	padding-left: 10px;
	position: relative;
	background-image: url(../images/blog/blog_h3_back.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	margin-bottom: 8px;
}
h3 span.date {
	position: absolute;
	left: 55px;
	top: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
h3 span.title {
	position: absolute;
	left: 130px;
	top: 10px;
	color: #CC3300;
}
h3 span.midashi {
	position: absolute;
	left: 55px;
	top: 10px;
	color: #666600;
}

/* ブログ：記事 */

.entry{
	margin-bottom: 50px;
}
.entry a{
	color: #666666;
}
.entry .blog_category{
	background-image: url(../images/blog/blog_entry_category.gif);
	background-repeat: no-repeat;
	padding-left: 70px;
	background-position: 1px 1px;
	margin: 0px 10px;
}
.entry .entryBody{
	padding: 5px 10px;
	font-size: 13px;
	color: #000000;
	line-height: 2.0em;
}
.entry .entryBody img{
	vertical-align: middle;
}

/* ブログ：ナビ */

.blog_navigation{
	margin: 0px 10px;
	height: 20px;
	position: relative;
}
.blog_navigation .prevlink{
	position: absolute;
	width: 230px;
	left: 0px;
	top: 0px;
	background-image: url(../images/blog/icon_prev.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 45px;
}
.blog_navigation .nextlink{
	position: absolute;
	width: 230px;
	right: 0px;
	top: 0px;
	text-align: right;
	background-image: url(../images/blog/icon_next.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 45px;
}



/* メニュー：ブログ：アーカイブ */

#menu_category {
	padding: 10px;
	padding-top: 15px;
}
#menu_category ul{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}
#menu_category ul li{
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/blog/blog_icon_category.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu_archive {
	padding: 10px;
	padding-top: 15px;
}


/* ブログ：一覧 */


#list_entry{
	background-color: #FFF7DB;
}
#list_entry ul{
	margin: 10px;
	padding: 20px;
}
#list_entry ul li{
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/blog/blog_icon_entry.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#list_entry ul li span.date{
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#list_entry ul li span.title{
	margin-left: 20px;
}
#list_entry ul li span.title a{
	color: #CC3300;
}



