/* CSS Document */
div.application
{
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #999999;
}
/* application.html */

div.application p
{
    margin-bottom: 15px;
}

div.application p.subnumbered
{
    padding-left: 1em;
    margin-top: -5px;
    margin-left: 20px;
    text-indent: -1.5em;
}

div.application p.abstract
{
    padding-left: 1em;
    margin-top: -10px;
    margin-left: 40px;
    color:#006600;
    text-indent: -1.5em ;
    
}


/* past_issue.html */

.past_issue
{
}

.past_issue p
{
    margin-left: 10px;
}

.past_issue p.backnumber
{
    margin-top: 10px;
    margin-left: 40px;
/* color: #336600; */
}

.past_issue div.shop,div.order,div.payment
{
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #999999;
}

.past_issue p.shop
{
    margin-top: -10px;
    margin-left: 40px;
    color: #336600;
}

.past_issue ul.orderInfo
{
    margin-top: 10px;
    margin-left: 60px;
    color: #336600;
}
/* **th_prog.html */

.program p
{
    margin: 5px 0 10px 0;
}

.program p.numbered
{
    margin: 0 0 10px 0.5em;
}

.program h3
{
    clear: left;
    margin: 20px 0 10px 0;
}

.program .program table
{
    margin: 0 0 20px 10px;
    width: 98%;
}

.program .program, .arrangement
{
    border-top: 1px dashed #999999;
}

.arrangement table td
{
    padding: 10px;
    border: 1px solid #333333;
    font-size: 120%;
    line-height: 2ex;
}

.arrangement table td.empty
{
    border: none;
}

.program .schedule p
{
    margin: 10px 0 10px 0;
}

.program .schedule table
{
    margin: 0 0 20px 0;
    width: auto;
}

.program .schedule table td
{
    padding: 5px 10px 0 0;
}

.program th
{
    text-align: left;
}

.program td
{
    padding: 10px 0 0 0;
}

.program td.title
{
    width: 58%;
}

.program td.belonging
{
    width: 20%;
}

.program td.affiliation
{
    width: 20%;
}

.program td.master
{
}

.program .TT
{
    margin: 0 0 20px 0;
}

.program .TT h3
{
    clear: left;
    margin: 20px 0 5px 0;
    font-size: 100%;
}

.program dt.time
{
    margin-bottom: 5px;
    width: 7em;
    float: left;
    clear: left;
    font-size: 100%;
    font-weight: normal;
    line-height: 2.8ex;
}

.program dd.event
{
    margin: 0 0 5px 7.5em;
    clear: none;
    line-height: 2.8ex;
}

.program dd.event p
{
    margin: 10px 0 0 0;
}

.program dd td
{
    width: auto ! important;
}