@charset "utf-8";
body {
    background-color: #f0f9fd;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #6b6b6b;
}

h1 {
    font-family: Georgia;
    font-size: 31px;
    font-weight: normal;
    margin: 0px;
    color: #4f4f4f;
}

hr {
    border: 0px;
    border-top: 1px solid #e4e4e4;
}

#page {
    width: 1000px;
    margin: auto;
    margin-top: 20px;
}

#head {
    height: 487px;
    background-color: #62d1c8;
    position: relative;
}

#head_left {
    float:left;
    width: 715px;
    background-color: #FFFFFF;
    height: 487px;
}

#head_right {
    float:right;
    width: 285px;
    height: 370px;
}

.head_contact {
    text-align: center;
    padding-top: 10px;
    color: #fffcf3;
    font-family: Georgia;
}

#content {
    background-color: #FFFFFF;
}

#cnt {
    font-family: Georgia;
    font-size: 12px;
    color: #4f4f4f;
}

#menu {
    height: 40px;
    background-color: #e0f6f4;
    border-top: 3px solid #FFFFFF;
}

.submenu {
    position: absolute;
    width: 310px;
    height: 150px;
    background-image: url('../images/submenu_bg.png');
    bottom: 0px;
    left: 260px;
    font-family: Verdana;
    font-size: 11px;
    display: none;
    z-index: 50;
}

.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.submenu ul li {
    padding: 3px;
    padding-left: 8px;
    border-bottom: 1px solid #a3a2a1;
}

#slideshow {
    position:relative;
    height:487px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.welcome p {
    text-align: justify;
}