/*　　マージン　*/
.ma_top40 {
	margin-top:40px;
}
.ma_left20{
	margin-left:20px;
}

/*　テーブル　*/
.table01{
	margin-left:20px;
}
.table01 th{
	background-color:#eee;
	font-weight:normal;
	padding:10px 20px;
}
.table01 td{
	border-bottom:dotted 1px #ccc;
	padding:10px;
}