@charset "utf-8";

/* フォーム用 */

table.form tr th,
table.form tr td {
    padding:10px 5px;
	background:none;
	border:none;
	color:#000;
        background: url(../img/form/border.gif) no-repeat;
} 
table.form tr th {
    font-weight: bold;
    text-align: left;
    width: 210px;

}
table.form tr th img {
    margin: 0 3px;
    vertical-align: middle;
}


div#cal_container1,
div#cal_container2 {
    float: left;
    display: none;
    position: absolute;
    z-index: 1919;
}
    div#cal_container1 table,
    div#cal_container2 table {
    }
        div#cal_container1 table tr,
        div#cal_container2 table tr {
            background: none;
        }
            div#cal_container1 table tr th,
            div#cal_container1 table tr td,
            div#cal_container2 table tr th,
            div#cal_container2 table tr td {
                padding: 0;
            }
            div#cal_container1 table tr th,
            div#cal_container2 table tr th {
                font-weight: normal;
                text-align: center;
            }
            div#cal_container1 table tr th img,
            div#cal_container2 table tr th img {
                margin: 0;
            }

p.error {
    color:#0099ff;
    font-weight:bold;
    font-size:14px;
}

body#map table.form tr th,
body#map table.form tr td {
    padding:5px ;
    }
