@charset "UTF-8";

/*******************/
/* ブログ */
/*******************/

@import url(common.css);

/* 右メニュー */
#menuBlock {
	float: right;
	width: 209px;
}
#menuBlock ul{
	background-image: url(../images/blog_menu_bg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
#menuBlock ul li{
	margin: 7px 10px 7px 35px;
}
#menuBlock ul li.midashi{
	list-style: none;font-weight: bold;
	background-image: url(../images/icon02.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	padding: 8px 0 0 28px;
	width: 175px;
	height: 22px;
	border-top: 1px solid #cacbcb;
	border-bottom: 1px solid #cacbcb;
	margin: 0 3px;
}
/* 記事用 */
.blogdate div {
	float: right;
	width: 100px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	background: url(../images/icon_menu.gif) no-repeat;
	background-position: left center;
	white-space: nowrap;
}
.blogmain {
	clear: both;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

