
header nav li:first-child img {
	margin-top: -52px;
}

#mainArea article {
    background: url(../img/bg03.jpg) right 320px no-repeat;
}

#mainArea h1 {
    margin-bottom: 42px;
}
#mainArea section {
    width: 800px;
    margin: 0 auto 60px;
    overflow: hidden;
}
#mainArea section dl {
    display: table;
    padding: 16px 0;
    border-top: 1px solid #ccc;
    overflow: hidden;
}
#mainArea section dl:first-child {
    border: none;
}
#mainArea section dl dt {
    float: left;
    display: table-cell;
    width: 96px;
    background: url(../img/bg02.jpg) 0 0 no-repeat;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
#mainArea section dl dd {
    float: right;
    display: table-cell;
    width: 674px;
    padding-left: 30px;
    vertical-align: middle;
}
#mainArea section dl dd #map {
    position: relative;
}
#mainArea section dl dd #map img {
    position: absolute;
    top: 0;
    left: 20px;
}
#mainArea section dl dd ul li {
    display: inline;
    padding-right: 5px;
}
