@charset "utf-8";

/*
 Share Style [
----------------------------------------------------------- */
* {
    margin:0;
    padding:0;
}
body {
    background:#666;
    font-family:Verdana, sans-serif;
    font-size:80%;
    background:#666;
}
h1,h2,h3,h4,h5,h6 {
    font-size:85%;
    font-weight:normal;
    margin:0;
    padding:0;
}
p,li,dt,dl {
    line-height:1.5;
}
p {
    margin:0 0 1em 0;
}
li {
    list-style-type:none;
}
img {
    border:0;
}
hr {
    display:none;
}
.clear {
    float:none !important;
    clear:both;
}
/*
 Link Color [
----------------------------------------------------------- */
a {
    color:#000;
}
a:link {
}
a:visited {
}
a:hover {
    color:#333;
}
a:active {
}

/*
 Contents
 ----------------------------------------------------------- */
div#container{
    margin: 0;
    width:900px;
    background:url(../images/back.gif) repeat-y;
}

div#header{
    background:#9f0808 url(../images/dancer.gif) no-repeat;
}

h1{
    display:block;
    float:right;
    margin-top:10px;
    margin-right:5px;
    *margin-right:3px;
}

h2{
    float:left;
    margin:5px;
}

h3{
    display:block;
    float:left;
    width:760px;
    height:386px;
    margin-left:10px;
    *margin-left:5px;
    margin-bottom:25px;
}

p.news{
    clear:both;
    color:#fff;
    width:800px;
    font-size:20px;
    font-family:serif;
    margin:0 auto;
    padding-bottom:1em;
    line-height:1.8;
}

p.news a{
    color:#fff;
}

div#comment{
    background:url(../images/rough.gif);
}
div#comment div{
    float:left;
    width:400px;
    margin:10px 25px;
}

div#comment p{
    padding:10px;
    padding-bottom:3px;
    margin-bottom:0;
    font-weight:bold;
}

div#comment p.writer{
    text-align:right;
    padding-bottom:15px;
}

div#contents{
    clear:both;
    float:left;
    width:580px;
    padding:0 10px;
    margin-bottom:15px;
}

h4{
    font-family:serif;
    font-size:1.3em;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
}

div#info h4 a{
    margin-left:1.5em;
    font-size:12px;
}

div#contents dt{
    font-weight:bold;
    clear:both;
}

div#contents dd{
    margin-bottom:1em;
}

dd.map p{
    float:left;
    width:190px;
}
dd.map p.map-image{
    width:360px;
}

dd.map p.map-image img{
    border:1px solid #333;
}

dl.cast{
    float:left;
    width:120px;
    border-right:1px solid #333;
    margin-bottom:12px;
}

div#contents dl.cast dd{
    margin-bottom:0;
}

dl.music{
    float:left;
    width:365px;
}

dl.music dt,dl.music dd{
    padding-left:12px;
}

/* sidebar contents */

div#sidebar{
    float:right;
    width:280px;
    padding:0 10px;
}

p.description{
    font-size:0.9em;
}

div#ticket dl.price{
    margin-bottom:10px;
}

div#ticket dl.price dt{
    clear:both;
    float:left;
    width:80px;
    font-family:serif;
    border-top:1px solid #000;
}

div#ticket dl.price dt span{
    display:block;
    line-height:2.7em;
}

div#ticket dl.price dt span.type{
    width:1em;
    float:left;
}

div#ticket dl.price dt span.price{
    width:4.7em;
    padding-right:0.3em;
    text-align:right;
    float:right;
    font-weight:bold;
}

div#ticket dl.price dd{
    float:left;
    width:200px;
    font-size:0.9em;
    border-top:1px solid #000;
}

div#ticket dl.price dt.first-child,div#ticket dl.price dd.first-child{
    border-top:2px solid #000;
}

div#ticket dl.price{
    border-bottom:2px solid #000;
}

p.start-sell{
    clear:both;
}

p.emergency{
    font-size:0.9em;
    margin-left:0.9em;
    text-indent:-0.9em;
}

div#special{
    background:url(../images/special_body.gif) no-repeat;
    color:#fff;
}

div#special p{
    width:210px;
}

div#special ul.dialogue li{
    text-indent:1em;
}

div#special a{
    color:#fff;
}

div#special ul{
    margin-bottom:15px;
}

div#special ul li{
    margin-bottom:8px;
}

div#special div.insert-footer{
    padding:20px;
    background:url(../images/special_footer.gif) no-repeat left bottom;
}

hr.separate{
    clear:both;
    width:900px;
    border:none;
    display:block;
    height:16px;
    background:url(../images/separate.gif) no-repeat;
}

div#pre-event,div#post-event{
    clear:both;
    background:url(../images/back_event.gif);
    padding:15px;
    color:#fff;
}

div#pre-event a,div#post-event a{
    color:#fff;
}

div#pre-event h4,div#post-event h4{
    font-size:24px;
    margin-bottom:0;
}
div#pre-event h5,div#post-event h5{
    font-size:18px;
    margin-bottom:12px;
}

div#pre-event dd,div#post-event dd{
    margin-bottom:10px;
}

div#post-event{
    background:url(../images/back_sumit.gif);
}
