@charset "utf-8";
/* CSS Document */



/* **************Index.html CSS*************** */

/* MainImage */
h2{
	background-image:url(../images/mainimg_campaign.gif);
}

/* Body */

.table01{
	width:960px;
	margin:15px auto;
	background-color:#fff;
	border-collapse:collapse;
}
.table01 th{
	background-color:#f4f0e9;
	border:1px solid #ccc;
}
.table01 td{
	border:1px solid #ccc;
}
.table01 td a{
	color:#5fb52c;
	text-decoration:underline;
}
.bigab_btn {
	text-align:center;
	margin:10px 0;
}