.arrow{
width:140px;
height:37px;
margin-left:auto;
margin-right:auto;
}

.float_text01 a:hover img{
    opacity:0.6;
    filter: alpha(opacity=60);
}

table.table01 {
    width: 100%;
	border:1px solid #ccc;
}
table.table01 .table01_th {
    text-align: left;
    vertical-align: middle;
	width:30%;
	padding:15px;
}
table.table01 .table01_td {
	padding:15px;
	width:70%;
}

table.table02 {
width:100%;
border-top:#ccc 1px solid;
border-right:#ccc 1px solid;
}
table.table02 th{
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
}
table.table02 .th_color01 {
    background-color: #FFAAAA;
	padding:5px;
}
table.table02 .th_color02 {
    background-color: #DDDDDD;
	padding:5px;
}
table.table02 .th_color03 {
    background-color: #A6D2FF;
	padding:5px;
}
table.table02 td{
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
text-align:center;
}
table.table02 td.td_deban {
	padding:18px 5px 5px;
}
table.table02 td.td_akeban {
    background-color: #E1F0FF;
    color: #0099CC;
	padding:5px;
}
table.table02 td.td_kokyu {
    background-color: #FFE1E1;
    color: #CC0000;
	padding:5px;
}


