@charset "utf-8";


/*toppage*/
#topimage{
	margin: 0;
	padding: 0;
}
#mainimage{
	margin: 0;
	padding: 0;
	line-height: 0;
}
.cyach{
	line-height: 1.1;
}
.cyach h2{
	margin: 10px;
	font-size: 24px;
	color: #1e4a9e;
}
.cyach h2 .cyachcopy{
	font-size:14px;
	margin-top: 10px;
	display: block;
}



#news{
	background-color: #1e4a9e;
	margin: 0;
	overflow: hidden;
	border: #1e4a9e solid 1px;
}
.news-in{
	margin: 10px;
}
.news-in td,
.news-in tr,
.news-in th,
.news-in tbody,
.news-in thead,
.news-in table {
	display: block;
}
.news-in table th {
	padding:2px 10px;
	background-color:#3C99D1;
	text-align:left;
	color: #FFF;
	font-size:12px;
	line-height: 1.2;
	white-space: nowrap;
}
.news-in table td {
	padding:5px 10px;
	text-align:left; 
	color: #FFF;
	line-height: 1.2;
}
.news-in table td img{
	vertical-align: -3px;
}
.news-in table td a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 3px 0;
}
.news-in table td a:hover{
	color: lemonchiffon;
}
.news-in .go-news{
	text-align: center;
}
.news-in .go-news a{
	padding: 5px 20px;
	padding-right: 25px;
	line-height: 1;
	text-decoration: none;
	background-color: #153169;
	color: #FFF;
	font-size:12px;
	border-radius:16px;
	background-image: url("../images/next.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 6px;
}
#mainmenu{
	margin-top: 20px;
}
#mainmenu ul{
	list-style: none;
	margin: 10px;
	padding: 0;
}
#mainmenu ul li{
	text-align: left;
	border:solid 2px #1e4a9e;
	border-radius:10px;
	margin: 10px 0;
	padding: 4px;
}
#mainmenu ul li img{
	float: left;
	width: 100px;
	margin-right: 5px;
	border-radius:6px;
}
#mainmenu ul li a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
}
#mainmenu ul li a span{
	display: block;
	margin-top: 24px;
	font-size: 16px;
}
#mainmenu ul li:nth-child(2) a span{
	margin-top: 10px;
	font-size: 14px;
}

#mainmenu ul li a::after{
	content: "";
	display: block;
	clear: both;
}

#mainmenu ul li a:hover{
	color: #3C99D1;
}


#mainmenu ul li:last-child{
	margin-right: 0;
}
