@charset "utf-8";
/* CSS Document */

.intern{
width:635px;
margin-top:15px;
margin-left:20px;
}

.intern table{
width:100%;
border-top:1px solid #999;
border-left:1px solid #999;
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
empty-cells:show;
}

.intern 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;
}

.intern th.corp{
width:140px;
}

.intern th.area{
width:120px;
}


.intern td{
border-right:1px solid #999;
border-bottom:1px solid #999;
padding:0.3em 6px 0.3em 6px;
text-align:left;
}

.intern td.day{
padding:0.3em 2.0em 0.3em 0;
text-align:right;
}

