@charset "utf-8";

body {
    background-color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    
    font-family: Arial;
    font-size: 12px;
    
}

textarea.text, 
input.text {
    border: 1px solid #c0c0c0;
}

input.button {
    border: 1px solid #c0c0c0 !important;
}


h1 {
    float:left;
    clear: both;
    color: #777777;
    font-size: 18px;
    margin: 10px 0px 10px 0px;
    white-space: nowrap;
}

h2 {
    float:left;
    clear: both;
    color: #777777;
    font-size: 14px;
    margin: 10px 0px 10px 0px;
    
}

a, a:visited {
    color: #dc1736;
}

a:hover, a:visited:hover {
    text-decoration: none;
}


.image-left {
    float:left;
    margin: 5px 10px 7px 0px;
}

.image-right {
    float:right;
    margin: 5px 0px 7px 10px;    
}


.addr, .phone {
    color: #626262;
    font-size: 11px;
    padding-bottom: 10px;
}


