@charset "utf-8";
/* CSS Document */
#contents p {
	width: 90%;
	background:#e1ffe7;
	margin-left: 4%;
	padding:10px;
}
/*トップ　ご挨拶
---------------------------------------------------------------------------*/
#contents #aisatsu {
	margin-bottom:25px;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	margin-bottom:25px;
}
#new #newinfo {
	background:#e1ffe7;
	border:5px solid #26b51f;
	padding:10px;
	width:88%;
	margin:0 auto;
}

/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
	border-bottom: 5px dotted #ccc;	/*下線の幅、線種、色*/
	text-align: left;
}
.more a {
	display: block;
	width: 30%;
	height: 35px;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	color: #fff;
	border: 2px solid #26b51f;
	background-color: #26b51f;
	border-radius:5px;
	text-align: center;
	margin:0 auto;
	text-decoration: none;
	font-weight: bold;
	margin-top:5px;
}
.more a:hover{
	color:#26b51f;
	border:1px solid #26b51f;
	background-color:#e1ffe7;
}