@charset "utf-8";
/* CSS Document */
table{
	border-spacing: 0px;
	font-size: 95%;
	margin-left: 35px;
	width: 780px;
}
th{
	font-weight: normal;
	font-size: 95%;
	padding: 10px;
	text-align: center;
}
td{
	border-bottom:1px dashed #D8BFD8;
	padding: 10px;
}
.th1{
	background-color: #EBF7D2;
}
.th2{
	background-color: #E2F9AF;
}
.th3{
	background-color: #EBF7D2;
}
.th4{
	background-color: #E2F9AF;
}
.th5{
	background-color: #EBF7D2;
}
.td1{
	text-align: center;
	width: 40px;
}
.td2{
	background-color: #F5F5F5 ;
	width: 214px;
}
.td3{
	width: 244px;
}
.td4{
	background-color: #F5F5F5 ;
	width: 180px;
}

.td5{
	width: 90px;
	text-align:center;
}
