@charset "utf-8";
/* CSS Document */
/* CSS Document */

p.top_menu{
float:left;
width:100px;
display:block;
border-top:#cccccc 1px solid;
border-left:#cccccc 1px solid;
border-right:#666666 1px solid;
border-bottom:#666666 1px solid;
background-color:#eeeeee;
text-align:center;
}

p.top_menu a{
display:block;
text-decoration:none;
padding:2px;
color:#333333;
}

p.top_menu a:hover{
display:block;
text-decoration:none;
background-color:#003399;
color:#fff;
}

p.margin_left{
margin-left:1px;
}





div.consal{
margin-top:15px;
margin-left:30px;
}

.consal table{
border-top:1px solid #999;
border-left:1px solid #999;
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
empty-cells:show;
}

.consal th{
border-right:1px solid #999;
border-bottom:1px solid #999;
color:#333;
background-color:#eee;
padding:0.3em 0.3em;
text-align:center;
font-weight:100;
}

.consal th.day{
width:120px;
}

.consal th.area{
width:100px;
}

.consal th.place{
width:200px;
}
.consal td{
border-right:1px solid #999;
border-bottom:1px solid #999;
padding:0.3em 0 0.3em 0;
text-align:center;
}

.consal td.day{
padding:0.3em 2.0em 0.3em 0;
text-align:right;
}

