@charset "shift_jis";
/*テーブル*/
/*100%*/
.ta01{
    width:100%;
    border-collapse:collapse;
}
.ta11{
    width:100%;
    border-collapse:separate;
    border-spacing:1;
}

/*95%*/
.ta02{
    width:95%;
    border-collapse:collapse;
}

.ta95{
    width:95%;
    border-collapse:separate;
    border-spacing:1;
}

/*90%*/
.ta03{
    width:90%;
    border-collapse:collapse;
}

.ta33{
    width:90%;
    border-collapse:separate;
    border-spacing:1;
}

/*セル*/
/*上下マージン　テキスト真ん中*/
.td01{
    padding-top:5px;
    padding-bottom:5px;
    text-align:left;
    vertical-align:middle;
}

/*上下マージン　テキスト上*/
.td02{
    padding-top:5px;
    padding-bottom:5px;
    text-align:left;
    vertical-align:top;
}

/*フローチャート用*/
.td20{
 background-image:url('chart_02.jpg');
 background-repeat: no-repeat;
 background-color:#FFFFFF;
 width: 470px;
 margin:0;
 height:500px;
 background-position:center;
}
