body {

    color:#000;

    background-color:#fff;

    margin-left:2%;

    margin-right:3%;

    margin-top:2em;

    margin-bottom:3em;

    line-height:1.5em;

}

a:link, a:visited, a:active {

    color:#42f;

    text-decoration:none;

}

a:hover {

    color:#fff;

    background-color:#f84;

    text-decoration:underline;

}



form {

    margin:0px;

    padding:0px;

}

p.nomargin {

    margin:0px;

    padding:0px;

}

input[type="HIDDEN"] {

    margin:0px;

    padding:0px;

}



table { /* テーブルはデフォルトでワクあり */

    border-style:solid;

    border-color:#aab;

    border-width:1px;

}



/*--------------------------------------------*/



/* メール送信フォーム */

table.form {

    padding:1em;

}

caption.form {

}

/* 確認メッセージ */

p.confirm {

    padding:1em;

}

