@charset "UTF-8";

#topimg {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 15px;
}
/*「独立開業と夢」インタビュー*/
#news {
	margin-bottom: 15px;
}
#news h2 {
	background-image: url(../images/common/news-title.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 390px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
/*ブログ*/
#blog {
	margin-bottom: 15px;
}
#blog h2 {
	background-image: url(../images/common/blog-title.gif);
	height: 30px;
	width: 390px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background-repeat: no-repeat;
}
/*お知らせ・日記共通*/
#news ul, #blog ul {
	margin: 5px 10px;
	padding: 0px;
}
#news ul li, #blog ul li {
	/*background-image: url(../img/point.gif);
	background-position: left 12px;
	background-repeat: no-repeat;*/
	list-style: none;
	margin: 0px 0px 3px;
	padding: 8px 0px 10px 0px;
	line-height: 130%;
	border-bottom: 1px dotted #DCD6C7;
}
#news .rss, #blog .rss {
	width: 200px;
	text-indent: 0px;
	margin: -30px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	text-align: right;
	float: right;
}
#news .rss .list {
	float: right;
	line-height: 30px;
	font-size: 12px;
}
#news li img, #blog li img {
	padding: 0px 3px;
	margin-bottom: -4px;
}
.rss .icon_rss {
	float: right;
	padding-top: 7px;
}
.data {
	font-size: 0.8em;
	color: #666666;
}
