@charset "utf-8";
#mainBanner{
	line-height: 0px;
	margin-bottom: 25px;
}
.contentsBox{
	float: left;
	margin-right: 25px;
	list-style: none;
	width: 200px;
}
.contentsBox.w275{
	width: 275px;
}
.bgBlue{
	background: #A0DCF0;
}
.contentsBox h2{
	padding-bottom: 5px;
	border-bottom: 1px solid #3c1e87;
	margin-bottom: 10px;
}
.contentsBox p{
	line-height: 160%;
	font-size: 12px;
}
.contentsBox a p{
	height: 110px;
}
.contentsBox a{
	color: #3C1E87;
}
.contentsBox a:hover{
	color: #00AFEC;
}
.contentsBox a img{
	border: 1px solid #3C1E87;
}
.contentsBox a:hover img{
	border: 1px solid #00AFEC;
}