/* Basic Settings */

html {
    margin:0;
    padding:0;
    _overflow:hidden;
}

body {
    margin:0;
    padding-top:0;
    _height:100%;
    _overflow:scroll;
    background:#ffffff;
    color:#000000;
}

div#navi {
    width:200px;
    height:100%;
    position:fixed;
    _position:absolute;
    top:0px;
    left:0px;
}

div#menulist {
    padding:0 20px;
    height:100%;
}

div#main {
    margin-left:200px;
    height:100%;
    overflow:auto;
}

div#contents {
    padding:0 20px 10px;
}

body<div#menulist{
    position: fixed;
}



#top, #program, #lecture, #excursion, #access {
    margin-top:0.5em;
}




/* LEFT MENU Settings */

.menu00 {
    font-size:22px;
    margin-top:1em;
}

.menu01 {
    margin-left:5px;
}



/* Color Settings */

.blue {
    color:#0000ff;
}

.green {
    color:#009900;
}

.red {
    color:#ff0000;
}

.darkred {
    color:#800000;
}

.purple {
    color:#cc00ff;
}

.orange {
    color:#ff8000;
}


.redbig {
    color:#ff0000;
    font-size:14pt;
}

.big {
    font-size:14pt;
}


/* Other Settings */

.update {
    text-align:right;
    font-family:Courier New;
}

.mtf {
    font-family:Courier New;
}

.nomarker {
    list-style-type:none;
    margin-left:-1.25em;
}

.hidari100 {
    margin-left:1em;
}

.hidari125 {
    margin-left:1.25em;
}

.hidari200 {
    margin-left:2em;
}

.hidari1500 {
    margin-left:15em;
}

.schedule {
    list-style-type:decimal;
}

.center{
    text-align:center;
}


.now {
    color:#ffffff;
    background:#0000ef;
    font-weight:bold;
    padding-top:0.25em;
    padding-bottom:0.1em;
}


#mailform {
    background:url(./form_bkg.jpg);
    color:#000000;
    width:600px;
    border-style:outset;
    padding:20px;
}

