/*******  メール送信フォームＣＳＳ  *********/

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 1px;
    border: none;
}

body {
    text-align:left;
    color:#000;
    background-color:#fff;
}

a { text-decoration: none; }
a:link    { color: #aaf;}
a:visited { color: #aaf;}
a:active  { color: #f88;}
a:hover   { color: #8f8;}

small { font-size : 10px; }

table{
}

th {
    padding: 2px 10px 2px 10px;
    width: 110px;
    text-align: left;
    background-color:#888;
    color: #fff;
    border-bottom: 1px solid #fff;
}

td {
    padding: 2px 3px 2px 3px;
    background-color:#ddd;
    border-bottom: 1px solid #fff;
}

.comment {
    padding: 20px 0px 20px 0px;
}

ul {
    list-style-type: decimal;
    list-style-position: outside;
    margin-top:8px;
}

li {
    margin-left: 40px;
}

textarea {
    width: 450px;
    height: 150px;
}

input {
    height: 18px;
}

.submit {
    margin: 20px 0px 0px 230px;
    width: 130px;
    height: 24px;
    color : #fff;
    background-color : #666;
}

.file {
    width: 450px;
}
