@import "/common.css";
@import "/base.css";
@import "/header.css";
@import "/gnavi.css";
@import "/side_contents.css";
@import "/footer.css";

#title {
    clear: both;
    display: block;
    width: 860px;
    height: 200px;
    z-index: 0 ;
}

#title h2 {
        text-indent: -999em;
}

#recommend {
    padding-top: 20px;
}

.recommend_head {
    display: block;
    width: 580px;
    height: 28px;
    background: url(/img/recommend_head.gif) no-repeat;
    overflow: hidden;
    text-indent: -999em;
}

.recommend_body {
    display: block;
    margin-right: 20px;
    padding: 16px;
    background: url(/img/recommend_body.gif) repeat-y;
    background-color: #FFFFE0;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    height: 100%;
}

.recommend_body p {
    font-size: 12px;
    line-height: 16px;
}

.recommend_body a {
    font-size: 12px;
    line-height: 16px;
    color: #00BBFF;
    text-decoration: none;
}

.recommend_body a:hover {
    color: #FF8000;
}

.recommend_body img {
    float: left;
    padding-right: 12px;
    padding-bottom: 12px;
}

.recommend_foot {
    clear: both;
    display: block;
    width: 580px;
    height: 16px;
    background: url(/img/recommend_foot.gif) no-repeat;
    overflow: hidden;
    text-indent: -999em;
}

#ticket_info {
    overflow: hidden;
    padding-top: 24px;
}

.ticket_info_head {
    display: block;
    width: 580px;
    height: 28px;
    background: url(/img/ticket_info_head.gif) no-repeat;
    overflow: hidden;
    text-indent: -999em;
}

#ticket_reservation {
    display: block;
    width: 580px;
    height: 24px;
    background: url(/img/ticket_reservation.gif) no-repeat;
    overflow: hidden;
    text-indent: -999em;
    margin-top: 6px;
}

#ticket_onsale {
    display: block;
    width: 580px;
    height: 24px;
    background: url(/img/ticket_onsale.gif) no-repeat;
    overflow: hidden;
    text-indent: -999em;
    margin-top: 6px;
}

#ticket_comingsoon {
    display: block;
    width: 580px;
    height: 24px;
    background: url(/img/ticket_comingsoon.gif) no-repeat;
    overflow: hidden;
    text-indent: -999em;
    margin-top: 6px;
}


.title {
    margin-top: 16px;
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 20px;
    background: url(/img/pac_logo_16.gif) no-repeat;
}

.title a {
    font-size: 14px;
    font-weight: bold;
    color: #00BBFF;
    text-decoration: none;
}

.title a:hover {
    color: #FF8000;
}

.date {
    padding-bottom: 6px;
    padding-left: 24px;
    font-size: 12px;
    font-weight: bold;
}

.place {
    padding-bottom: 6px;
    padding-left: 24px;
    font-size: 12px;
}

.place a {
    display: none;
}

.price {
    padding-bottom: 6px;
    padding-left: 24px;
    font-size: 12px;
}

.contact {
    padding-bottom: 6px;
    padding-left: 24px;
    font-size: 12px;
}

.playguide {
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 24px;
    font-size: 12px;
    line-height: 16px;
}

.playguide a {
    font-size: 12px;
    color: #787878;
    text-decoration: none;
}

.playguide a:hover {
    color: #FF8000;
}

.playguide-list {
    display: none;
}

.reserve {
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 16px;
}

.reserve em {
    color: #FF8000;
}

.season_ticket {
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 16px;
}

.onsale {
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 16px;
}

.caution {
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 24px;
    font-size: 12px;
    line-height: 16px;
}

.ticket_accepting a { color: #00BBFF; text-decoration: none; }
.ticket_accepting a:hover { color: #FF8000; }

.ticket_accepting .contact { display: none; }
.ticket_accepting .caution { display: none; }
.ticket_accepting .playguide { display: none; }

.ticket_onsale a { color: #00BBFF; text-decoration: none; }
.ticket_onsale a:hover { color: #FF8000; }

.ticket_onsale .contact { display: none; }
.ticket_onsale .reserve { display: none; }
.ticket_onsale .onsale { display: none; }
.ticket_onsale .caution { display: none; }
.ticket_onsale .playguide { display: none; }

.ticket_slightly { color: #FF8080;
     font-size: 14px;
    font-weight: bold;
 }

.ticket_expected a { color: #00BBFF; text-decoration: none; }
.ticket_expected a:hover { color: #FF8000; }

.ticket_expected .contact { display: none; }
.ticket_expected .caution { display: none; }
.ticket_expected .onsale { display: none; }
.ticket_expected .playguide { display: none; }


