@charset "UTF-8";

/* ブログヘッダー */

#blog_header{

	margin: 2px 0 0 0;

	padding: 0px;

	width: 100%;

	height: 75px;

	background:#66CC00 url(/blog/kanto/image/blog-hd-bg.gif) repeat-y right top;

	border-top: 1px solid #FFFFFF;

	position: relative;

}



#blog_header h1{

	margin: 0px;

	padding: 10px 0px 10px 20px;

}



/*ブログの紹介*/

#blog_intro{

	width:100%;

	height:106px;

	padding-top:35px;

	background:#fff url(/blog/images/blog-top-image.gif) no-repeat right top;

}



/* 最新ブログタイトル一覧 タイトル*/

#blog_titlelist{

	background:#009900 url(/blog/images/blog-title-list.gif) no-repeat 5px 10px;

}



#blog_titlelist p{

	color: #C4FF88;

}



/* ブログ一覧 タイトル*/

#blog_list{

	background:#009900 url(/blog/images/blog-list.gif) no-repeat 5px 10px;

}



/* 最新タイトル・更新日 */

.blog_title{

	width:100%;

	margin:0;

}



.blog_title td{

	padding: 3px 5px;

	line-height: 1.5;

	vertical-align: top;

}



.blog_title .new{

	height:27px;

	background:#FFE0CC url(/blog/images/new-title.gif) no-repeat 5px 4px;

	border-right:2px #FFF solid;

}



.blog_title .date{

	height:27px;

	background:#FFE0CC url(/blog/images/last-update.gif) no-repeat 10px 4px;

}



.blog_title td.blognew{

	width:7%;

	padding:4px 0 0 0;

}



.blog_title td.blogname{

	width: 15%;

	padding: 4px 5px 3px 5px;

	font-size:87%;

	white-space: nowrap;

	border-right: 1px #CDCDCD dotted;

	border-bottom: 3px #FFF solid;

}



.blog_title td.blogname a{

	text-decoration: none;

}

.blog_title td.blogname a:hover{

	color: #FF0000;

	text-decoration: underline;

}



.blog_title td.blogcnt{

	width: 62%;

}



.blog_title td.blogdate{

	width: 16%;

	text-align: center;

	font-size:90%;

	white-space: nowrap;

}



/* ブログ一覧 */

.bloglistbg{

	width: 180px;

	padding: 0 10px 20px 10px;

	background-color: #EBEBD6;

}



.bloglistbg a.blc{

	display: block;

	margin: 20px 0 0 0;

	padding: 0;

}



.bloglistbg div.date{

	margin: 10px 0 2px 0;

	padding: 3px 0 2px 55px;

	background:url(/blog/images/last-update2.gif) no-repeat 1px 1px;

	font-size:90%;

}



.bloglistbg p{

	margin: 0;

	padding: 0;

	font-size:90%;

	line-height: 1.2;

}



.bloglistbg p a{

	text-decoration: none;

}



.bloglistbg p a:hover{

	text-decoration: underline;

}



