@charset "UTF-8";
.sch-list{
	width:250px;
	display:block;
	margin:10px 20px 10px 150px;
	border:double 3px #81A7B1;
    background: url(images/gradient.png) repeat-x;
}
.sch-list02{
	width:250px;
	display:block;
	margin:10px 20px 10px 100px;
	border:double 3px #81A7B1;
	font-size:14px;
    background: url(images/gradient.png) repeat-x;
}
.next-line{
	display:block;
	margin: 20px 40px 4px 10px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.month p {
	float: left;
	margin: -8px 0 0 0;
	padding: 0 0 0 0px;
	font-size: 11px;
        line-height:1.1;
}
.month p a{
	color:#00F;
	text-decoration:none;
        line-height:1.1;
}

.month p a:hover{
	text-decoration:underline;
}

#layoutSelect {
	font-size: 12px;
	text-align: right;
	margin: 0 10px 0 0;
}
.month {
	width: 644px;
	margin-top: 8px;
	margin-left: 0px;
    padding-left: 2px;
    padding-right: 0;
        overflow: hidden;
	border: solid 1px #CCCCCC;
}
.weekday, .saturday, .sunday, .holiday, .pMonth {
	float: left;
	width: 80px;
	height: 80px;
	margin: 3px;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color:#FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
        overflow: hidden;
}
/* */
.weekday0, .saturday0, .sunday0 {
	float: left;
	width: 80px;
	height: 34px;
	margin: 3px;
	padding: 2px;
	background-color:#FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	font-size: 14px;
        text-align:center;
        letter-spacing:0.2em;
        line-height:2.4;
}
.sunday0 {
	color: #CC0000;
}
.saturday0 {
	color: #0000CC;
}
.saturday,.saturday0 {
	background-color:#CCCCFF;
}
.sunday,.sunday0 {
	background-color:#FFCCCC;
}
.holiday {
	background-color:#CCCCFF;
}
.pMonth {
	background-color:#EEEEEE;
}
.on-today {
	background-color:#C4FFC4;
}
.saturday .day-size {
	color: #0000CC;
}
.sunday .day-size {
	color: #CC0000;
}
.holiday .day-size {
	color: #CC0000;
}

.cell1,.cell8,.cell15,.cell22,.cell29,.cell36{
	width: 80px;
	height: 80px;
	background-color:#FFCCCC;
	color: #CC0000;
}
.cell7,.cell14,.cell21,.cell28,.cell35{
	width: 80px;
	height: 80px;
	background-color:#CCCCFF;
	color: #0000CC;
}
#navi {
    border-top: 1px solid #bed5b4;
    border-bottom: 1px solid #bed5b4;
    background: url(images/navi.gif) repeat-x;
    text-align: center;
}
#navi dt {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
#navi dd {
    width: 606px;
    border-left: 1px solid #bed5b4;
}
html > body #navi dd {
    margin-left: auto;
    margin-right: auto;
}

#navi dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navi dd ul li {
    float:left;
    border-right: 1px solid #bed5b4;
    width: 120px;
}
#navi dd ul li a {
    display: block;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 2.3;
    text-decoration: none;
    overflow: hidden;
}
#navi dd ul li a:link,
#navi dd ul li a:visited {
    background: url(images/navi.gif) repeat-x;
}
#navi dd ul li a:hover {
    background: url(images/navi_hover.gif) repeat-x;
}
#navi, /* for ie7 */
#navi dd ul li a { /* for ie6 */
    height: 28px;
}

