* {
margin: 0px;
padding: 0px;
}

ul, li {
list-style-type: none;
}

li span {
 color: #666;
 padding-left: 10px;
}

li {
 line-height: 130%;
}

body {
 padding-left: 15px;
}

#header {
 width: 760px;
 padding: 15px 0px;
 text-align: center;
}

#mainContents {
 widht: 760px;
 text-align: center;
 padding-bottom: 15px;
}

.entriesBox {
 width: 510px;
 padding: 5px;
 border: 1px solid #900;
 background-color: #FC0;
 margin-bottom: 15px;
}

.entries {
 width: 500px;
 text-align: left;
 background-color: #FFC;
 border: 1px solid #900;
 padding: 10px 10px 0 10px;
}

.entries h2 {
 font-weight: normal;
 font-size: 120%;
 margin-bottom: 10px;
}

.entries p {
 font-size: 100%;
 letter-spacing: 1px;
 line-height: 130%;
 margin-bottom: 1em;
}

.entries p.charge {
 font-size: 90%;
 color: #666;
 padding-bottom: 5px;
 margin-bottom: 5px;
 border-bottom: 1px solid #900;
}

.entries p.entriesFooter {
 margin-bottom: 0px;
 font-size: 80%;
 float: right;
 line-height: 100%;
}

.entries li {
 font-size: 90%;
 letter-spacing: 1px;
 line-height: 130%;
}

.entries ul {
 margin-bottom: 10px;
}

table.scheduleHeader {
 margin-top:10px;
 margin-bottom: 5px;
 width: 760px;
}

td.scheduleTitle {
 text-align: center;
 font-weight: bold;
 font-size: 130%;
}

.schedule-content table {
    width: 760px;
    border: 1px solid #000;
}

.schedule-content th {
    text-align: center;
    padding: 0 2px;
    line-height: 1.6;
    border: 1px solid #000;

    color: #fff;
    background-color: #5F6BBE;

    font-weight: bold;
}

.schedule-content td.day,
.schedule-content td.week {
    text-align: center;
    padding: 0 2px;
    line-height: 1.6;
    border: 1px solid #000;
    width: 30px;
    font-weight: normal;
    font-size: small;
}
.schedule-content td.summary {
    text-align: left;
    padding: 0 2px;
    line-height: 1.6;
    border: 1px solid #000;

    font-weight: normal;
    font-size: small;
}
.schedule-content td.summary ul {
    margin: 0;
    margin-left: 16px;
    padding: 0;
}
.schedule-content td.summary ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.schedule-content td.summary ul li span {
    font-size: 10px;
}
