/* CSS Document */

@import url("common.css");
@import url("inner.css");
@import url("id.css");
@import url("print.css");

/*-----------------------------------------------------------------------------
top
-----------------------------------------------------------------------------*/
#Home #Maincontents {
	background: none;
}

#Home #Maincontents h2 {
	margin: 30px 0 0 0;
}

#Home #Maincontents h2.Head {
	margin: 0;
}

#Slideshow {
	width: 1000px;
	height: 250px;
	border-bottom: 30px solid #FFFFFF;
	overflow: hidden;
}

#Slideshow ul {
	list-style: none;
}

.newsArea {
	margin-bottom: 30px;
	padding: 0 30px 30px;
	border: solid 1px #0048a0;
}
.newsArea_list {
	display: grid;
	gap: 15px;
	margin-top: 20px;
	list-style: none;
}
.newsArea_item {
	display: grid;
	grid-template-columns: 120px auto;
	gap: 10px;
}
.newsArea_date {
	color: #0048a0;
	font-weight: bold;
}