@charset "utf-8";
/* CSS Document */

html, body { margin: 0; padding: 0 }
body { }
#container { margin: 3em auto  0 3em; padding-bottom: 3em; background-color: #fff; }

#june { border-collapse: collapse; margin-left: 2em; }
#june th, #june td { border: 1px solid #000; }
#june thead { background-color:#9c9; }
#june td { width: 7em; height: 7em; padding: .2em; vertical-align: top; overflow: auto; }

#august { border-collapse: collapse; margin-left: 2em; }
#august th, #august td { border: 1px solid #000; }
#august thead { background-color:#dfcd63; }
#august td { width: 7em; height: 7em; padding: .2em; vertical-align: top; overflow: auto; }

td .day { width: 7em; height: 6em; overflow:auto; margin-top: 0; }

#june tbody .weekend { background-color:#ded; }
#june tbody .next, #june tbody .previous { background-color:#ddd; }

#august tbody .weekend { background-color:#ebdf99; }
#august tbody .next, #august tbody .previous { background-color:#ddd; }

.rtop { display:block; background:#060; }
.rtop * { display: block; height: 1px; overflow: hidden; background:#fff; }
.r1{margin: 0 0 0 5px}
.r2{margin: 0 0 0 3px}
.r3{margin: 0 0 0 2px}
.r4{margin: 0 0 0 1px; height: 2px}
#container h1 { margin: 0 0 .5em .5em; font: 2em Arial, Helvetica, sans-serif; color: #060; }

#june th { font: 1em  bold Arial, Helvetica, sans-serif; }

#august th { font: 1em  bold Arial, Helvetica, sans-serif; }

p {margin-top: 0; }

