@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;
}

#left_containts {
    float: left;
    display: block;
    width: 580px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

#right_containts {
    float: right;
    display: block;
    width: 260px;
    height: auto;
    overflow: hidden;
    margin-top: 14px;
}

#intro_flash {
    display: block;
    width: 580px;
    height: 220px;
    overflow: hidden;
}

#PAC_Introduction {
    z-index: -1;
}



#introduction {
    display: block;
    width: 580px;
    height: auto;
    overflow: hidden;
}

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

.introduction_body {
    display: block;
    padding: 8px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    height: 100%;
}

#information {
    display: block;
    width: 580px;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}

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

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

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

#next_concert {
    display: block;
    width: 580px;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}

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

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

.next_concert_img {
    float: left;
    display: block;
    width: 160px;
    height: auto;
    overflow: hidden;
}

.next_concert_main {
    float: right;
    display: block;
    width: 368px;
    height: auto;
    overflow: hidden;
}

.next_concert_title {
    display: block;
    width: 368px;
    height: auto;
    background-color: #00BBFF;
    overflow: hidden;
    padding: 4px;
}

.next_concert_title a {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

.next_concert_title a:hover {
    color: #FFF100;
}

.next_concert_more {
    margin-left: 104px;
    margin-top: 24px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}

.next_concert_more p {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    color: #00BBFF;
}

.next_concert_more #top2 {
    display: block;
    width: 260px;
    height: 53px;
    background: url(/img/top2banner.gif) no-repeat;
    background-position: 0px 0px;
    text-indent: -999em;
    overflow: hidden;
}

.next_concert_more #top2:hover {
    background-position: -260px 0px;
}

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

.concert_entry {
    width: 548px;
    overflow: hidden;
    margin-bottom: 24px;
}

.concert_head {
    display: block;
    padding: 4px;
    width: 540px;
    background-color: #00BBFF;
    overflow: hidden;
}

.concert_title {
    float: left;
    width: 424px;
}

.concert_title a {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

.concert_title a:hover {
    color: #FFF100;
}

.ticket_soldout {
    float: right;
    width: 120px;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    color: #00BBFF;
    background-color: #b3ebfe;
}

.ticket_onsale {
    float: right;
    width: 120px;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    color: #00BBFF;
    background-color: #FFFFD0;
}

.ticket_other {
    float: right;
    width: 120px;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    color: #00BBFF;
    background-color: #FFE0E0;
}

.concert_body {
    margin-top: 12px;
    display: block;
    width: 548px;
    height: 104px;
    background-color: #FFFFFF;
}

.concert_body .date {
    margin-top: 6px;
    margin-left: 12px;
    font-size: 12px;
}

.concert_body .place {
    margin-top: 6px;
    margin-left: 12px;
    font-size: 12px;
}

.concert_body .place a { display: none; }
.concert_body .price {
    margin-top: 6px;
    margin-left: 12px;
    font-size: 12px;
 }
.concert_body .contact { display: none; }
.concert_body .reserve { display: none; }
.concert_body .playguide { display: none; }
.concert_body .season_ticket { display: none; }
.concert_body .caution { display: none; }


#news_bottom {
        width: 580px;
        height: 16px;
        background: url(/img/news_foot.gif) no-repeat;
}

.news_head {
    width: 576px;
    height: 100%;
    padding: 2px;
    background-color: #00BBFF;
    overflow: hidden;
}

.news_date {
        float: right;
        display: block;
        width: 96px;
        padding: 4px;
        font-size: 12px;
        font-weight: bold;
        color: #00BBFF;
        background-color: #FFFFFF;
        text-align: center;
}

.news_head h3 {
        float: left;
        margin-top: 2px;
        margin-left: 2px;

        width: 430px;
}

.news_head h3 a {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        text-decoration: none;
}

.news_head h3 a:hover {
        color: #FFF100;
}

.news_bodys {
    width: 536px;
    padding: 20px;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #00BBFF;
    height: 100%;
    overflow: hidden;
}

.news_bodys p {
    font-size: 12px;
    line-height: 18px;
}

.news_bodys a {
    padding-left: 0;
    font-size: 12px;
    color: #00BBFF;
    text-decoration: none;
}

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

.news_footer {
    clear: both;
}

.img_left {
        float: left;
        padding-top: 0;
        padding-left: 0;
        padding-right: 20px;
        padding-bottom: 20px;
}

.img_top {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 20px;
}

.news_more {
        padding-top: 6px;
        width: 520px;
        padding-bottom: 12px;
        text-align: right;
}

.news_more a {
        font-size: 12px;
        color: #00BBFF;
        text-decoration: none;
}

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

.news_bodys_more {
    width: 536px;
    padding: 20px;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #00BBFF;
    height: 100%;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
}

.news_bodys_more p {
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin-left: 24px;
    overflow: hidden;
    color: #00BBFF;
}

.news_bodys_more #top3 {
    float: right;
    display: block;
    width: 260px;
    height: 53px;
    background: url(/img/top3banner.gif) no-repeat;
    background-position: 0px 0px;
    text-indent: -999em;
    overflow: hidden;
}

.news_bodys_more #top3:hover {
    background-position: -260px 0px;
}

#top_news {
    float: left;
    display: block;
    width: 580px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

#top_news_head {
    display: block;
    width: 580px;
    height: 28px;
    background: url(/img/news_head.gif) no-repeat;
    overflow: hidden;
}

#top_news_head h4 {
    text-indent: -999em;
}

#top_news_body {
    width: 576px;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #00BBFF;
    height: 100%;
    overflow: hidden;
}

#top_news_list {
    float: left;
    display: block;
    width: 250px;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    line-height: 14px;
    padding-top: 12px;
    padding-left: 30px;
    padding-bottom: 12px;
}

#top_news_list ul {
    list-style-type: square;
    color: #00BBFF;
}

#top_news_list li {
    padding-bottom: 4px;
}

#top_news_list a {
    font-size: 12px;
    line-height: 16px;
    color: #787878;
    text-decoration: none;
    overflow: hidden;
}

#top_news_list a:hover {
    color: #FF8000;
}

.top_news_more {
    padding-top: 12px;
    float: right;
    display: block;
    width: 278px;
    height: auto;
    overflow: hidden;
}

.top_news_more p {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    color: #00BBFF;
}

.top_news_more #top3 {
    display: block;
    width: 260px;
    height: 53px;
    background: url(/img/top3banner.gif) no-repeat;
    background-position: 0px 0px;
    text-indent: -999em;
    overflow: hidden;
}

.top_news_more #top3:hover {
    background-position: -260px 0px;
}

#top_news_foot {
    display: block;
    width: 580px;
    height: auto;
    overflow: hidden;
    padding: 12px;
    background-color: #00BBFF;
}

#top_news_foot #rss {
    display: block;
    width: 65px;
    height: 14px;
    background: url(/img/rss.gif) no-repeat;
    text-indent: -999em;
    overflow: hidden;
}


#top_calendar {
    display: block;
    width: 260px;
    height: auto;
}

.program_note {
    margin-top: 16px;
    margin-left: 164px;
}

.program_note a {
    display: block;
    width: 200px;
    height: 26px;
    background: url(/img/banner_program_note.gif) no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

