@charset "UTF-8";
/* CSS Document */

<!--新スケジュール-->

.schedule .scheduleContent {
width:598px;
padding: 0;
font-family:"ＭＳ Ｐゴシック", "ＭＳ ゴシック", "MS UI Gothic", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ角ゴ6", "ヒラギノ角ゴ6等幅", "ヒラギノ角ゴ8", "ヒラギノ角ゴ8等幅", "メイリオ", Verdana;
}
#history_area{
width:598px;
margin-bottom:20px;
}
.tit_txt{
display:none;
text-indent:-9999px;
}

#history_area h3{
display: none;
}

#history_area #history_contents{
width:598px;
border:1px solid #999999;
padding:0px;
}


#history_area #history_contents #history_table{
/*width:100%;*/
width:578px
color:#333333;
background-color:#333333;
border-collapse: collapse;
text-align:center;
border:1px solid #999999;
}

#history_area #history_contents #history_table td{
width:10px;
height:25px;
}

#history_area #history_contents #history_table thead th{
background-color:#000000;
height:25px;
width:80px;
border:1px solid #999999;
}

#history_area #history_contents #history_table thead td{
background-color:#000000;
height:25px;
}

#history_area #history_contents #history_table thead img{
margin-bottom:0px;
}

#history_area #history_contents #history_table tbody th{
background-color:#eeeeee;
border:1px solid #999999;
border-left-color:#999999;
text-align:center;
vertical-align:middle;
font-size:12px;
color:#333333;
}

#history_area #history_contents #history_table tbody th img{
padding-bottom: 0px;
border: 0 none;
vertical-align: bottom;
}

#history_area #history_contents #history_table tbody .odd_dot{
background-color:#F7F8E0;
/*background-color:#4d4d4d;*/
border-top:1px solid #999999;
border-bottom:1px solid #999999;
border-right:1px dotted #999999;
}

#history_area #history_contents #history_table tbody .odd_solid{
background-color:#F7F8E0;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
border-right:1px solid #999999;
}

#history_area #history_contents #history_table tbody .even_dot{
background-color:#cccccc;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
border-right:1px dotted #999999;
}

#history_area #history_contents #history_table tbody .even_solid{
background-color:#cccccc;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
border-right:1px dotted #999999;
}

#history_area #history_contents #history_table tbody .session{
	background-color:#FFCC66;
}
#history_area #history_contents #history_table tbody .table_bottom{
border-bottom:1px solid #999999;
}

#history_area #history_contents #history_table tbody .table_bottom_b{
border:0px;
border-bottom:1px solid #999999;
height:0px;
font-size:0px;
}

#history_area #history_contents #history_table tbody .table_right{
border-right:1px solid #999999;
}