/* about.css */
.aboutbox {
    margin-bottom: 30px;
}
.aboutbox a {
    font-weight: bold;
    text-decoration: none;
    color: #0099ff;
}
.aboutbox a:hover {
    color: #990033;
}
.aboutbox ul {
    list-style-type: square;
    margin-left: -20px;
*	margin-left: 20px;
}
.aboutbox ul li {
    text-align: left;
    font: bold 11px/15px Arial,sans-serif;
    color: #447093;
    padding-bottom: 6px;
}

h1 {
    font: bold 13px/13px Verdana,sans-serif;
    letter-spacing: 1px;
    color: #940C16;
}

.ticket {
    display: block;
    width: 500px;
    height: 207px;
    background: url(../../media/illus/about_us.jpg) top no-repeat;
}
.land {
    display: block;
    width: 500px;
    height: 165px;
    background: url(../../media/illus/about_us2.jpg) top no-repeat;
}