@import url('base.css');
body{
        background-image: url('../images/gradation/blue.jpg');
}

body,
#formheader h2,
.textForm input,
.textareaForm textarea,
.selectForm select
{
        background-color: #9ccaff;
}
#formheader h2{
        background-image: url('../images/header/blue.jpg');
}
.notice{
        color:#3f72a5;
}
.error{
        color: #f00;
}
.attention{
        color: #699;
}

.textForm input,
.textareaForm textarea,
.selectForm select,
.buttonForm input
{
        border: 1px solid #7faad3;
}

hr{
        border-color: #fff;
}

.koumokumei{
        background-color: #69c;
        opacity: 0.54;
        filter:Alpha(opacity=54);
}

.buttonForm input{
        background-color: #80acd6;
}
