
.bg_back{
	background-color: #bbffbb;
}


/* サムネイルつき矢印リスト */
.list3 ul{
	border-bottom: 1px solid #ccc;
}
.list3 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: #eeeeee;
	border-top: 1px solid #ccc;
	height: 70px;
	margin: 0px;
	behavior: url(ie-css3.htc);
}
.list3 ul li a{
	background: url(list_mark1.png) no-repeat 100% 50%;
	color: #666;
	display: block;
	height: 70px;
	margin: 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	behavior: url(ie-css3.htc);
}
.list3 ul li img{
	float: left;
	height: 70px;
	width: 70px;
	margin-right: 10px;
}
.list3 ul li a strong{
	color: #000;
	display: block;
	font-weight: bold;
	padding-top: 17px;
}





/* サムネイルつき矢印リスト２ */
.list4 ul{
	border-bottom: 1px solid #ccc;
	margin-left: 10px;
	margin-right: 10px;
}
.list4 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: #eeeeee;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 112px;
	margin: 0px;
	behavior: url(ie-css3.htc);
}
.list4 ul li a{
	background: url(list_mark1.png) no-repeat 100% 50%;
	color: #666;
	display: block;
	height: 112px;
	margin: 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	behavior: url(ie-css3.htc);
}
.list4 ul li a strong{
	color: #000;
	display: block;
	font-weight: bold;
	padding-top: 17px;
	font-size: 1.5em;
}
.list4 ul li img{
	height: 72px;
	width: 72px;
	margin: 10px 10px 0px 10px;
}
.list4 ul li span{
	float: left;
	color: #000;
	font-weight: bold;
}