/* トップページ活動概要・ニュース */
.diary {
	margin-top: 10px;
	width: 259px;
	float: left;
}

.diary-after {
	background-image: url(img/v2/diary_bg_bottom.gif);
	height: 9px;
	background-repeat: no-repeat;
	font-size: 0px;

}
.news {
	margin-top: 10px;
	background-image: url(img/v2/news_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 259px;
}
.diary h2 {
	background-image: url(img/v2/diary_bg_top.gif);
	background-repeat: no-repeat;
	height: 48px;
	padding-top: 8px;
	padding-left: 4px;

}
.news h2 {
	padding-top: 8px;
	padding-left: 4px;
	padding-bottom: 15px;
}

.diary dl, .news dl {
	padding: 0 5px 0 8px;
	line-height: 130%;
}
.diary dl {
	background-image: url(img/v2/diary_bg.gif);
	background-repeat: repeat-y;
	background-color: #F5F5F5;
	margin: 0;
}

.diary dt, .news dt {
	margin-bottom: 4px;
	background-image: url(img/v2/listheader.gif);
	background-repeat: no-repeat;
	background-position: 1px 9px;
	padding: 5px 0 0 7px;
	text-align: left;
}
.diary dd, .news dd {
	padding-left: 7px;
	color: #333333;
}
.diary hr, .news hr {
	margin-bottom: 3px;
	margin-top: 8px;
}
.diary hr.clear {
	margin: 0px;
	visibility: hidden;
	display: block;
}


.diary a, .news a {
	font-weight: bold;
	text-decoration: underline;
}
.diary small, .news small {
	font-weight: normal;
	font-size: 85%;
	line-height: 100%;
}
.diary .photo .real-author-name {
	display:block;
	line-height: 140%;
	margin: 0 5px;
	text-align: center;
	_text-align: justify;
	_text-justify: distribute-all-lines;
}
.diary dd.photo {
	margin: 5px;
	padding: 0px;
	float: right;
	text-align: center;
	width: 100px;
	color: #990000;
}
.diary .photo small {
	white-space: nowrap;
}
.diary dd.photo img {
	margin-bottom: 5px;
}



/* エントリーページ */
.menu .entry-list li {
	margin: auto 2px 5px;

}

.article-container {
	margin-top: 25px;
	background: url(img/news_title_bg.jpg) left top no-repeat;
}
.article-container h3, .article-container p {
	padding-left: 3px;
}
.article-container h3 {
	padding-top:8px;
	color: #982929;
	font-size: 105%;
}
.date {
	margin-bottom: 10px;
	color: #666666;
}
.article-container p {
	margin-bottom: 2ex;
	line-height: 170%;
}
.article-container dl {
	margin: 20px 0;
}
.article-container dt {
	font-weight: bold;
	color: #982929;
}
.article-container dd {
	padding-left: 25px;
}
.article-container li {
	margin-left: 25px;
}


.article-container .back {
	text-align: right;
}


/*	ホームページリニューアルについて	*/
#web_infomation {
	width:525px; height:145px;
	margin:5px 0px 10px;
	background:url(keikoku.gif) no-repeat top left;
}
#web_infomation h2 { font-size:0; line-height:0; text-indent:-9999px; color:#999900; }
#web_infomation p { font-size:0; line-height:0; text-indent:-9999px; color:#999900 }



