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


/* ***************MainImage*************** */
#main-img{
	width:900px;
	height:239px;
	margin:0 auto;
	text-indent:-9999px;
	background:url(../images/mainimg.jpg) no-repeat 0 0;
}
/* Title */
h2{
	background:url(../images/title.gif);
}
.td01 {
	text-align:center;
	width:50px;
	background-color:#fbfaf3;
}
.table {
	border-collapse: collapse;
	background-color:#fff;
	width:680px;
	margin:0 0 15px;
}
.table th {
	border:1px solid #e4deb5;
	background-color:#f7f5e9;
	text-align:left;
	font-weight:normal;
	width:130px;
}
.table th span{
	color:#e70000;
	font-size:0.85em;
}
.table td {
	border:1px solid #e4deb5;
}
#submit_bt{
	text-align:center;
}
#left{
	margin-bottom:30px;
}

