article.evnt_notify {
    width: 960px;
    margin: 0;
    margin: auto;
    height: 600px;  /* Minimum height of the article area is 600 pixels. */
/*    background-color: floralwhite;*/
}

.evnt_notify h2{
    font-size: 18px;
/*    text-align: center;*/
    color: navy;
    border-bottom: 1px dotted navy;
    display block;
    
}

/* Main article in English */
.evnt_notify p.english{
    line-height: 1.5em;
}

/* Main article in Japanese */
.evnt_notify p.japanese{
    line-height: 1.8em;
}

dl.venue_info{
    padding-top: 20px;
    padding-bottom:20px;
    width: 600px;
    line-height: 1.6em;
/*    border-bottom: 1px dotted black;*/
}

.venue_info dt{
    width: 120px;
    float: left;
/*    border-bottom: 1px dotted black;*/
}

.venue_info dd{
    margin: 0;
    margin-left:120px;
    border-bottom: 1px dashed black;
}

dd.item_bottom{
    margin: 0;
    padding-left: 120px;
}