@charset "utf-8";
/* CSS Document */

/*----------ブログタイトル---------------*/

.contents .programTitle {
	background: transparent url(/niofes/common/img/line_dot.gif) repeat-x scroll center bottom;
	margin-top: 30px;
	font-size: 18px;
	color: #2B9A9F;
	font-weight:bold;
	clear: both;
}

.contents .blogEntry {
	margin: 10px 10px 20px ;
}

.contents .blogDate {
	color: #2B9A9F;
	margin: 10px 10px;
}

.contents .mainContents {
	float: left;
	width: 560px;
}

/*----------サイドバー---------------*/

.contents .sidebar {
	float: right;
	width: 200px;
	text-align: left;
}

.category dt{
	background: transparent url(/niofes/common/img/line_dot.gif) repeat-x scroll center bottom;
	font-size: 15px;
	color: #2B9A9F;
	font-weight:bold;
}

.sidebar .widget-header{
	background: transparent url(/niofes/common/img/line_dot.gif) repeat-x scroll center bottom;
	font-size: 15px;
	color: #2B9A9F;
	font-weight:bold;
}

.sidebar .newList li{
	padding-left: 10px;
	background: url(/niofes/common/img/icon_arrow.gif) no-repeat 0 11%;
}

.category .categoryList li{
	padding-left: 10px;
	background: url(/niofes/common/img/icon_arrow.gif) no-repeat 0 50%;
}

/*----------記事内---------------*/

.blogList li{
	list-style-type: disc;
}

.blogList{
	padding-left: 20px;
}
