@import url("main.css");
@import url("headder.css");
@import url("localnavi.css");
@import url("footer.css");
@import url("form.css");



/**********************************
 デフォルトの一括コントロール設定
 **********************************/

/*==============================================================
 横幅変更 
==============================================================*/
#headtoperea,
nav{		width:950px;}




/* サイドバーお知らせ */
/* 20171121 */
.sideh_title {
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	color: #61901d;
	border: 1px solid #61901d;
	margin: 0 2px 5px 3px !important;
	background-color: #fff;
	letter-spacing: normal;
}
.jirei {
	color: #61901d;
	border-color: #61901d;
}
.news {
	color: #b2252c;
	border-color: #b2252c;
}

.side_news {
	margin-bottom: 25px;
}
.side_news ul {
	width: 205px;
	margin: 0 auto;
}
.side_news ul li {
	background-color: #f7f7f5;
	padding: 10px;
	letter-spacing: normal;
}
.side_news ul li:nth-child(n+2) {
	margin-top: 5px;
}
.side_news ul li h3 {
	color: #ba5303; /* #864a17 */
	font-weight: normal;
}
.side_news ul li .date {
	font-size: 80%;
	color: #aaaaaa;
}
.side_news ul li p {
	font-size: 95%;
	line-height:1.4em;
}
