/*==============================================================================
   トップページ情報の変更用
==============================================================================*/
.InfoArea{
	width: 567px;
	height: 803px;
	border: 1px solid #999;
	float: left;
	overflow: hidden;
	margin:0;
}
.InfoArea::before {
	content: "新着情報・お知らせ";
	color: #000;
	padding-left: 15px;
	display: block;
	position: relative;
	line-height:30px;
	letter-spacing: 3.3px;
	background:#E5E5E5;
}
.InfoArea .new_list{
	width: 537px;
	height: 786px;
	overflow: auto;
	margin: 0px 0px 0px 5px;
	padding: 15px 15px 2px 10px;
}
.InfoArea .new_list dt{
	font-weight: bold;
	color: #060;
}
.InfoArea .new_list dd{
	border-bottom: 1px dotted #999;
	margin: 0px 0px 20px;
	padding-bottom: 10px;
}
}



/*==============================================================================
   トップページ情報の変更用
==============================================================================*/
