@charset "utf-8";
/* CSS Document */

.ContentTopTableLeftTd table {
	width: 90%;
	margin: 20px auto 0px;
}
#FirstBanner {
	background: #FFEDDC;
}
#SecondBanner {
	background: #DDF1FC;
}
#ThirdBanner {
	background: #EEEDEB;
}
.ContentTopTableLeftTd table td span {
	display: block;
	background: url(../img/corner_tl.png) no-repeat top left;
}
.ContentTopTableLeftTd table td span span {
	display: block;
	background: url(../img/corner_tr.png) no-repeat top right;
}
.ContentTopTableLeftTd table td span span span {
	display: block;
	background: url(../img/corner_bl.png) no-repeat bottom left;
}
.ContentTopTableLeftTd table td span span span span{
	display: block;
	background: url(../img/corner_br.png) no-repeat bottom right;
}

