@charset "utf-8";

#map {
    margin:20px 60px 0;
    position:relative;
}

#map li {
    position:absolute;
    line-height:1;
}

#map li#area1 {
    left:355px;
    top:65px;
}

#map li#area2 {
    left:325px;
    top:125px;
}

#map li#area3 {
    left:305px;
    top:195px;
}

#map li#area4 {
    left:210px;
    top:180px;
}

#map li#area5 {
    left:270px;
    top:230px;
}

#map li#area6 {
    left:200px;
    top:255px;
}

#map li#area7 {
    left:150px;
    top:300px;
}

#list {
    display:block;
    padding-top:10px;
}

#team {
    margin-top:20px;
}

#team dl {
    margin-bottom:20px;
    padding:10px 15px;
    border:solid 1px #ddd;
}

#team dt {
    float:left;
    width:160px;
    font-weight:bold;
}

#team dd {
    float:right;
    width:470px;
    padding-left:20px;
    border-left:dotted 1px #999;
}