﻿body,p,ul,li,dl,dt,dd,img,address,h1,h2,h3,h4,h5,h6,form {
    margin: 0px;
    padding: 0px;
    border: 0;
    line-height: 100%;
}

body {
    font-family: MS UI Gothic, verdana, Lucida Sans Unicode, helvetica, sans-serif;
    font-size: 11pt;
    background-color: #FFFFF1;
    color: #333333;
}

a {
/*    font-weight: bold;*/
    color: #1111FF;
    text-decoration: none;
}
a:link {
/*    font-weight: bold;*/
    color: #1111FF;
    text-decoration: none;
}
a:visited {
/*    font-weight: bold;*/
    color: #1111FF;
    text-decoration: none;
}
a:active {
    color: #FF1111;
}
a:hover {
    color: #FF1111;
    text-decoration: underline;
}
h1 {
    font-size: 13pt;
    text-decoration: underline;
}

h2 {
    font-size: 11pt;
    text-decoration: underline;
}

p {
    font-size: 11pt;
    line-height: 15px;
}

td{
    font-size: 10pt;
    text-valign: bottom;
}

th{
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    text-valign: bottom;
}

.schedule_table {
    border-collapse: collapse;
    border: 1px #888888 ;
    font-family: MS UI Gothic, MS PGothic, MS Gothic, sans-serif;
} 

.schedule_table td {
    border: 1px #888888 solid;
    padding: 5px;
    line-height: 10px;
    font-size: 9pt;
    text-align: center;
    text-valign: bottom;
    width: 12px;
}

.schedule_table th {
    border: 1px #888888 solid;
    padding: 5px;
    line-height: 12px;
    font-size: 9pt;
    font-weight: normal;
    text-valign: bottom;
}

td.h {
    background-color: #ffe1e1;
}

th.l {
    text-align: left;
}

#leftmenu {
    width: 170px;
    font-family: verdana, Lucida Sans Unicode, MS UI Gothic, helvetica, sans-serif;
    line-height: 20px;
    top: 0px ;
    left: 0px;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: left;
}

#contents {
    position: absolute;
    top: 10px ;
    left: 10px;
    margin-top: 5px;
    margin-left: 180px;
    float: left;
}

#header {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background: url(img/back.jpg) left top repeat-x #fff;
    height: 28px;
    width: 100%;
    }

#main {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    background: url(img/bg_slash.jpg) left top #fff;
    width: 100%;
    }

#footer {
    padding-top: 3px;
    padding-right: 5px;
    background: url(img/bg_footer.jpg) left top repeat-x;
    width: 100%;
    }

address {
    display: block;
    height: 20px;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 100;
    font-style: normal;
    text-align: right;
    }
