body{background-color:#E2E4D9}

a.mail:link    {color:#ffffff}
a.mail:visited {color:#ffffff}
a.mail:hover   {color:#ffff00}
a.mail:active  {color:#008000}

div.copy {background-color:green;
          color:white;
          padding:2px;
          margin-top:20px}

img.photo {float:right;
           margin-bottom:20px}

.menu
    {
    position:absolute;
    left:20px;
    top:20px
    }
.menub
    {
    position:absolute;
    left:20px;
    top:530px
    }

.main
    {
    position:absolute;
    left:202px;
    top:20px;
    width:620px;
    background-color:#E2E4D9;
    padding:20px
}


/* menu */

.menu div
    {}
.menu div.jp
    {
    width:152px;
    background-color:white;
    padding:1px 0px 2px 8px;
    font-size:12px;
    margin-top:1px;
    margin-bottom:10px;

}

.menu a
    {
    display:block;
    width:152px;
    background-color:white;
    padding:3px 0px 0px 8px;
    text-decoration:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    color:royalblue
}

.menu a:hover
    {
    background-color:royalblue;
    color:white
}


/* title */

.title h1
    {
    margin-bottom:8px;
    padding-bottom:3px;
    border-bottom:solid 2px #99ccff;
    font-family:Arial,Helvetica,sans-serif;
    font-size:28px;
    color:royalblue
}

.title div
    {
    float:left;
    font-size:16px;
    font-weight:bold;
    color:royalblue
}

.title p
    {
    float:right;
    margin-top:0px;
    margin-bottom:20px;
    width:220px;
    line-height:120%;
    font-size:12px;

}


/* contents */

.con
    {
    width:620px;
    margin-bottom:30px;
    clear:both
}

.con h2
    {
    background-color:royalblue;
    padding:3px;
    margin-bottom:10px;
    font-size:14pt;
    color:white
}

.con div
    {
    font-size:16px;
    color:royalblue
}

.con p
    {
    margin-top:-1.3em;
    margin-left:1.5em;
    text-align:justify;
    text-justify:distribute;
    line-height:150%;
    font-size:12pt;
    color:black
}

.con ol
    {
    line-height:150%;
}

.con table
    {
    margin-top:-1.3em;
    margin-left:1.5em;
    text-align:justify;
    text-justify:distribute;
    line-height:130%;
    font-size:12pt;
    border-collapse: collapse;
    border: 2px solid royalblue;
    margin: 2em auto    
}

.con th,td { padding: 0.3em 0.3em }
.con th
    {
    border: none;
    color: #ffffff;
    background-color: royalblue
}
.con td
    {
    border-top: 1px solid royalblue;
    border-bottom: 1px solid royalblue;
    border-left: 1px solid royalblue;
    border-right: 1px solid royalblue;
}

.c1
    {
    color: #000000;
    background: #eeeeee
}

p
    {
    align:center;
    left:202px;
    line-height:150%
}












