@charset "utf-8";

#contentsArea #contentsTitleArea h2
{
    margin-top: 10px;
    margin-bottom: 30px;
}
#contentsArea #contentsTitleArea h3
{
    margin-top: 0px;
    margin-bottom: 12px;
    /* 以下、テキストの場合のみ  */
    margin-left: 30px;
    font-size: 32px;
}

#contentsArea .lo6Sec1
{
    margin: 0px 30px 32px 30px;
}

#contentsArea .lo6SubSec1
{
    margin: 8px 0px;
    font-size: small;
}

#contentsArea .lo6Sec1 h2
{
    font-size: large;
    margin-bottom: 0.5em;
}
#contentsArea .lo6SubSec1 h3
{
    font-size: medium;
    margin-top: 1em;
    margin-bottom: 0.25em;
}

#contentsArea .lo6Sec1 dl
{
    margin: 0px 1em;
}
#contentsArea .lo6Sec1 dt
{
    font-weight: bold;
    padding: 1em 0px 0px 0px;
}
#contentsArea .lo6Sec1 dd
{
    margin-left: 1em;
}

#contentsArea .lo6Sec1 table.list
{
    width: 98%;
    border: 1px solid #cccccc;
    border-collapse: collapse;
}
#contentsArea .lo6Sec1 table.list td,
#contentsArea .lo6Sec1 table.list th
{
    border: 1px solid #cccccc;
    padding: 5px 5px;
}
#contentsArea .lo6Sec1 table.list th
{
    font-size: small;
    background-color: #ddeeff;
}
#contentsArea .lo6Sec1 table.list tr:hover
{
    background-color: #ffeeee;
}
#contentsArea .lo6Sec1 table.list td.main
{
    font-weight: bold;
}
#contentsArea .lo6Sec1 table.list td.sub
{
    padding-left: 3em;
}

#flashMessage
{
    margin: 20px;
    padding: 8px 16px;
    border: 1px solid #cccccc;
    background-color: #ffeedd;
    font-size: small;
    font-weight: bold;
}
