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

table {
margin-bottom: 0px;
border: 0px #ffffff solid;
border-collapse: collapse;
}
td, th {
border: 0px #ffffff solid;

}

table.sample1 {
border-spacing: 0px 0px;
}
table.sample2 {
border-spacing: 0px 7.5px;
}

table , td, th {
	width: 640px;
     text-align: center;
     margin-left: auto;    
     margin-right: auto;   
     font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;

}
td, th {
	padding: 2px;
	width: 30px;
	height: 25px;
	font-size: 13px;
}
th {
	background: #f2b583;
}

.main_2
    {
     font-size: 17px;
     text-align: center;
     font-weight: bold;
     font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
     background: #e6e6e6;
}