@charset "utf-8";








/******************************************************
カレンダー設定
*******************************************************/



#calendar {
	width: 173px;
	text-align: center;
	clear: left;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

#calendar table{
	background-color: #ffffff;
	width: 150px;
	text-align: center;
	clear: left;
	margin: 0px auto;
	padding: 10px;
	border: 1px #dddddd solid;
}


.calendar_date {
	background-color: #f3f3f3;
	width: 128px;
	text-align: center;
	margin: 0px auto;
	padding: 5px 10px;
	border-top: 1px #dddddd solid;
	border-left: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
}





/******************************************************
ライトナビ矢印
*******************************************************/


.blog_list1 {
	text-align: left;
	width: 173px;
	padding-bottom: 16px;
}

.blog_list1 li {
	line-height: 18px;
	width: 145px;
	padding: 4px 0px 0px 22px;
	background: url(/images/blog/dot1_blog.gif);
	background-repeat: no-repeat;
}


.blog_list2 {
	text-align: left;
	width: 173px;
	padding-bottom: 16px;
}

.blog_list2 li {
	line-height: 18px;
	width: 145px;
	padding: 4px 0px 0px 24px;
	background: url(/images/blog/dot2_blog.gif);
	background-repeat: no-repeat;
}





/******************************************************
エントリー
*******************************************************/




.date-header {

}


.entry-header {
	width: 580px;
	height: 50px;
	margin-top: 20px;
	padding: 16px 0px 0px 50px;
	background: url(/images/blog/entryheader.jpg);
	background-repeat: no-repeat;
}


.entry-body {
	padding: 0px 5px 10px 5px;
}
.entry-footer {
	border-top: 1px #dddddd dotted;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 20px;
}



/******************************************************
フィード設定
*******************************************************/



.feed {
	width: 173px;
	text-align: center;
	border-top: 1px #999999 dotted;
/*	border-bottom: 1px #999999 dotted;  */
	margin: 20px 0px;
	padding: 20px 0px;
}


.feed_con {
	width: 140px;
	text-align: center;
	clear: left;
	margin: 0px auto;
	padding: 10px 5px;
	background-color: #ffffff;
	border: 1px #dddddd dotted;
}




/******************************************************
サブタイトル設定
*******************************************************/


.blog_subtitle {
	width: 550px;
	height: 25px;
	_width: 580px;
	_height: 38px;
	padding-top: 13px;
	padding-left: 30px;
	margin-top: 10px;
	background: url(/images/blog/subtitle.gif);
	background-repeat: no-repeat;

}








/******************************************************
ナビ設定
*******************************************************/


.content-nav {
	width: 540px;
	background-color: #ffffff;
	text-align: center;
	margin-top: 10px;
	padding: 0px 20px;
}





